Class PageViewAction

java.lang.Object
com.zfabrik.util.microweb.actions.PageViewAction
All Implemented Interfaces:
IAction

public class PageViewAction extends Object implements IAction
just sets the page impression flag
  • Constructor Details

    • PageViewAction

      public PageViewAction(IAction wrapped)
  • Method Details

    • handle

      public OutCome handle(javax.servlet.ServletContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws javax.servlet.ServletException, IOException
      Specified by:
      handle in interface IAction
      Throws:
      javax.servlet.ServletException
      IOException