|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.validator.ValidatorBase
org.apache.myfaces.custom.equalvalidator.AbstractEqualValidator
@JSFValidator(name="t:validateEqual", clazz="org.apache.myfaces.custom.equalvalidator.EqualValidator", tagClass="org.apache.myfaces.custom.equalvalidator.ValidateEqualTag", serialuidtag="-3249115551944863108L") public abstract class AbstractEqualValidator
A custom validator for validations against foreign component values. Unless otherwise specified, all attributes accept static values or EL expressions.
Field Summary | |
---|---|
static java.lang.String |
EQUAL_MESSAGE_ID
Deprecated. The message identifier of the FacesMessage to be created if
the equal_for check fails. |
static java.lang.String |
VALIDATOR_ID
Deprecated. The standard converter id for this converter. |
Fields inherited from interface javax.faces.validator.Validator |
---|
NOT_IN_RANGE_MESSAGE_ID |
Constructor Summary | |
---|---|
AbstractEqualValidator()
Deprecated. |
Method Summary | |
---|---|
protected javax.faces.convert.Converter |
findUIOutputConverter(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
Deprecated. |
protected java.lang.Object |
getConvertedValueNonValid(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
Deprecated. |
abstract java.lang.String |
getFor()
Deprecated. the id of the foreign component, which is needed for the validation In JSF 2.0 facelets mode is used to identify the components this validator should be applied to when using composite components. |
abstract java.lang.String |
getForId()
Deprecated. the id of the foreign component, which is needed for the validation |
protected javax.faces.render.Renderer |
getRenderer(javax.faces.context.FacesContext context,
javax.faces.component.UIComponent foreignComponent)
Deprecated. |
abstract void |
setFor(java.lang.String string)
Deprecated. |
abstract void |
setForId(java.lang.String string)
Deprecated. the id of the foreign component, which is needed for the validation |
void |
validate(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent,
java.lang.Object value)
Deprecated. |
Methods inherited from class org.apache.myfaces.validator.ValidatorBase |
---|
getDetailMessage, getFacesContext, getFacesMessage, getMessage, getStringValue, getSummaryMessage, getValueExpression, isTransient, restoreAttachedState, restoreState, saveAttachedState, saveState, setDetailMessage, setMessage, setSummaryMessage, setTransient, setValueExpression |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String VALIDATOR_ID
The standard converter id for this converter.
public static final java.lang.String EQUAL_MESSAGE_ID
The message identifier of the FacesMessage
to be created if
the equal_for check fails.
Constructor Detail |
---|
public AbstractEqualValidator()
Method Detail |
---|
public void validate(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent, java.lang.Object value) throws javax.faces.validator.ValidatorException
javax.faces.validator.ValidatorException
protected javax.faces.render.Renderer getRenderer(javax.faces.context.FacesContext context, javax.faces.component.UIComponent foreignComponent)
protected javax.faces.convert.Converter findUIOutputConverter(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
protected java.lang.Object getConvertedValueNonValid(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws javax.faces.convert.ConverterException
javax.faces.convert.ConverterException
public abstract java.lang.String getFor()
public abstract void setFor(java.lang.String string)
string
- the foreign component_id, on which a value should be validated@JSFProperty(faceletsOnly=true) public abstract java.lang.String getForId()
public abstract void setForId(java.lang.String string)
string
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |