| java.lang.Object nl.knowlogy.validation.jsf.utils.JsfUtils
JsfUtils | public class JsfUtils (Code) | | |
getBindedObject | public static Object getBindedObject(FacesContext context, String objectExpression)(Code) | | |
getBooleanAttribute | public static boolean getBooleanAttribute(UIComponent component, String attrName, boolean defaultValue)(Code) | | |
getContainingObject | public static Object getContainingObject(UIComponent uiComponent)(Code) | | |
getForComponent | public static UIComponent getForComponent(FacesContext context, String forComponent, UIComponent component)(Code) | | Locates the component identified by forComponent
Parameters: forComponent - -the component to search for Parameters: component - -the starting point in which to begin the search the component with the the id forComponent otheriwse null if no match is found. |
getObjectPart | public static String getObjectPart(UIComponent uiComponent)(Code) | | |
getObjectPartFromValueExpression | public static String getObjectPartFromValueExpression(String valueExpression)(Code) | | |
getPropertyNameFromValueExpression | public static String getPropertyNameFromValueExpression(String valueExpression)(Code) | | |
getPropertyNamePart | public static String getPropertyNamePart(UIComponent uiComponent)(Code) | | |
getStringValue | public static String getStringValue(FacesContext context, ValueBinding vb)(Code) | | |
|
|