public abstract class RequestChainProcessor extends org.jboss.dashboard.factory.BasicFactoryElement
Constructor and Description |
---|
RequestChainProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
doRequestProcessing() |
ControllerStatus |
getControllerStatus() |
RequestChainProcessor |
getNextStep() |
javax.servlet.http.HttpServletRequest |
getRequest() |
javax.servlet.http.HttpServletResponse |
getResponse() |
protected abstract boolean |
processRequest()
Make required processing of request.
|
void |
setNextStep(RequestChainProcessor nextStep) |
addPeriodicTask, addPeriodicTask, factoryLookup, getComponentAlias, getComponentDescription, getComponentName, getComponentScope, init, setComponentAlias, shutdown, start, stop
public ControllerStatus getControllerStatus()
public RequestChainProcessor getNextStep()
public void setNextStep(RequestChainProcessor nextStep)
public javax.servlet.http.HttpServletRequest getRequest()
public javax.servlet.http.HttpServletResponse getResponse()
protected abstract boolean processRequest() throws Exception
Exception
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.