| org.strecks.controller.BaseControllerAction
All known Subclasses: org.strecks.controller.impl.FormSubmissionControllerAction, org.strecks.action.basic.BaseBasicController, org.strecks.controller.impl.ReadOnlyControllerAction, org.strecks.controller.impl.ActionWithNonInterface, org.strecks.controller.BaseNavigableControllerAction, org.strecks.controller.impl.FormDisplayControllerAction, org.strecks.controller.impl.AbstractControllerAction,
Method Summary | |
void | doCloseMethod(Object actionBean) | void | doInitMethod(Object actionBean) | void | doInjection(Object actionBean, ActionContext injectionContext) | final public ActionForward | execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) | final public ActionForward | execute(ActionMapping mapping, ActionForm form, ServletRequest request, ServletResponse response) | abstract protected ViewAdapter | executeAction(Object actionBean, ActionContext context) | final public ViewAdapter | executeController(Object actionBean, ActionContext actionContext) | public Collection<AfterInterceptor> | getAfterInterceptors() | public ActionBeanSource | getBeanSource() | public Collection<BeforeInterceptor> | getBeforeInterceptors() | protected Method | getCloseMethod() | protected Method | getInitMethod() | protected boolean | hasErrors(ActionContext context) | public void | postExecute(Object actionBean, ActionContext actionContext, Exception e) | public void | preExecute(Object actionBean, ActionContext actionContext) | public void | setAfterInterceptors(List<AfterInterceptor> afterInterceptors) | public void | setBeanSource(ActionBeanSource beanSource) | public void | setBeforeInterceptors(List<BeforeInterceptor> beforeInterceptors) | public void | setCloseMethod(Method closeMethod) | public void | setInitMethod(Method initMethod) | public void | setInjectionHandlers(Map<String, InjectionWrapper> injectionHandlers) |
setCloseMethod | public void setCloseMethod(Method closeMethod)(Code) | | |
setInitMethod | public void setInitMethod(Method initMethod)(Code) | | |
|
|