|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StrategyResponse
TODO: A description of this class.
Method Summary | |
---|---|
void |
addNoRender(PortletContext portlet)
Add a portlet to the list of portlets that are excluded from the render process. |
void |
addWindowStateChange(PortletContext portlet,
WindowState state)
Add a portlet to the list of portlets that received a new window state by the strategy. |
java.util.List |
getExcludedList()
Get the list of portlets (portlet context) that should not be rendered by the portlet container. |
java.lang.String |
getLayoutURI()
Get the URI of the layout to use, if the layout needs to be changed, otherwise this call will return null. |
java.util.List |
getModifiedPortletContextList()
Get the list of portlet contexts that have been modified. |
java.lang.String |
getState()
|
java.util.Map |
getWindowStateChangeMap()
Get the map of portlet that should change their window state, with the new state in the value |
void |
reset()
Reset all the state of this response |
void |
setState(java.lang.String state)
|
void |
setURI(java.lang.String layoutURI)
Set the layout URI to use |
Method Detail |
---|
java.lang.String getLayoutURI()
PortalLayout
java.util.Map getWindowStateChangeMap()
PortletContext
,
WindowState
java.util.List getExcludedList()
PortletContext
java.util.List getModifiedPortletContextList()
The portlet Context allows to change the region and order of the portlet in that region. If the strategy alters any of those values, it must propagate the change via this list.
java.util.List
of org.jboss.portal.core.theme.strategy.PortletContext
void addNoRender(PortletContext portlet)
portlet
- the portlet to excludevoid addWindowStateChange(PortletContext portlet, WindowState state)
portlet
- the portlet that got the new window statestate
- the new window statevoid reset()
void setURI(java.lang.String layoutURI)
layoutURI
- the layout URI to usevoid setState(java.lang.String state)
state
- java.lang.String getState()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |