|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.pluto.internal.impl.InternalPortletWindowImpl
Implementation of InternalPortletWindow interface.
| Constructor Summary | |
InternalPortletWindowImpl(javax.servlet.ServletContext context,
PortletWindow portletWindow)
Constructs an internal portlet window that wraps a portlet window. |
|
| Method Summary | |
java.lang.String |
getContextPath()
Retrieve the context path in which the Portlet resides. |
PortletWindowID |
getId()
Retrieve this windows unique id which will be used to communicate back to the referencing portal. |
PortletWindow |
getOriginalPortletWindow()
Retrieve the original portlet window with which the container was invoked. |
PortletEntity |
getPortletEntity()
Returns the portlet entity. |
javax.portlet.PortletMode |
getPortletMode()
Retrieve the current portlet mode for this window. |
java.lang.String |
getPortletName()
Retrieve the name of the portlet as configured in the portlet.xml. |
javax.servlet.ServletContext |
getServletContext()
The Context from which this window can be serviced. |
javax.portlet.WindowState |
getWindowState()
Retrieve the current window state for this window. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InternalPortletWindowImpl(javax.servlet.ServletContext context,
PortletWindow portletWindow)
doRender() or doAction() method is
invoked.
context - the servlet context from which this window is
being invoked.portletWindow - the underlying portlet window instance.| Method Detail |
public java.lang.String getContextPath()
PortletWindow
getContextPath in interface PortletWindowpublic java.lang.String getPortletName()
PortletWindowportlet.xml.
getPortletName in interface PortletWindowpublic javax.portlet.WindowState getWindowState()
PortletWindow
getWindowState in interface PortletWindowpublic javax.portlet.PortletMode getPortletMode()
PortletWindow
getPortletMode in interface PortletWindowpublic PortletWindowID getId()
PortletWindow
getId in interface PortletWindowpublic javax.servlet.ServletContext getServletContext()
InternalPortletWindow
getServletContext in interface InternalPortletWindowpublic PortletEntity getPortletEntity()
InternalPortletWindow
getPortletEntity in interface InternalPortletWindowpublic PortletWindow getOriginalPortletWindow()
InternalPortletWindow
getOriginalPortletWindow in interface InternalPortletWindow
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||