|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.turbine.pipeline.AbstractValve
org.apache.turbine.pipeline.DetermineRedirectRequestedValve
public class DetermineRedirectRequestedValve
Implements the Redirect Requested portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).
Constructor Summary | |
---|---|
DetermineRedirectRequestedValve()
Creates a new instance. |
Method Summary | |
---|---|
void |
invoke(PipelineData pipelineData,
ValveContext context)
Perform request processing as required by this Valve. |
protected void |
redirectRequested(PipelineData pipelineData)
Perform clean up after processing the request. |
Methods inherited from class org.apache.turbine.pipeline.AbstractValve |
---|
getRunData, initialize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DetermineRedirectRequestedValve()
Method Detail |
---|
public void invoke(PipelineData pipelineData, ValveContext context) throws IOException, TurbineException
Valve
Perform request processing as required by this Valve.
An individual Valve MAY perform the following actions, in the specified order:
context.invokeNext()
.
context.invokeNext()
).
A Valve MUST NOT do any of the following things:
invokeNext()
method has returned.
invokeNext()
method has
returned.
invoke
in interface Valve
invoke
in class AbstractValve
pipelineData
- The run-time information, including the servlet
request and response we are processing.context
- The valve context used to invoke the next valve
in the current processing pipeline
IOException
- Thrown by a subsequent Valve.
TurbineException
- Thrown by a subsequent Valve.org.apache.turbine.Valve#invoke(RunData, ValveContext)
protected void redirectRequested(PipelineData pipelineData) throws Exception
data
- The run-time data.
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |