Uses of Class
javax.portlet.PortletSecurityException
-
Uses of PortletSecurityException in javax.portlet
Methods in javax.portlet that throw PortletSecurityExceptionModifier and TypeMethodDescriptionprotected voidGenericPortlet.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 voidGenericPortlet.doEdit(RenderRequest request, RenderResponse response) Helper method to serve up theeditmode.protected voidGenericPortlet.doHelp(RenderRequest request, RenderResponse response) Helper method to serve up thehelpmode.protected voidGenericPortlet.doView(RenderRequest request, RenderResponse response) Helper method to serve up the mandatoryviewmode.voidGenericPortlet.processAction(ActionRequest request, ActionResponse response) Called by the portlet container to allow the portlet to process an action request.voidPortlet.processAction(ActionRequest request, ActionResponse response) Called by the portlet container to allow the portlet to process an action request.voidGenericPortlet.render(RenderRequest request, RenderResponse response) The default implementation of this method sets the title using thegetTitlemethod and invokes thedoDispatchmethod.voidPortlet.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.voidPortletURL.setSecure(boolean secure) Indicated the security setting for this URL.