Uses of Class
org.apache.sling.engine.impl.filter.ServletFilterManager.FilterChainType
-
Packages that use ServletFilterManager.FilterChainType Package Description org.apache.sling.engine.impl.filter -
-
Uses of ServletFilterManager.FilterChainType in org.apache.sling.engine.impl.filter
Methods in org.apache.sling.engine.impl.filter that return ServletFilterManager.FilterChainType Modifier and Type Method Description static ServletFilterManager.FilterChainType
ServletFilterManager.FilterChainType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServletFilterManager.FilterChainType[]
ServletFilterManager.FilterChainType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sling.engine.impl.filter with parameters of type ServletFilterManager.FilterChainType Modifier and Type Method Description SlingFilterChainHelper
ServletFilterManager. getFilterChain(ServletFilterManager.FilterChainType chain)
FilterHandle[]
ServletFilterManager. getFilters(ServletFilterManager.FilterChainType chain)
-