-
class
The PortletModeException is thrown when a portlet tries to use or set a portlet mode that is not
supported by the current runtime environment or the portlet.
class
A portlet should throw a PortletSecurityException when a call fails because of security reasons.
Additionally it can be thrown by the portal/portlet-container.
class
The ReadOnlyException is thrown when a portlet tries to change the value for a read-only preference
attribute.
class
The portlet should throw the UnavailableException when the portlet is either temporarily or permanently
unavailable to handle requests.
class
The ValidatorException is thrown by the validate method of a PreferencesValidator when the
validation of a preference failed.
class
The WindowStateException is thrown when a portlet tries to use a window state that is not supported by
the current runtime environment or the portlet.
protected void
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
Helper method to serve up the edit mode.
protected void
Helper method to serve up the help mode.
protected void
Helper method to serve up the mandatory view mode.
void
Includes the content of a resource (servlet, JSP page, HTML file) in the response.
void
A convenience method which can be overridden so that there's no need to call super.init(config).
void
Called by the portlet container to indicate to a portlet that the portlet is being placed into service.
void
Called by the portlet container to indicate to a portlet that the portlet is being placed into service.
void
Called by the portlet container to allow the portlet to process an action request.
void
Called by the portlet container to allow the portlet to process an action request.
void
The default implementation of this method sets the title using the getTitle method and invokes the
doDispatch method.
void
Called by the portlet container to allow the portlet to generate the content of the response based on its current
state.