| java.lang.Object com.flexive.war.validator.FxNameForXPathValidator
FxNameForXPathValidator | public class FxNameForXPathValidator implements Validator(Code) | | Validates if a name corresponds to the [A-Z][A-Z_0-9] pattern,
so that the name can be used to build a valid XPath
author: Gerhard Glos (gerhard.glos@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
Method Summary | |
public void | validate(FacesContext context, UIComponent component, Object value) |
validate | public void validate(FacesContext context, UIComponent component, Object value) throws ValidatorException(Code) | | |
|
|