Uses of Class
javax.portlet.WindowStateException

Packages that use WindowStateException
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   
 

Uses of WindowStateException in javax.portlet
 

Methods in javax.portlet that throw WindowStateException
 void PortletURL.setWindowState(WindowState windowState)
          Indicates the window state the portlet should be in, if this portlet URL triggers a request.
 void ActionResponse.setWindowState(WindowState windowState)
          Sets the window state of a portlet to the given window state.
 

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

Methods in org.jboss.portal.portlet.impl.jsr168.api that throw WindowStateException
 void PortletURLImpl.setWindowState(WindowState windowState)
           
 void StateAwareResponseImpl.setWindowState(WindowState windowState)
           
 

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

Methods in org.jboss.portal.portlet.impl.jsr168.taglib that throw WindowStateException
protected  void GenerateURLTag.setWindowState(PortletURL portletURL)
          Set the window state for the URL to be what was given in the tag.
 



Copyright © 2008. All Rights Reserved.