org.apache.turbine.om
Interface Retriever


public interface Retriever

This interface marks a class that has a retrieve(String) method.

Version:
$Id: Retriever.java 615328 2008-01-25 20:25:05Z tv $
Author:
John D. McNally

Method Summary
 Object retrieve(String key)
          Gets an object of the same type as the object implementing this method according to the key.
 

Method Detail

retrieve

Object retrieve(String key)
                throws 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
Throws:
Exception


Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.