| org.apache.turbine.om.Retriever
Retriever | public interface Retriever (Code) | | This interface marks a class that has a retrieve(String) method.
author: John D. McNally version: $Id: Retriever.java 534527 2007-05-02 16:10:59Z tv $ |
Method Summary | |
Object | retrieve(String key) Gets an object of the same type as the object implementing
this method according to the key. |
retrieve | Object retrieve(String key) throws Exception(Code) | | Gets an object of the same type as the object implementing
this method according to the key.
the object that matches the key |
|
|