|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PortletWindowSession
The portlet window session is a session which is unique for every window of a portlet instance.
| Method Summary | |
|---|---|
MarkupContext |
getCachedMarkup()
Get the markup context which has been cached. |
ResourceContext |
getCachedResource()
|
java.lang.String |
getInteractionState()
|
java.lang.String |
getNavigationalState()
|
NamedString[] |
getNavigationalValues()
|
PortletSession |
getPortletSession()
Get the portlet session this window session belongs to. |
java.lang.String |
getResourceState()
|
java.lang.String |
getWindowID()
Get the ID of the portlets window this session belongs to. |
void |
setInteractionState(java.lang.String interactionState)
|
void |
setNavigationalState(java.lang.String navigationalState)
|
void |
setNavigationalValues(NamedString[] navigationalValues)
|
void |
setResourceState(java.lang.String resourceState)
|
void |
setWindowID(java.lang.String windowID)
Set the ID of the portlets window this sessions belongs to. |
void |
updateMarkupCache(MarkupContext markupContext)
Update the cache which holds the markup context. |
void |
updateResourceCache(ResourceContext resourceContext)
|
| Method Detail |
|---|
java.lang.String getWindowID()
void setWindowID(java.lang.String windowID)
windowID - The ID of the portlet window.MarkupContext getCachedMarkup()
performBlockingInteraction calls in order to save an
additional getMarkup call.
void updateMarkupCache(MarkupContext markupContext)
performBlockingInteraction calls in order to save an
additional getMarkup call. Updateing the cache with a null
value clears the markup cache.
PortletSession getPortletSession()
PortletSession this window session belongs to.void setNavigationalState(java.lang.String navigationalState)
java.lang.String getNavigationalState()
ResourceContext getCachedResource()
void updateResourceCache(ResourceContext resourceContext)
void setNavigationalValues(NamedString[] navigationalValues)
NamedString[] getNavigationalValues()
void setInteractionState(java.lang.String interactionState)
java.lang.String getInteractionState()
void setResourceState(java.lang.String resourceState)
java.lang.String getResourceState()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||