org.apache.turbine.om
Interface RetrieverFactory


public interface RetrieverFactory

Version:
$Id$
Author:
John D. McNally

Method Summary
 Retriever getInstance(java.lang.String className)
          Gets an object capable of retrieving objects of type "className"
 

Method Detail

getInstance

public Retriever getInstance(java.lang.String className)
                      throws java.lang.Exception
Gets an object capable of retrieving objects of type "className"
Returns:
the object that matches the key


Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.