|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WindowState | |
|---|---|
| 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 | The root package of the Pluto Portlet Container. |
| org.apache.pluto.driver.core | |
| org.apache.pluto.driver.services.container | |
| org.apache.pluto.driver.url | |
| org.apache.pluto.driver.url.impl | |
| org.apache.pluto.internal | |
| org.apache.pluto.internal.impl | |
| org.apache.pluto.spi | |
| org.apache.pluto.wrappers | |
| Uses of WindowState in javax.portlet |
|---|
| Fields in javax.portlet declared as WindowState | |
|---|---|
static WindowState |
WindowState.MAXIMIZED
The MAXIMIZED window state is an indication
that a portlet may be the only portlet being rendered in the
portal page, or that the portlet has more space compared to other portlets
in the portal page. |
static WindowState |
WindowState.MINIMIZED
When a portlet is in MINIMIZED window state,
the portlet should only render minimal output or no output at all. |
static WindowState |
WindowState.NORMAL
The NORMAL window state indicates that a portlet
may be sharing the page with other portlets. |
| Methods in javax.portlet that return WindowState | |
|---|---|
WindowState |
WindowStateException.getState()
Returns the portlet state causing this exception. |
WindowState |
PortletURL.getWindowState()
Returns the currently set window state on this PortletURL. |
WindowState |
PortletRequest.getWindowState()
Returns the current window state of the portlet. |
WindowState |
StateAwareResponse.getWindowState()
Returns the currently set window state on this response. |
| Methods in javax.portlet that return types with arguments of type WindowState | |
|---|---|
java.util.Enumeration<WindowState> |
PortalContext.getSupportedWindowStates()
Returns all supported window states by the portal as an enumertation of WindowState objects. |
| Methods in javax.portlet with parameters of type WindowState | |
|---|---|
boolean |
PortletRequest.isWindowStateAllowed(WindowState state)
Returns true, if the given window state is valid to be set for this portlet in the context of the current request. |
void |
PortletURL.setWindowState(WindowState windowState)
Indicates the window state the portlet should be in, if this portlet URL triggers a request. |
void |
StateAwareResponse.setWindowState(WindowState windowState)
Sets the window state of a portlet to the given window state. |
| Constructors in javax.portlet with parameters of type WindowState | |
|---|---|
WindowStateException(java.lang.String text,
java.lang.Throwable cause,
WindowState state)
Constructs a new portlet state exception when the portlet needs to do the following: |
|
WindowStateException(java.lang.String text,
WindowState state)
Constructs a new portlet state exception with the given text. |
|
WindowStateException(java.lang.Throwable cause,
WindowState state)
Constructs a new portlet state exception when the portlet needs to throw an exception. |
|
| Uses of WindowState in javax.portlet.filter |
|---|
| Methods in javax.portlet.filter that return WindowState | |
|---|---|
WindowState |
PortletRequestWrapper.getWindowState()
The default behavior of this method is to call getWindowState() on the wrapped request object. |
WindowState |
EventResponseWrapper.getWindowState()
The default behavior of this method is to call getWindowState() on the wrapped response object. |
WindowState |
ActionResponseWrapper.getWindowState()
The default behavior of this method is to call getWindowState() on the wrapped response object. |
| Methods in javax.portlet.filter with parameters of type WindowState | |
|---|---|
boolean |
PortletRequestWrapper.isWindowStateAllowed(WindowState state)
The default behavior of this method is to call isWindowStateAllowed(state) on the wrapped request object. |
void |
EventResponseWrapper.setWindowState(WindowState windowState)
The default behavior of this method is to call setWindowState(windowState) on the wrapped response object. |
void |
ActionResponseWrapper.setWindowState(WindowState windowState)
The default behavior of this method is to call setWindowState(windowState) on the wrapped response object. |
| Uses of WindowState in org.apache.pluto |
|---|
| Methods in org.apache.pluto that return WindowState | |
|---|---|
WindowState |
PortletWindow.getWindowState()
Retrieve the current window state for this window. |
| Uses of WindowState in org.apache.pluto.driver.core |
|---|
| Methods in org.apache.pluto.driver.core that return WindowState | |
|---|---|
WindowState |
PortletWindowImpl.getWindowState()
|
| Uses of WindowState in org.apache.pluto.driver.services.container |
|---|
| Methods in org.apache.pluto.driver.services.container with parameters of type WindowState | |
|---|---|
void |
PortletURLProviderImpl.setWindowState(WindowState state)
|
| Uses of WindowState in org.apache.pluto.driver.url |
|---|
| Methods in org.apache.pluto.driver.url that return WindowState | |
|---|---|
WindowState |
PortalURL.getWindowState(java.lang.String windowId)
|
| Methods in org.apache.pluto.driver.url with parameters of type WindowState | |
|---|---|
void |
PortalURL.setWindowState(java.lang.String windowId,
WindowState windowState)
|
| Uses of WindowState in org.apache.pluto.driver.url.impl |
|---|
| Methods in org.apache.pluto.driver.url.impl that return WindowState | |
|---|---|
WindowState |
RelativePortalURLImpl.getWindowState(java.lang.String windowId)
Returns the window state of the specified window. |
WindowState |
PortalURLImpl.getWindowState(java.lang.String windowId)
Deprecated. Returns the window state of the specified window. |
| Methods in org.apache.pluto.driver.url.impl with parameters of type WindowState | |
|---|---|
void |
RelativePortalURLImpl.setWindowState(java.lang.String windowId,
WindowState windowState)
Sets the window state of the specified window. |
void |
PortalURLImpl.setWindowState(java.lang.String windowId,
WindowState windowState)
Deprecated. Sets the window state of the specified window. |
| Uses of WindowState in org.apache.pluto.internal |
|---|
| Methods in org.apache.pluto.internal that return WindowState | |
|---|---|
WindowState |
InternalActionResponse.getChangedWindowState()
Retrieve the window state. |
| Uses of WindowState in org.apache.pluto.internal.impl |
|---|
| Fields in org.apache.pluto.internal.impl declared as WindowState | |
|---|---|
protected WindowState |
BaseURLImpl.state
|
| Methods in org.apache.pluto.internal.impl that return WindowState | |
|---|---|
WindowState |
StateAwareResponseImpl.getChangedWindowState()
|
WindowState |
PortletRequestImpl.getWindowState()
|
WindowState |
BaseURLImpl.getWindowState()
|
WindowState |
InternalPortletWindowImpl.getWindowState()
|
WindowState |
StateAwareResponseImpl.getWindowState()
|
| Methods in org.apache.pluto.internal.impl with parameters of type WindowState | |
|---|---|
boolean |
PortletRequestImpl.isWindowStateAllowed(WindowState state)
Determine whether or not the specified WindowState is allowed for this portlet. |
protected boolean |
BaseURLImpl.isWindowStateAllowed(WindowState state)
|
protected boolean |
StateAwareResponseImpl.isWindowStateAllowed(WindowState state)
|
void |
PortletURLImpl.setWindowState(WindowState windowState)
|
void |
StateAwareResponseImpl.setWindowState(WindowState windowState)
|
| Uses of WindowState in org.apache.pluto.spi |
|---|
| Methods in org.apache.pluto.spi with parameters of type WindowState | |
|---|---|
void |
PortletURLProvider.setWindowState(WindowState state)
Sets the new window state at the URL. |
| Uses of WindowState in org.apache.pluto.wrappers |
|---|
| Methods in org.apache.pluto.wrappers that return WindowState | |
|---|---|
WindowState |
PortletRequestWrapper.getWindowState()
|
WindowState |
ActionResponseWrapper.getWindowState()
|
| Methods in org.apache.pluto.wrappers with parameters of type WindowState | |
|---|---|
boolean |
PortletRequestWrapper.isWindowStateAllowed(WindowState state)
|
void |
ActionResponseWrapper.setWindowState(WindowState windowState)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||