Class RedirectMethodExpressionValueExpressionValidator
- java.lang.Object
-
- org.apache.myfaces.view.facelets.el.RedirectMethodExpressionValueExpressionValidator
-
- All Implemented Interfaces:
Externalizable
,Serializable
,EventListener
,FacesWrapper<javax.el.ValueExpression>
,Validator
public class RedirectMethodExpressionValueExpressionValidator extends Object implements Validator, FacesWrapper<javax.el.ValueExpression>, Externalizable
- Author:
- Leonardo Uribe
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface javax.faces.validator.Validator
NOT_IN_RANGE_MESSAGE_ID
-
-
Constructor Summary
Constructors Constructor Description RedirectMethodExpressionValueExpressionValidator()
RedirectMethodExpressionValueExpressionValidator(javax.el.ValueExpression valueExpression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.el.ValueExpression
getWrapped()
void
readExternal(ObjectInput in)
void
validate(FacesContext context, UIComponent component, Object value)
void
writeExternal(ObjectOutput out)
-
-
-
Method Detail
-
validate
public void validate(FacesContext context, UIComponent component, Object value) throws ValidatorException
- Specified by:
validate
in interfaceValidator
- Throws:
ValidatorException
-
getWrapped
public javax.el.ValueExpression getWrapped()
- Specified by:
getWrapped
in interfaceFacesWrapper<javax.el.ValueExpression>
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Specified by:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
-