org.apache.turbine.om
Interface RetrieverFactory


public interface RetrieverFactory

Version:
$Id: RetrieverFactory.java 534527 2007-05-02 16:10:59Z tv $
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-2008 Apache Software Foundation. All Rights Reserved.