org.riotfamily.riot.list.xml
Class XmlListRepositoryDigester
java.lang.Object
org.riotfamily.riot.list.xml.XmlListRepositoryDigester
- All Implemented Interfaces:
- DocumentDigester
public class XmlListRepositoryDigester
- extends Object
- implements DocumentDigester
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAMESPACE
public static final String NAMESPACE
- See Also:
- Constant Field Values
XmlListRepositoryDigester
public XmlListRepositoryDigester(ListRepository listRepository,
AutowireCapableBeanFactory beanFactory)
digest
public void digest(Document doc,
Resource resource)
- Description copied from interface:
DocumentDigester
- Digests the given document.
- Specified by:
digest
in interface DocumentDigester