Interface PageController
public interface PageController
The interface to implement for a Custom Page in Bonita.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddoGet(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 Details
-
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
-