Uses of Class
javax.portlet.PortletSecurityException

Packages that use PortletSecurityException
javax.portlet The javax.portlet package defines the API for Java Portlet Specification V2.0. 
org.jboss.portal.portlet.impl.jsr168.api   
org.jboss.portal.portlet.impl.jsr168.taglib   
org.jboss.portal.portlet.samples.basic   
 

Uses of PortletSecurityException in javax.portlet
 

Methods in javax.portlet that throw PortletSecurityException
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.
 

Uses of PortletSecurityException in org.jboss.portal.portlet.impl.jsr168.api
 

Methods in org.jboss.portal.portlet.impl.jsr168.api that throw PortletSecurityException
 void BaseURLImpl.setSecure(boolean secure)
           
 

Uses of PortletSecurityException in org.jboss.portal.portlet.impl.jsr168.taglib
 

Methods in org.jboss.portal.portlet.impl.jsr168.taglib that throw PortletSecurityException
protected  void GenerateURLTag.setSecure(javax.portlet.BaseURL portletURL)
          Set the secure/unsecure state for the URL to be what was given in the tag.
 

Uses of PortletSecurityException in org.jboss.portal.portlet.samples.basic
 

Methods in org.jboss.portal.portlet.samples.basic that throw PortletSecurityException
protected  void CharsetPortlet.doHelp(RenderRequest req, RenderResponse resp)
           
protected  void CharsetPortlet.doView(RenderRequest req, RenderResponse resp)
           
protected  void EncodingPortlet.doView(RenderRequest req, RenderResponse resp)
           
protected  void ExceptionPortlet.doView(RenderRequest req, RenderResponse resp)
           
 void HeaderPortlet.processAction(ActionRequest req, ActionResponse resp)
           
 void CharsetPortlet.processAction(ActionRequest req, ActionResponse resp)
           
 void EncodingPortlet.processAction(ActionRequest req, ActionResponse resp)
           
 void ExceptionPortlet.processAction(ActionRequest req, ActionResponse resp)
           
 



Copyright © 2008. All Rights Reserved.