| java.lang.Object org.strecks.controller.ActionCreatorImpl
ActionCreatorImpl | public class ActionCreatorImpl implements ActionCreator(Code) | | The default implementation of the ActionController
author: Phil Zoio |
ActionCreatorImpl | public ActionCreatorImpl()(Code) | | |
checkImplicitController | Class checkImplicitController(Class actionClass)(Code) | | Looks for implicit controller for given action bean class. Returns the first one encountered
|
checkIsAssignable | void checkIsAssignable(Class actionClass, Class actionInterfaceType, Class controllerClass)(Code) | | |
createControllerAction | Action createControllerAction(Class actionBeanClass)(Code) | | Creates action which will need to be an instance of ControllerAction
|
instantiateControllerAction | Object instantiateControllerAction(Class controllerClass, Class actionBeanClass)(Code) | | |
|
|