| org.apache.pluto.PortletWindow
All known Subclasses: org.apache.pluto.driver.core.PortletWindowImpl,
getContextPath | public String getContextPath()(Code) | | Retrieve the context path in which the Portlet resides.
context path |
getId | public PortletWindowID getId()(Code) | | Retrieve this windows unique id which will be
used to communicate back to the referencing portal.
unique id. |
getPortletMode | public PortletMode getPortletMode()(Code) | | Retrieve the current portlet mode for this window.
the current portlet mode. |
getPortletName | public String getPortletName()(Code) | | Retrieve the name of the portlet as configured in the
portlet.xml .
the name of the portlet. |
getWindowState | public WindowState getWindowState()(Code) | | Retrieve the current window state for this window.
the current window state. |
|
|