public class InvalidRegexConverter extends Object implements javax.faces.convert.Converter
Modifier and Type | Field and Description |
---|---|
static String |
INVALID_REGEX_ATTR
The invalid regular expression attribute name.
|
Constructor and Description |
---|
InvalidRegexConverter() |
Modifier and Type | Method and Description |
---|---|
Object |
getAsObject(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
String value) |
String |
getAsString(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent component,
Object value) |
public static final String INVALID_REGEX_ATTR
public Object getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value)
getAsObject
in interface javax.faces.convert.Converter
Converter.getAsObject(javax.faces.context.FacesContext,
javax.faces.component.UIComponent, java.lang.String)
public String getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
getAsString
in interface javax.faces.convert.Converter
Converter.getAsString(javax.faces.context.FacesContext,
javax.faces.component.UIComponent, java.lang.Object)
Copyright © 2013. All Rights Reserved.