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 java.lang.Object

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


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

Field Detail

contextMap

public java.util.Map<java.lang.String,java.lang.Object> contextMap

contextKeys

public java.util.List<java.lang.String> contextKeys

properties

public java.util.Map properties

scopeKey

public java.lang.String scopeKey

scopeKeyFromChaining

public boolean scopeKeyFromChaining

assignmentStack

public java.util.List<Context.AssignmentInfo> assignmentStack
Constructor Detail

Context.InspectorInfo

public Context.InspectorInfo()

Context.InspectorInfo

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

getValue

public java.lang.Object getValue(java.lang.String key)

getSingleValue

public java.lang.Object getSingleValue(java.lang.String key)


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