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

    Modifier and Type
    Method
    Description
    handle​(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
     
  • 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