This method will attempt to resolve the given EL string.
@param context TheFacesContext
.
@param elt The LayoutElement associated w/ the expression.
@param parent The parent UIComponent
. This is usedbecause the current UIComponent is typically unknown (or not even created yet).
@param value The String (or List / Array) to resolve.
@return The evaluated value (may be null).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|