Uses of Class
org.apache.jetspeed.portlet.PortletException

Packages that use PortletException
org.apache.jetspeed.portlet   
org.apache.jetspeed.portlet.xml   
 

Uses of PortletException in org.apache.jetspeed.portlet
 

Subclasses of PortletException in org.apache.jetspeed.portlet
 class AccessDeniedException
          The AccessDeniedException is thrown if a portlet attempts to access dynamic data in a manner that it is not allowed to.
 class UnavailableException
          Use the UnavailableException when the instantiation of a portlet fails.
 

Methods in org.apache.jetspeed.portlet that throw PortletException
 void PortletContext.include(java.lang.String path, PortletRequest request, PortletResponse response)
           Allows the portlet to delegate the rendering to another resource as specified by the given path.
 void Portlet.login(PortletRequest request)
          Called by the portlet container to ask the portlet to initialize the given portlet for a user.
 void Portlet.logout(PortletRequest request)
          Called by the portlet container to indicate that a virtual instance of the portlet is being removed.
 void Portlet.service(PortletRequest request, PortletResponse response)
          Called by the portlet container to ask this portlet to generate its markup using the given request/response pair.
 

Uses of PortletException in org.apache.jetspeed.portlet.xml
 

Methods in org.apache.jetspeed.portlet.xml that throw PortletException
 void SaxPortlet.service(PortletRequest request, PortletResponse response)
           
abstract  void SaxPortlet.service(SaxPortletRequest request, SaxPortletResponse response)
          This portlet maps the original service() call to this method.
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.