Interface PageController
-
public interface PageControllerThe interface to implement for a Custom Page in Bonita.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoGet(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 servletresponse- the HTTP servlet response intended to be used as in a servletpageResourceProvider- provide access to the resources contained in the custom page zippageContext- provide access to the data relative to the context in which the custom page is displayed
-
-