|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.faces.event.ScopeContext
public class ScopeContext
A structure that contains the name of
the scope and the scope itself exposed as a Map<String,
Object>
.
Constructor Summary | |
---|---|
ScopeContext(java.lang.String scopeName,
java.util.Map<java.lang.String,java.lang.Object> scope)
Construct this structure with the supplied arguments. |
Method Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getScope()
Return the scope itself, exposed
as a |
java.lang.String |
getScopeName()
Return the name of this custom scope. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScopeContext(java.lang.String scopeName, java.util.Map<java.lang.String,java.lang.Object> scope)
Construct this structure with the supplied arguments.
scopeName
- the name of the scopescope
- the scope itselfMethod Detail |
---|
public java.lang.String getScopeName()
Return the name of this custom scope.
public java.util.Map<java.lang.String,java.lang.Object> getScope()
Return the scope itself, exposed
as a Map
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |