Interface PageController


  • public interface PageController
    The interface to implement for a Custom Page in Bonita.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void doGet​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, PageResourceProvider pageResourceProvider, PageContext pageContext)
      Let the custom page parse request for specific attribute handling.
    • Method Detail

      • doGet

        void doGet​(javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response,
                   PageResourceProvider pageResourceProvider,
                   PageContext pageContext)
        Let the custom page parse request for specific attribute handling.
        Parameters:
        request - the HTTP servlet request intended to be used as in a servlet
        response - the HTTP servlet response intended to be used as in a servlet
        pageResourceProvider - provide access to the resources contained in the custom page zip
        pageContext - provide access to the data relative to the context in which the custom page is displayed