|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.internal.impl.InternalPortletWindowImpl
public class 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. |
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. |
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 PortletWindow
public java.lang.String getPortletName()
PortletWindow
portlet.xml
.
getPortletName
in interface PortletWindow
public WindowState getWindowState()
PortletWindow
getWindowState
in interface PortletWindow
public PortletMode getPortletMode()
PortletWindow
getPortletMode
in interface PortletWindow
public PortletWindowID getId()
PortletWindow
getId
in interface PortletWindow
public javax.servlet.ServletContext getServletContext()
InternalPortletWindow
getServletContext
in interface InternalPortletWindow
public PortletEntity getPortletEntity()
InternalPortletWindow
getPortletEntity
in interface InternalPortletWindow
public PortletWindow getOriginalPortletWindow()
InternalPortletWindow
getOriginalPortletWindow
in interface InternalPortletWindow
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |