|
|||||||||||
| 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.DefaultACLCreationValve
Implements the action portion of the "Turbine classic" processing pipeline (from the Turbine 2.x series).
| Field Summary | |
protected AccessController |
accessController
|
| Constructor Summary | |
DefaultACLCreationValve()
Here we can setup objects that are thread safe and can be reused. |
|
| Method Summary | |
void |
invoke(PipelineData pipelineData,
ValveContext context)
Perform request processing as required by this Valve. |
| 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 |
| Field Detail |
protected AccessController accessController
| Constructor Detail |
public DefaultACLCreationValve()
throws java.lang.Exception
| Method Detail |
public void invoke(PipelineData pipelineData,
ValveContext context)
throws java.io.IOException,
TurbineException
ValvePerform 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 Valveinvoke in class AbstractValvejava.io.IOException
TurbineExceptionorg.apache.turbine.Valve#invoke(RunData, ValveContext)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||