org.benow.web.path.page
Interface DOMPostProcessor

All Known Implementing Classes:
NLSProcessor

public interface DOMPostProcessor


Method Summary
 void postPocessHTML(org.w3c.dom.Document htmlDoc, java.util.Map<java.lang.String,java.lang.Object> templateParams, org.benow.xml.xsl.XSL generator)
           
 

Method Detail

postPocessHTML

void postPocessHTML(org.w3c.dom.Document htmlDoc,
                    java.util.Map<java.lang.String,java.lang.Object> templateParams,
                    org.benow.xml.xsl.XSL generator)
                    throws java.lang.Throwable
Throws:
java.lang.Throwable