org.jtools.dao.xml.sax
Class SimpleDAOSaxLoader<T_Result>
java.lang.Object
org.jtools.dao.AbstractDAOLoader<ResultType,ContextType>
org.jtools.dao.xml.AbstractDAOXmlLoader<T_Result,T_Result>
org.jtools.dao.xml.sax.SimpleDAOSaxLoader<T_Result>
- All Implemented Interfaces:
- DAOLoader<T_Result,T_Result>, DAOSaxLoader<T_Result,T_Result>
- Direct Known Subclasses:
- RepositoryDAOSaxLoader
public class SimpleDAOSaxLoader<T_Result>
- extends AbstractDAOXmlLoader<T_Result,T_Result>
- implements DAOSaxLoader<T_Result,T_Result>
- Author:
- Rainer
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleDAOSaxLoader
public SimpleDAOSaxLoader(DAOSaxDescriptor<T_Result> descriptor)
SimpleDAOSaxLoader
public SimpleDAOSaxLoader(PublisherConfig publisherConfig)
getDescriptor
public DAOSaxDescriptor<T_Result> getDescriptor()
load
public T_Result load(T_Result context,
URL url,
PropertySupport props)
throws Exception
- Specified by:
load
in interface DAOSaxLoader<T_Result,T_Result>
- Throws:
Exception
load
public T_Result load(T_Result context,
PropertySupport props)
throws Exception
- Specified by:
load
in interface DAOLoader<T_Result,T_Result>
- Specified by:
load
in class AbstractDAOXmlLoader<T_Result,T_Result>
- Throws:
Exception
© 2000-2006, JTools.org.