MCPcopy Create free account
hub / github.com/apache/tomcat / getFilterConfig

Method getFilterConfig

java/jakarta/servlet/GenericFilter.java:67–69  ·  view source on GitHub ↗

Obtain the FilterConfig used to initialise this Filter instance. @return The config previously passed to the #init(FilterConfig) method

()

Source from the content-addressed store, hash-verified

65 * @return The config previously passed to the {@link #init(FilterConfig)} method
66 */
67 public FilterConfig getFilterConfig() {
68 return filterConfig;
69 }
70
71
72 @Override

Callers 5

getInitParameterMethod · 0.95
getInitParameterNamesMethod · 0.95
getServletContextMethod · 0.95
getFilterNameMethod · 0.95
toStringMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected