|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ServletFilterManager.FilterChainType | |
|---|---|
| org.apache.sling.engine.impl | |
| org.apache.sling.engine.impl.filter | |
| Uses of ServletFilterManager.FilterChainType in org.apache.sling.engine.impl |
|---|
| Methods in org.apache.sling.engine.impl with parameters of type ServletFilterManager.FilterChainType | |
|---|---|
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. |
| Uses of ServletFilterManager.FilterChainType in org.apache.sling.engine.impl.filter |
|---|
| Methods in org.apache.sling.engine.impl.filter that return ServletFilterManager.FilterChainType | |
|---|---|
static ServletFilterManager.FilterChainType |
ServletFilterManager.FilterChainType.valueOf(java.lang.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 | |
|---|---|
SlingFilterChainHelper |
ServletFilterManager.getFilterChain(ServletFilterManager.FilterChainType chain)
|
javax.servlet.Filter[] |
ServletFilterManager.getFilters(ServletFilterManager.FilterChainType chain)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||