org.apache.jetspeed.container
Interface PortletWindow

All Superinterfaces:
org.apache.pluto.container.PortletWindow

public interface PortletWindow
extends org.apache.pluto.container.PortletWindow

Version:
$Id: PortletWindow.java 881250 2009-11-17 12:25:34Z woonsan $

Nested Class Summary
static class PortletWindow.Action
           
 
Method Summary
 PortletWindow.Action getAction()
           
 java.lang.Object getAttribute(java.lang.String name)
           
 java.util.Map<java.lang.String,java.lang.Object> getAttributes()
           
 ContentFragment getFragment()
           
 java.util.List<KeyValue<java.lang.String,HeadElement>> getHeadElements()
          Returns all the contributed head elements which were aggregated from this window content and all the child window contents.
 PortletWindowID getId()
           
 PortletDefinition getPortletDefinition()
           
 java.lang.String getPortletEntityId()
           
 PortletInstance getPortletInstance()
           
 javax.portlet.PortletRequest getPortletRequest()
           
 org.apache.pluto.container.PortletRequestContext getPortletRequestContext()
           
 javax.portlet.PortletResponse getPortletResponse()
           
 org.apache.pluto.container.PortletResponseContext getPortletResponseContext()
           
 RequestContext getRequestContext()
           
 java.lang.String getWindowId()
           
 boolean isInstantlyRendered()
           
 boolean isValid()
           
 void removeAttribute(java.lang.String name)
           
 void setAttribute(java.lang.String name, java.lang.Object value)
           
 
Methods inherited from interface org.apache.pluto.container.PortletWindow
getPortletMode, getWindowState
 

Method Detail

isValid

boolean isValid()

getId

PortletWindowID getId()
Specified by:
getId in interface org.apache.pluto.container.PortletWindow

getWindowId

java.lang.String getWindowId()

getPortletEntityId

java.lang.String getPortletEntityId()

getPortletDefinition

PortletDefinition getPortletDefinition()
Specified by:
getPortletDefinition in interface org.apache.pluto.container.PortletWindow

getFragment

ContentFragment getFragment()

isInstantlyRendered

boolean isInstantlyRendered()

getAttributes

java.util.Map<java.lang.String,java.lang.Object> getAttributes()

getAttribute

java.lang.Object getAttribute(java.lang.String name)

setAttribute

void setAttribute(java.lang.String name,
                  java.lang.Object value)

removeAttribute

void removeAttribute(java.lang.String name)

getRequestContext

RequestContext getRequestContext()

getAction

PortletWindow.Action getAction()

getPortletRequest

javax.portlet.PortletRequest getPortletRequest()

getPortletResponse

javax.portlet.PortletResponse getPortletResponse()

getPortletRequestContext

org.apache.pluto.container.PortletRequestContext getPortletRequestContext()

getPortletResponseContext

org.apache.pluto.container.PortletResponseContext getPortletResponseContext()

getPortletInstance

PortletInstance getPortletInstance()

getHeadElements

java.util.List<KeyValue<java.lang.String,HeadElement>> getHeadElements()
Returns all the contributed head elements which were aggregated from this window content and all the child window contents.

The head elements are sorted by the insertion order.

Returns:


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.