|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.pipeline.valve.AbstractValve
public abstract class AbstractValve
Valve that can be used as the basis of Valve implementations.
Constructor Summary | |
---|---|
AbstractValve()
|
Method Summary | |
---|---|
void |
initialize()
Initialize the valve before using in a pipeline. |
abstract void |
invoke(RequestContext request,
ValveContext context)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractValve()
Method Detail |
---|
public abstract void invoke(RequestContext request, ValveContext context) throws PipelineException
invoke
in interface Valve
PipelineException
public void initialize() throws PipelineException
Valve
initialize
in interface Valve
PipelineException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |