public class PortletWindowImpl extends Object implements org.apache.pluto.om.window.PortletWindow, org.apache.pluto.om.window.PortletWindowCtrl
| Constructor and Description |
|---|
PortletWindowImpl(String id) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.pluto.om.common.ObjectID |
getId()
Returns the identifier of this portlet instance window as object id
|
String |
getParameter(String paramName) |
String[] |
getParameterValues(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
|
Map |
getRenderParameters() |
javax.portlet.WindowState |
getWindowState() |
void |
restoreValues() |
void |
saveValues() |
void |
setId(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(Map parameters) |
void |
setWindowState(javax.portlet.WindowState windowState) |
public PortletWindowImpl(String id)
public Map getRenderParameters()
public void setRenderParameter(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.PortletWindowpublic org.apache.pluto.om.entity.PortletEntity getPortletEntity()
getPortletEntity in interface org.apache.pluto.om.window.PortletWindowpublic void setId(String id)
setId in interface org.apache.pluto.om.window.PortletWindowCtrlid - the new identifierpublic void setPortletEntity(org.apache.pluto.om.entity.PortletEntity portletEntity)
setPortletEntity in interface org.apache.pluto.om.window.PortletWindowCtrlportletEntity - a portlet entity objectpublic void saveValues()
public void restoreValues()
public javax.portlet.PortletMode getPrevPortletMode()
public javax.portlet.WindowState getPrevWindowState()
Copyright © 2018 City of Paris. All rights reserved.