Uses of Class
javax.portlet.PortletModeException

Packages that use PortletModeException
javax.portlet The javax.portlet package defines the API for Java Portlet Specification V2.0. 
javax.portlet.filter The javax.portlet.filter package defines the filter APIs for the Java Portlet Specification. 
org.apache.pluto.internal.impl   
org.apache.pluto.wrappers   
 

Uses of PortletModeException in javax.portlet
 

Methods in javax.portlet that throw PortletModeException
 void StateAwareResponse.setPortletMode(PortletMode portletMode)
          Sets the portlet mode of a portlet to the given portlet mode.
 void PortletURL.setPortletMode(PortletMode portletMode)
          Indicates the portlet mode the portlet must be in, if this portlet URL triggers a request.
 

Uses of PortletModeException in javax.portlet.filter
 

Methods in javax.portlet.filter that throw PortletModeException
 void EventResponseWrapper.setPortletMode(PortletMode portletMode)
          The default behavior of this method is to call setPortletMode(portletMode) on the wrapped response object.
 void ActionResponseWrapper.setPortletMode(PortletMode portletMode)
          The default behavior of this method is to call setPortletMode(portletMode) on the wrapped response object.
 

Uses of PortletModeException in org.apache.pluto.internal.impl
 

Methods in org.apache.pluto.internal.impl that throw PortletModeException
protected  boolean BaseURLImpl.isPortletModeAllowed(PortletMode mode)
           
 void PortletURLImpl.setPortletMode(PortletMode portletMode)
           
 void StateAwareResponseImpl.setPortletMode(PortletMode portletMode)
           
 

Uses of PortletModeException in org.apache.pluto.wrappers
 

Methods in org.apache.pluto.wrappers that throw PortletModeException
 void ActionResponseWrapper.setPortletMode(PortletMode portletMode)
           
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.