org.enhydra.util.chiba
Class ChibaRequestPreProcessor
java.lang.Object
org.enhydra.util.chiba.ChibaRequestPreProcessor
- All Implemented Interfaces:
- java.lang.Cloneable, org.enhydra.util.RequestPreProcessor
public class ChibaRequestPreProcessor
- extends java.lang.Object
- implements org.enhydra.util.RequestPreProcessor
- Author:
- Slobodan Vujasinovic
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChibaRequestPreProcessor
public ChibaRequestPreProcessor()
ChibaRequestPreProcessor
public ChibaRequestPreProcessor(com.lutris.logging.LogChannel logChannel)
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