Package | Description |
---|---|
org.apache.sling.engine.impl | |
org.apache.sling.engine.impl.filter |
Modifier and Type | Method and Description |
---|---|
void |
SlingRequestProcessorImpl.processComponent(org.apache.sling.api.SlingHttpServletRequest request,
org.apache.sling.api.SlingHttpServletResponse response,
ServletFilterManager.FilterChainType filterChainType)
Renders the component defined by the RequestData's current ComponentData
instance after calling all filters of the given
filterChainType . |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
SlingFilterChainHelper |
ServletFilterManager.getFilterChain(ServletFilterManager.FilterChainType chain) |
FilterHandle[] |
ServletFilterManager.getFilters(ServletFilterManager.FilterChainType chain) |
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.