EAF 7.4 Implementation

org.enhydra.util.ajaxforms
Class AjaxFormsResponsePostProcessor

java.lang.Object
  extended by org.enhydra.util.xsl.GenericXSLTPostProcessor
      extended by org.enhydra.util.ajaxforms.AjaxFormsResponsePostProcessor
All Implemented Interfaces:
java.lang.Cloneable, org.enhydra.util.ResponsePostProcessor

public class AjaxFormsResponsePostProcessor
extends GenericXSLTPostProcessor


Field Summary
protected static java.lang.String DEFAULT_IN_MIMETYPE_VALUE
           
protected static java.lang.String DEFAULT_OUT_MIMETYPE_VALUE
           
protected static java.lang.String IN_MIMETYPE_PARAM_NAME
           
 java.lang.String inMimeType
           
protected static java.lang.String OUT_MIMETYPE_PARAM_NAME
           
 java.lang.String outMimeType
           
 
Fields inherited from class org.enhydra.util.xsl.GenericXSLTPostProcessor
autoTranslet, BASE_DIR_PARAM, BASE_DIR_PARAM_NAME, BASE_DIR_PARAM_NAME_VALUE, baseDir, debugXsltc, DEFAULT_BASE_DIR_PARAM_VALUE, DEFAULT_PROPERTY_PREFIX_PARAM_VALUE, DEFAULT_SESSION_PARAM_VALUE, DEFAULT_TEMPLATE_PARAM, DEFAULT_TEMPLATE_PARAM_NAME, DEFAULT_TEMPLATE_PARAM_NAME_VALUE, DEFAULT_TEMPLATE_PARAM_VALUE, DEFAULT_USE_XSLTC_VALUE, DEFAULT_XSLTC_AUTO_TRANSLET_VALUE, DEFAULT_XSLTC_DEBUG_VALUE, DEFAULT_XSLTC_DESTINATION_DIR_VALUE, DEFAULT_XSLTC_GENERATE_TRANSLET_VALUE, DEFAULT_XSLTC_INLINE_VALUE, DEFAULT_XSLTC_JAR_NAME_VALUE, DEFAULT_XSLTC_PACKAGE_NAME_VALUE, DEFAULT_XSLTC_TRANSLET_NAME_VALUE, DEFAULT_XSLTC_USE_CLASSPATH_VALUE, defaultTemplatePath, destinationDir, enableInline, generateTranslet, jarName, logChannel, name, packageName, PROPERTY_PREFIX_PARAM_NAME, propsPrefix, SESSION_PARAM_NAME, sessionParam, TEMPLATE_PARAM, TEMPLATE_PARAM_NAME, TEMPLATE_PARAM_NAME_VALUE, tFactory, transletName, USE_XSLTC_PARAM_NAME, useClasspath, useXsltc, XSLTC_AUTO_TRANSLET_PARAM_NAME, XSLTC_DEBUG_PARAM_NAME, XSLTC_DESTINATION_DIR_PARAM_NAME, XSLTC_GENERATE_TRANSLET_PARAM_NAME, XSLTC_INLINE_PARAM_NAME, XSLTC_JAR_NAME_PARAM_NAME, XSLTC_PACKAGE_NAME_PARAM_NAME, XSLTC_TRANSLET_NAME_PARAM_NAME, XSLTC_USE_CLASSPATH_PARAM_NAME
 
Constructor Summary
AjaxFormsResponsePostProcessor()
           
AjaxFormsResponsePostProcessor(com.lutris.logging.LogChannel logChannel)
           
 
Method Summary
 java.lang.Object clone()
           
 void configure(com.lutris.util.Config config)
           
 org.w3c.dom.Node process(org.enhydra.xml.io.OutputOptions oo, org.w3c.dom.Node document)
           
 boolean shouldProcess(java.lang.String mimeType)
           
 
Methods inherited from class org.enhydra.util.xsl.GenericXSLTPostProcessor
getLogChannel, getName, getOutputMimeType, process, resolve, setLogChannel, setName
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IN_MIMETYPE_PARAM_NAME

protected static final java.lang.String IN_MIMETYPE_PARAM_NAME
See Also:
Constant Field Values

DEFAULT_IN_MIMETYPE_VALUE

protected static final java.lang.String DEFAULT_IN_MIMETYPE_VALUE
See Also:
Constant Field Values

inMimeType

public java.lang.String inMimeType

OUT_MIMETYPE_PARAM_NAME

protected static final java.lang.String OUT_MIMETYPE_PARAM_NAME
See Also:
Constant Field Values

DEFAULT_OUT_MIMETYPE_VALUE

protected static final java.lang.String DEFAULT_OUT_MIMETYPE_VALUE
See Also:
Constant Field Values

outMimeType

public java.lang.String outMimeType
Constructor Detail

AjaxFormsResponsePostProcessor

public AjaxFormsResponsePostProcessor()

AjaxFormsResponsePostProcessor

public AjaxFormsResponsePostProcessor(com.lutris.logging.LogChannel logChannel)
Method Detail

configure

public void configure(com.lutris.util.Config config)
Specified by:
configure in interface org.enhydra.util.ResponsePostProcessor
Overrides:
configure in class GenericXSLTPostProcessor

process

public org.w3c.dom.Node process(org.enhydra.xml.io.OutputOptions oo,
                                org.w3c.dom.Node document)
Specified by:
process in interface org.enhydra.util.ResponsePostProcessor
Overrides:
process in class GenericXSLTPostProcessor

shouldProcess

public boolean shouldProcess(java.lang.String mimeType)
Specified by:
shouldProcess in interface org.enhydra.util.ResponsePostProcessor
Overrides:
shouldProcess in class GenericXSLTPostProcessor

clone

public java.lang.Object clone()
Specified by:
clone in interface org.enhydra.util.ResponsePostProcessor
Overrides:
clone in class GenericXSLTPostProcessor

EAF 7.4 Implementation