public class GlassFishValveAdapter extends Object implements GlassFishValve
END_PIPELINE, INVOKE_NEXT| Constructor and Description |
|---|
GlassFishValveAdapter(Valve gfValve)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getInfo()
Return descriptive information about this Valve implementation.
|
int |
invoke(Request request,
Response response)
Delegates to the invoke() of the wrapped GlassFish-style valve.
|
void |
postInvoke(Request request,
Response response)
Delegates to the postInvoke() of the wrapped GlassFish-style valve.
|
public String getInfo()
GlassFishValvegetInfo in interface GlassFishValvepublic int invoke(Request request, Response response) throws IOException, javax.servlet.ServletException
invoke in interface GlassFishValverequest - The servlet request to be processedresponse - The servlet response to be createdINVOKE_NEXT or END_PIPELINEIOException - if an input/output error occurs, or is thrown
by a subsequently invoked Valve, Filter, or Servletjavax.servlet.ServletException - if a servlet error occurs, or is thrown
by a subsequently invoked Valve, Filter, or Servletpublic void postInvoke(Request request, Response response) throws IOException, javax.servlet.ServletException
postInvoke in interface GlassFishValverequest - The servlet request to be processedresponse - The servlet response to be createdIOException - if an input/output error occursjavax.servlet.ServletException - if a servlet error occursCopyright © 2019. All rights reserved.