javax.faces.event
Class ScopeContext
java.lang.Object
javax.faces.event.ScopeContext
public class ScopeContext
- extends Object
A context for scope data
- Since:
- 2.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScopeContext
public ScopeContext(String scopeName,
Map<String,Object> scope)
getScopeName
public String getScopeName()
- Returns:
- the scope name stored in the context
getScope
public Map<String,Object> getScope()
- Returns:
- the scope data
Copyright © 2015 The Apache Software Foundation. All rights reserved.