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(jakarta.servlet.ServletContext context, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res)
     
  • Method Details

    • handle

      OutCome handle(jakarta.servlet.ServletContext context, jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws jakarta.servlet.ServletException, IOException
      Throws:
      jakarta.servlet.ServletException
      IOException