Uses of Interface
org.springframework.extensions.webscripts.ScriptableMap
-
Packages that use ScriptableMap Package Description org.springframework.extensions.webscripts -
-
Uses of ScriptableMap in org.springframework.extensions.webscripts
Classes in org.springframework.extensions.webscripts that implement ScriptableMap Modifier and Type Class Description classScriptableLinkedHashMap<K,V>Implementation of a Scriptable Map.classScriptableWrappedMapImplementation of a Scriptable Map.Fields in org.springframework.extensions.webscripts declared as ScriptableMap Modifier and Type Field Description protected ScriptableMap<java.lang.String,java.io.Serializable>ScriptCredentials. propertiesprotected ScriptableMap<java.lang.String,java.io.Serializable>ScriptCredentialVault. propertiesMethods in org.springframework.extensions.webscripts that return ScriptableMap Modifier and Type Method Description ScriptableMap<java.lang.String,java.io.Serializable>ScriptCredentials. getProperties()Returns the properties of the credentialsScriptableMap<java.lang.String,java.io.Serializable>ScriptCredentialVault. getProperties()Returns the properties of the credential vault
-