ariba.ui.meta.core
Class Context.InspectorInfo

java.lang.Object
  extended by ariba.ui.meta.core.Context.InspectorInfo
Enclosing class:
Context

public static class Context.InspectorInfo
extends Object

An externally intelligible snapshot of current Context state for use by Inspectors / Editors.


Field Summary
 List<Context.AssignmentInfo> assignmentStack
           
 List<String> contextKeys
           
 Map<String,Object> contextMap
           
 Map properties
           
 String scopeKey
           
 boolean scopeKeyFromChaining
           
 
Constructor Summary
Context.InspectorInfo()
           
Context.InspectorInfo(Context.InspectorInfo orig, Object overrideScopeValue)
           
 
Method Summary
 Object getSingleValue(String key)
           
 Object getValue(String key)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contextMap

public Map<String,Object> contextMap

contextKeys

public List<String> contextKeys

properties

public Map properties

scopeKey

public String scopeKey

scopeKeyFromChaining

public boolean scopeKeyFromChaining

assignmentStack

public List<Context.AssignmentInfo> assignmentStack
Constructor Detail

Context.InspectorInfo

public Context.InspectorInfo()

Context.InspectorInfo

public Context.InspectorInfo(Context.InspectorInfo orig,
                             Object overrideScopeValue)
Method Detail

getValue

public Object getValue(String key)

getSingleValue

public Object getSingleValue(String key)


AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.