|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RenderContext
Extension of RequestContext that defines methods specific for render contexts in portlets and GET requests in servlets. This interface was inspired on render phase of portlets, but it is also applied for REST servlet applications.
AbstractRestServlet.doGet(HttpServletRequest,HttpServletResponse)| Method Summary | |
|---|---|
void |
display(java.lang.String view)
Display a given view page, forwarding to ( servlets ) or including ( portlets ) the given page. |
Link |
getNavigationLink()
Obtain a link to the current render request, including all paramters provided. |
boolean |
isNewForm()
Checks the presence of FORM_ATTRIBUTE entry, and the bean referred by the value stored in that entry. |
| Methods inherited from interface com.acsinet_solutions.cetia4.controller.ParameterAccessor |
|---|
getParameter, getParameterMap |
| Method Detail |
|---|
Link getNavigationLink()
NavigationStage
void display(java.lang.String view)
throws java.io.IOException,
SystemException
java.io.IOException
SystemExceptionboolean isNewForm()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||