| Constructor and Description |
|---|
Facelets() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getBoolean(TagAttribute tagAttribute,
FaceletContext context)
Return the boolean value of the given attribute
|
static Object |
getObject(TagAttribute tagAttribute,
FaceletContext context)
Return the Object value of the given attribute
|
static String |
getString(TagAttribute tagAttribute,
FaceletContext context)
Return the String value of the given attribute
|
public static String getString(TagAttribute tagAttribute, FaceletContext context)
tagAttribute - The attribute to retrieve the value fromcontext - FaceletContext to usepublic static boolean getBoolean(TagAttribute tagAttribute, FaceletContext context)
tagAttribute - The attribute to retrieve the value fromcontext - FaceletContext to usepublic static Object getObject(TagAttribute tagAttribute, FaceletContext context)
tagAttribute - The attribute to retrieve the value fromcontext - FaceletContext to useCopyright © 2012–2014 OmniFaces. All rights reserved.