storage Taglib documentation

Version 1.0
Description Storage helper

Tag getSharedValue storage:getSharedValue(...)

Get in shared storage.
Body Content: empty
Attribute nameRequiredRuntime Expression EvaluationType
varfalsefalsejava.lang.String
Name of the exported variable for the data result.
keytruetruejava.lang.String
Key
uniqueKeytruetruejava.lang.String
uniqueKey

Tag getSharedValues storage:getSharedValues(...)

Get multiple values in shared storage.
Body Content: empty
Attribute nameRequiredRuntime Expression EvaluationType
varfalsefalsejava.lang.String
Name of the exported variable for the data result.
keytruetruejava.lang.String
Key

Tag getUserValue storage:getUserValue(...)

Get value in user storage.
Body Content: empty
Attribute nameRequiredRuntime Expression EvaluationType
varfalsefalsejava.lang.String
Name of the exported variable for the data result.
keytruetruejava.lang.String
Key
uniqueKeytruetruejava.lang.String
uniqueKey

Tag getUserValues storage:getUserValues(...)

Get multiple values in user storage.
Body Content: empty
Attribute nameRequiredRuntime Expression EvaluationType
varfalsefalsejava.lang.String
Name of the exported variable for the data result.
keytruetruejava.lang.String
Key