MCPcopy Index your code
hub / github.com/apache/tomcat / addFilter

Method addFilter

java/jakarta/servlet/ServletContext.java:577–577  ·  view source on GitHub ↗

Add filter to context. @param filterName Name of filter to add @param className Name of filter class @return null if the filter has already been fully defined, else a jakarta.servlet.FilterRegistration.Dynamic object that can be used to further configure the

(String filterName, String className)

Source from the content-addressed store, hash-verified

575 * @since Servlet 3.0
576 */
577 FilterRegistration.Dynamic addFilter(String filterName, String className);
578
579 /**
580 * Add filter to context.

Callers 8

testFlushingWithGzipMethod · 0.65
WsServerContainerMethod · 0.65
Http11ProcessorMethod · 0.65
addOutputFilterMethod · 0.65
addFilterMethod · 0.65

Implementers 5

TesterServletContexttest/org/apache/tomcat/unittest/Tester
JspCServletContextjava/org/apache/jasper/servlet/JspCSer
NoPluggabilityServletContextjava/org/apache/catalina/core/Standard
ApplicationContextjava/org/apache/catalina/core/Applicat
ApplicationContextFacadejava/org/apache/catalina/core/Applicat

Calls

no outgoing calls