org.riotfamily.riot.list.xml
Class XmlListRepositoryDigester

java.lang.Object
  extended by org.riotfamily.riot.list.xml.XmlListRepositoryDigester
All Implemented Interfaces:
DocumentDigester

public class XmlListRepositoryDigester
extends Object
implements DocumentDigester


Field Summary
static String NAMESPACE
           
 
Constructor Summary
XmlListRepositoryDigester(ListRepository listRepository, AutowireCapableBeanFactory beanFactory)
           
 
Method Summary
 void digest(Document doc, Resource resource)
          Digests the given document.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE

public static final String NAMESPACE
See Also:
Constant Field Values
Constructor Detail

XmlListRepositoryDigester

public XmlListRepositoryDigester(ListRepository listRepository,
                                 AutowireCapableBeanFactory beanFactory)
Method Detail

digest

public void digest(Document doc,
                   Resource resource)
Description copied from interface: DocumentDigester
Digests the given document.

Specified by:
digest in interface DocumentDigester