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
- Version:
- $Revision: 1187700 $ $Date: 2011-10-22 12:19:37 +0000 (Sat, 22 Oct 2011) $
- Author:
- Werner Punz (latest modification by $Author: bommel $)
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 © 2014 The Apache Software Foundation. All Rights Reserved.