|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pluto.portalImpl.om.window.impl.PortletWindowImpl
public class PortletWindowImpl
Constructor Summary | |
---|---|
PortletWindowImpl(java.lang.String id)
|
Method Summary | |
---|---|
org.apache.pluto.om.common.ObjectID |
getId()
Returns the identifier of this portlet instance window as object id |
java.lang.String |
getParameter(java.lang.String paramName)
|
java.lang.String[] |
getParameterValues(java.lang.String paramName)
|
org.apache.pluto.om.entity.PortletEntity |
getPortletEntity()
Returns the portlet entity |
javax.portlet.PortletMode |
getPortletMode()
|
javax.portlet.PortletMode |
getPrevPortletMode()
Return the previous portlet mode |
javax.portlet.WindowState |
getPrevWindowState()
Return the previous window state |
java.util.Map |
getRenderParameters()
|
javax.portlet.WindowState |
getWindowState()
|
void |
restoreValues()
|
void |
saveValues()
|
void |
setId(java.lang.String id)
binds an identifier to this portlet window |
void |
setPortletEntity(org.apache.pluto.om.entity.PortletEntity portletEntity)
binds a portlet instance to this portlet window |
void |
setPortletMode(javax.portlet.PortletMode portletMode)
|
void |
setRenderParameter(java.util.Map parameters)
|
void |
setWindowState(javax.portlet.WindowState windowState)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortletWindowImpl(java.lang.String id)
Method Detail |
---|
public java.util.Map getRenderParameters()
public java.lang.String getParameter(java.lang.String paramName)
public java.lang.String[] getParameterValues(java.lang.String paramName)
public void setRenderParameter(java.util.Map parameters)
public void setPortletMode(javax.portlet.PortletMode portletMode)
public javax.portlet.PortletMode getPortletMode()
public void setWindowState(javax.portlet.WindowState windowState)
public javax.portlet.WindowState getWindowState()
public org.apache.pluto.om.common.ObjectID getId()
getId
in interface org.apache.pluto.om.window.PortletWindow
public org.apache.pluto.om.entity.PortletEntity getPortletEntity()
getPortletEntity
in interface org.apache.pluto.om.window.PortletWindow
public void setId(java.lang.String id)
setId
in interface org.apache.pluto.om.window.PortletWindowCtrl
id
- the new identifierpublic void setPortletEntity(org.apache.pluto.om.entity.PortletEntity portletEntity)
setPortletEntity
in interface org.apache.pluto.om.window.PortletWindowCtrl
portletEntity
- a portlet entity objectpublic void saveValues()
public void restoreValues()
public javax.portlet.PortletMode getPrevPortletMode()
public javax.portlet.WindowState getPrevWindowState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |