| com.jamonapi.http.JAMonTomcatValve
JAMonTomcatValve | public class JAMonTomcatValve extends org.apache.catalina.valves.ValveBase implements HttpMonManage(Code) | | |
JAMonTomcatValve | public JAMonTomcatValve()(Code) | | |
addSummaryLabel | public void addSummaryLabel(String jamonSummaryLabel)(Code) | | |
getEnabled | public boolean getEnabled()(Code) | | |
getIgnoreHttpParams | public boolean getIgnoreHttpParams()(Code) | | |
getSize | public int getSize()(Code) | | |
invoke | public void invoke(Request request, Response response) throws IOException, ServletException(Code) | | Extract the desired request property, and pass it (along with the
specified request and response objects) to the protected
process() method to perform the actual filtering.
This method must be implemented by a concrete subclass.
Parameters: request - The servlet request to be processed Parameters: response - The servlet response to be created exception: IOException - if an input/output error occurs exception: ServletException - if a servlet error occurshttp://www.jdocs.com/tomcat/5.5.17/org/apache/catalina/valves/RequestFilterValve.htmllog response, request to see what they do.debug mode?test xml - read property |
setEnabled | public void setEnabled(boolean enable)(Code) | | |
setIgnoreHttpParams | public void setIgnoreHttpParams(boolean ignoreHttpParams)(Code) | | |
setSize | public void setSize(int size)(Code) | | |
setSummaryLabels | public void setSummaryLabels(String jamonSummaryLabels)(Code) | | |
|
|