|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.core.model.portal.navstate.PortalObjectNavigationalStateContext
public class PortalObjectNavigationalStateContext
Constructor Summary | |
---|---|
PortalObjectNavigationalStateContext(AttributeResolver store)
|
Method Summary | |
---|---|
boolean |
applyChanges()
Apply the navigational state changes to the real storage. |
java.lang.Object |
getAttribute(java.lang.Object attrKey)
Return an attribute from this resolver. |
java.util.Iterator |
getChanges()
|
java.util.Set |
getKeys()
Returns the set of keys of the attributes bound in that resolver. |
java.lang.String |
getViewId()
Returns the current view id. |
void |
setAttribute(java.lang.Object attrKey,
java.lang.Object attrValue)
Update an attribute value on this resolve. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortalObjectNavigationalStateContext(AttributeResolver store)
Method Detail |
---|
public java.util.Set getKeys()
AttributeResolver
getKeys
in interface AttributeResolver
public java.lang.Object getAttribute(java.lang.Object attrKey) throws java.lang.IllegalArgumentException
AttributeResolver
getAttribute
in interface AttributeResolver
java.lang.IllegalArgumentException
- if the attribute key is not validpublic void setAttribute(java.lang.Object attrKey, java.lang.Object attrValue) throws java.lang.IllegalArgumentException
AttributeResolver
setAttribute
in interface AttributeResolver
attrValue
- the attribute value
java.lang.IllegalArgumentException
- if the attribute key is not validpublic java.util.Iterator getChanges()
public boolean applyChanges()
public java.lang.String getViewId()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |