EAF 7.6 Implementation

org.enhydra.util.xsl
Class GenericXSLTPreProcessor

java.lang.Object
  extended by org.enhydra.util.xsl.GenericXSLTPreProcessor
All Implemented Interfaces:
java.lang.Cloneable, org.enhydra.util.RequestPreProcessor

public class GenericXSLTPreProcessor
extends java.lang.Object
implements org.enhydra.util.RequestPreProcessor

Author:
Slobodan Vujasinovic

Constructor Summary
GenericXSLTPreProcessor()
           
GenericXSLTPreProcessor(com.lutris.logging.LogChannel logChannel)
           
 
Method Summary
 java.lang.Object clone()
           
 void configure(com.lutris.util.Config config)
           
 com.lutris.logging.LogChannel getLogChannel()
           
 java.lang.String getName()
           
 boolean process(HttpPresentationComms comms)
           
 void setLogChannel(com.lutris.logging.LogChannel logChannel)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericXSLTPreProcessor

public GenericXSLTPreProcessor()

GenericXSLTPreProcessor

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

configure

public void configure(com.lutris.util.Config config)
Specified by:
configure in interface org.enhydra.util.RequestPreProcessor

process

public boolean process(HttpPresentationComms comms)
                throws com.lutris.appserver.server.httpPresentation.PageRedirectException
Specified by:
process in interface org.enhydra.util.RequestPreProcessor
Throws:
com.lutris.appserver.server.httpPresentation.PageRedirectException

setName

public void setName(java.lang.String name)
Specified by:
setName in interface org.enhydra.util.RequestPreProcessor

getName

public java.lang.String getName()
Specified by:
getName in interface org.enhydra.util.RequestPreProcessor

setLogChannel

public void setLogChannel(com.lutris.logging.LogChannel logChannel)
Specified by:
setLogChannel in interface org.enhydra.util.RequestPreProcessor

getLogChannel

public com.lutris.logging.LogChannel getLogChannel()
Specified by:
getLogChannel in interface org.enhydra.util.RequestPreProcessor

clone

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

EAF 7.6 Implementation