org.apache.turbine.om
Interface Retriever
- public interface Retriever
This interface marks a class that has a retrieve(String) method.
- Version:
- $Id$
- Author:
- John D. McNally
Method Summary |
java.lang.Object |
retrieve(java.lang.String key)
Gets an object of the same type as the object implementing
this method according to the key. |
retrieve
public java.lang.Object retrieve(java.lang.String key)
throws java.lang.Exception
- Gets an object of the same type as the object implementing
this method according to the key.
- Returns:
- the object that matches the key
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.