public interface PortletWindow
extends org.apache.pluto.container.PortletWindow
Modifier and Type | Interface and Description |
---|---|
static class |
PortletWindow.Action |
Modifier and Type | Method and Description |
---|---|
PortletWindow.Action |
getAction() |
Object |
getAttribute(String name) |
Map<String,Object> |
getAttributes() |
ContentFragment |
getFragment() |
List<KeyValue<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() |
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() |
String |
getWindowId() |
boolean |
isInstantlyRendered() |
boolean |
isValid() |
void |
removeAttribute(String name) |
void |
setAttribute(String name,
Object value) |
boolean isValid()
PortletWindowID getId()
getId
in interface org.apache.pluto.container.PortletWindow
String getWindowId()
String getPortletEntityId()
PortletDefinition getPortletDefinition()
getPortletDefinition
in interface org.apache.pluto.container.PortletWindow
ContentFragment getFragment()
boolean isInstantlyRendered()
void removeAttribute(String name)
RequestContext getRequestContext()
PortletWindow.Action getAction()
javax.portlet.PortletRequest getPortletRequest()
javax.portlet.PortletResponse getPortletResponse()
org.apache.pluto.container.PortletRequestContext getPortletRequestContext()
org.apache.pluto.container.PortletResponseContext getPortletResponseContext()
PortletInstance getPortletInstance()
List<KeyValue<String,HeadElement>> getHeadElements()
The head elements are sorted by the insertion order.
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.