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: 1188342 $ $Date: 2011-10-24 15:04:32 -0500 (Mon, 24 Oct 2011) $
- Author:
- Werner Punz (latest modification by $Author: struberg $)
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 © 2013 The Apache Software Foundation. All Rights Reserved.