Pass Through Attributes
Function jsonToMap

Map<String, jsonToMap(java.lang.String)

Convert JSON into the Map<String, Object> expected by UIComponent.getPassThroughAttributes().

Example:
<h:outputText value="#{user.value}"> <f:passthroughAttributes value="#{p:jsonToMap(#{EvaluatesToJson})}" /> </h:outputText>


Function Information
Function Classorg.apache.taglibs.standard.functions.Functions
Function SignatureMap<String, Object> jsonToMap(java.lang.String)
Display NameNone


Output Generated by Tag Library Documentation Generator.