Interface IAction
- All Known Implementing Classes:
BeanDerivedAction
,ChainAction
,DecorationAction
,ExactPathGate
,ForwardAction
,I18NAction
,IncludeAction
,InternalDispatchGate
,LogoutAction
,PageViewAction
,PassThroughAction
,RedirectionAction
,RoleConstraintGate
,XSRFGate
public interface IAction
-
Method Summary
-
Method Details
-
handle
OutCome handle(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws javax.servlet.ServletException, IOException- Throws:
javax.servlet.ServletException
IOException
-