PageController instead@Deprecated public interface PageController
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
PageResourceProvider pageResourceProvider,
PageContext pageContext)
Deprecated.
Let the custom page parse request for specific attribute handling.
|
void doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
PageResourceProvider pageResourceProvider,
PageContext pageContext)
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 displayedCopyright © 2020 Bonitasoft S.A.. All rights reserved.