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 Class | org.apache.taglibs.standard.functions.Functions |
Function Signature | Map<String, Object> jsonToMap(java.lang.String) |
Display Name | None |
Output Generated by
Tag Library Documentation Generator.