public class InterceptorsManager extends WrapperManager<ActionInterceptor>
FiltersManager
contextInjectorComponent, madvocConfig, wrappers
Constructor and Description |
---|
InterceptorsManager() |
Modifier and Type | Method and Description |
---|---|
protected ActionInterceptor[] |
createArray(int len)
Creates an array of wrapper instances.
|
java.util.Set<ActionInterceptor> |
getAllInterceptors()
Returns all interceptors.
|
protected java.lang.Class<? extends ActionInterceptor> |
getDefaultWebAppWrapper()
Returns marker wrapper class, shortcut for default web app wrappers.
|
protected java.lang.Class<? extends ActionInterceptor>[] |
getDefaultWrappers(ActionConfig actionConfig)
Returns default wrappers from the configuration.
|
createWrapper, expand, getAll, initializeWrapper, lookup, resolve, resolveAll
protected ActionInterceptor[] createArray(int len)
WrapperManager
createArray
in class WrapperManager<ActionInterceptor>
protected java.lang.Class<? extends ActionInterceptor> getDefaultWebAppWrapper()
WrapperManager
getDefaultWebAppWrapper
in class WrapperManager<ActionInterceptor>
protected java.lang.Class<? extends ActionInterceptor>[] getDefaultWrappers(ActionConfig actionConfig)
WrapperManager
getDefaultWrappers
in class WrapperManager<ActionInterceptor>
public java.util.Set<ActionInterceptor> getAllInterceptors()
Copyright © 2003-present Jodd Team