Uses of Interface
org.apache.catalina.Auditor
-
Packages that use Auditor Package Description org.apache.catalina org.apache.catalina.core -
-
Uses of Auditor in org.apache.catalina
Methods in org.apache.catalina that return Auditor Modifier and Type Method Description Auditor[]Context. getAuditors()Get Auditors associated with this context, if any.Methods in org.apache.catalina with parameters of type Auditor Modifier and Type Method Description voidContext. setAuditors(Auditor[] auditor)Set the Auditors associated with this context. -
Uses of Auditor in org.apache.catalina.core
Methods in org.apache.catalina.core that return Auditor Modifier and Type Method Description Auditor[]StandardContext. getAuditors()Get Auditors associated with this context, if any.Methods in org.apache.catalina.core with parameters of type Auditor Modifier and Type Method Description voidStandardContext. setAuditors(Auditor[] auditor)Set the Auditors associated with this context.
-