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

Method removeValve

java/org/apache/catalina/Pipeline.java:99–99  ·  view source on GitHub ↗

Remove the specified Valve from the pipeline associated with this Container, if it is found; otherwise, do nothing. If the Valve is found and removed, the Valve's setContainer(null) method will be called if it implements Contained . Implementation note: Implementations a

(Valve valve)

Source from the content-addressed store, hash-verified

97 * @param valve Valve to be removed
98 */
99 void removeValve(Valve valve);
100
101
102 /**

Callers 3

removeValveMethod · 0.65
removeValveMethod · 0.65

Implementers 1

StandardPipelinejava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by

no test coverage detected