Uses of Interface
org.springframework.extensions.webscripts.ScriptableMap

Packages that use ScriptableMap
org.springframework.extensions.webscripts   
 

Uses of ScriptableMap in org.springframework.extensions.webscripts
 

Classes in org.springframework.extensions.webscripts that implement ScriptableMap
 class ScriptableLinkedHashMap<K,V>
          Implementation of a Scriptable Map.
 class ScriptableWrappedMap
          Implementation of a Scriptable Map.
 

Fields in org.springframework.extensions.webscripts declared as ScriptableMap
protected  ScriptableMap<String,Serializable> ScriptBase.properties
           
protected  ScriptableMap<String,Serializable> ScriptCredentialVault.properties
           
protected  ScriptableMap<String,Serializable> ScriptCredentials.properties
           
 

Methods in org.springframework.extensions.webscripts that return ScriptableMap
protected  ScriptableMap ScriptImporter.buildProperties()
           
protected  ScriptableMap<String,Serializable> ScriptWebApplication.buildProperties()
           
protected  ScriptableMap ScriptUser.buildProperties()
          Provides an associative array of properties that can be accessed via scripting by using the .properties accessor.
 ScriptableMap ScriptSiteData.buildProperties()
           
protected  ScriptableMap ScriptResources.buildProperties()
           
protected  ScriptableMap<String,Serializable> ScriptResourceContent.buildProperties()
           
protected  ScriptableMap<String,Serializable> ScriptResource.buildProperties()
           
protected  ScriptableMap ScriptRenderingInstance.buildProperties()
           
protected  ScriptableMap ScriptRenderContext.buildProperties()
           
protected  ScriptableMap ScriptModelObject.buildProperties()
           
protected  ScriptableMap ScriptLinkBuilder.buildProperties()
           
protected  ScriptableMap ScriptFormData.buildProperties()
           
protected  ScriptableMap ScriptForm.buildProperties()
           
protected abstract  ScriptableMap<String,Serializable> ScriptBase.buildProperties()
           
 ScriptableMap<String,Serializable> ScriptBase.getProperties()
           
 ScriptableMap<String,Serializable> ScriptCredentialVault.getProperties()
          Returns the properties of the credential vault
 ScriptableMap<String,Serializable> ScriptCredentials.getProperties()
          Returns the properties of the credentials
static ScriptableMap ScriptHelper.toScriptableMap(Map<String,Serializable> map)
          Converts an existing map to a Scriptable map
static ScriptableMap ScriptHelper.toScriptableMap(RequestContext context, Map<String,ModelObject> objects)
          Creates a Scriptable Map for a given map of model objects
static ScriptableMap ScriptHelper.toScriptableMap(RequestContext context, ModelObject[] modelObjects)
          Creates a Scriptable Map for a given array of model objects
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.