|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ValveContext
NOTE: This class will be deprecated once we merge with Summit
Method Summary | |
---|---|
void |
invokeNext(RequestContext request)
Cause the invoke() method of the next Valve
that is part of the Pipeline currently being processed (if any)
to be executed, passing on the specified request and response
objects plus this ValveContext instance. |
Method Detail |
---|
void invokeNext(RequestContext request) throws PipelineException
Cause the invoke()
method of the next Valve
that is part of the Pipeline currently being processed (if any)
to be executed, passing on the specified request and response
objects plus this ValveContext
instance.
Exceptions thrown by a subsequently executed Valve will be
passed on to our caller.
If there are no more Valves to be executed, execution of this method will result in a no op.
data
- The run-time information, including the servlet
request and response we are processing.
IOException
- Thrown by a subsequent Valve.
SummitException
- Thrown by a subsequent Valve.
SummitException
- No further Valves configured in the
Pipeline currently being processed.
PipelineException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |