jodd.madvoc.action
Class ListMadvocConfig
java.lang.Object
jodd.madvoc.action.ListMadvocConfig
public class ListMadvocConfig
- extends java.lang.Object
Helper action that returns sorted list of all registered action configurations,
action results and interceptors. It can be subclasses or used independently.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
actionsManager
@In(scope=CONTEXT)
protected ActionsManager actionsManager
interceptorsManager
@In(scope=CONTEXT)
protected InterceptorsManager interceptorsManager
resultsManager
@In(scope=CONTEXT)
protected ResultsManager resultsManager
actions
@Out
protected java.util.List<ActionConfig> actions
results
@Out
protected java.util.List<ActionResult> results
interceptors
@Out
protected java.util.List<ActionInterceptor> interceptors
ListMadvocConfig
public ListMadvocConfig()
collectActionInterceptors
protected void collectActionInterceptors()
collectActionResults
protected void collectActionResults()
collectActionConfigs
protected void collectActionConfigs()
toSystemOut
protected java.lang.String toSystemOut()
Copyright © 2003-2011 Jodd Team