org.jasig.portal.container.om.window
Class PortletWindowImpl
java.lang.Object
org.jasig.portal.container.om.window.PortletWindowImpl
- All Implemented Interfaces:
- org.apache.pluto.om.Controller, org.apache.pluto.om.Model, org.apache.pluto.om.window.PortletWindow, org.apache.pluto.om.window.PortletWindowCtrl, java.io.Serializable
- public class PortletWindowImpl
- extends java.lang.Object
- implements org.apache.pluto.om.window.PortletWindow, org.apache.pluto.om.window.PortletWindowCtrl, java.io.Serializable
Implementation of Apache Pluto object model.
- Version:
- $Revision: 1.6 $
- Author:
- Ken Weiner, kweiner@unicon.net
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletWindowImpl
public PortletWindowImpl()
getId
public org.apache.pluto.om.common.ObjectID getId()
- Specified by:
getId
in interface org.apache.pluto.om.window.PortletWindow
getPortletEntity
public org.apache.pluto.om.entity.PortletEntity getPortletEntity()
- Specified by:
getPortletEntity
in interface org.apache.pluto.om.window.PortletWindow
setId
public void setId(java.lang.String id)
- Specified by:
setId
in interface org.apache.pluto.om.window.PortletWindowCtrl
setPortletEntity
public void setPortletEntity(org.apache.pluto.om.entity.PortletEntity portletEntity)
- Specified by:
setPortletEntity
in interface org.apache.pluto.om.window.PortletWindowCtrl
setChannelRuntimeData
public void setChannelRuntimeData(ChannelRuntimeData runtimeData)
getChannelRuntimeData
public ChannelRuntimeData getChannelRuntimeData()
setHttpServletRequest
public void setHttpServletRequest(javax.servlet.http.HttpServletRequest request)
getHttpServletRequest
public javax.servlet.http.HttpServletRequest getHttpServletRequest()
getInternalActionResponse
public org.apache.pluto.core.InternalActionResponse getInternalActionResponse()
setInternalActionResponse
public void setInternalActionResponse(org.apache.pluto.core.InternalActionResponse internalActionResponse)