org.apache.turbine.om
Interface RetrieverFactory


public interface RetrieverFactory

Version:
$Id: RetrieverFactory.java 264148 2005-08-29 14:21:04Z henning $
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
Throws:
java.lang.Exception


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.