protected void |
GenericPortlet.doDispatch(RenderRequest request,
RenderResponse response) |
The default implementation of this method routes the render request to a set of helper methods depending on the
current portlet mode the portlet is currently in.
|
protected void |
GenericPortlet.doEdit(RenderRequest request,
RenderResponse response) |
Helper method to serve up the edit mode.
|
protected void |
GenericPortlet.doHelp(RenderRequest request,
RenderResponse response) |
Helper method to serve up the help mode.
|
protected void |
GenericPortlet.doView(RenderRequest request,
RenderResponse response) |
Helper method to serve up the mandatory view mode.
|
void |
GenericPortlet.processAction(ActionRequest request,
ActionResponse response) |
Called by the portlet container to allow the portlet to process an action request.
|
void |
Portlet.processAction(ActionRequest request,
ActionResponse response) |
Called by the portlet container to allow the portlet to process an action request.
|
void |
GenericPortlet.render(RenderRequest request,
RenderResponse response) |
The default implementation of this method sets the title using the getTitle method and invokes the
doDispatch method.
|
void |
Portlet.render(RenderRequest request,
RenderResponse response) |
Called by the portlet container to allow the portlet to generate the content of the response based on its current
state.
|
void |
PortletURL.setSecure(boolean secure) |
Indicated the security setting for this URL.
|