public interface ActionConfig
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getActionMethodNames()
Returns a list of action method names that can be ignored.
|
java.lang.Class<? extends ActionResult> |
getActionResult() |
java.lang.Class<? extends ActionFilter>[] |
getFilters()
Returns the list of filters over this action.
|
java.lang.Class<? extends ActionInterceptor>[] |
getInterceptors()
Returns the list of interceptors of this action.
|
java.lang.Class<? extends ActionNamingStrategy> |
getNamingStrategy()
Returns naming strategy used when created a mapping to an action path.
|
java.lang.Class<? extends ActionResult> getActionResult()
java.lang.Class<? extends ActionInterceptor>[] getInterceptors()
java.lang.Class<? extends ActionFilter>[] getFilters()
java.lang.String[] getActionMethodNames()
java.lang.Class<? extends ActionNamingStrategy> getNamingStrategy()
Copyright © 2003-present Jodd Team