javax.faces.event
Class ScopeContext

java.lang.Object
  extended by javax.faces.event.ScopeContext

public class ScopeContext
extends java.lang.Object

A context for scope data

Since:
2.0
Version:
$Revision$ $Date$
Author:
Werner Punz (latest modification by $Author$)

Constructor Summary
ScopeContext(java.lang.String scopeName, java.util.Map<java.lang.String,java.lang.Object> scope)
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getScope()
           
 java.lang.String getScopeName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopeContext

public ScopeContext(java.lang.String scopeName,
                    java.util.Map<java.lang.String,java.lang.Object> scope)
Method Detail

getScopeName

public java.lang.String getScopeName()
Returns:
the scope name stored in the context

getScope

public java.util.Map<java.lang.String,java.lang.Object> getScope()
Returns:
the scope data


Copyright © 2010 The Apache Software Foundation. All Rights Reserved.