Package org.apache.turbine.om
Interface RetrieverFactory
- 
 @Deprecated public interface RetrieverFactory Deprecated.cft. deprecation comment inOMTool.A factory that can provide retrievers- Version:
- $Id$
- Author:
- John D. McNally
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description RetrievergetInstance(String className)Deprecated.Gets an object capable of retrieving objects of type "className"
 
- 
- 
- 
Method Detail- 
getInstanceRetriever getInstance(String className) throws Exception Deprecated.Gets an object capable of retrieving objects of type "className"
 
- 
 
-