org.apache.myfaces.view.facelets.el
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RedirectMethodExpressionValueExpressionValidator
public RedirectMethodExpressionValueExpressionValidator()
RedirectMethodExpressionValueExpressionValidator
public RedirectMethodExpressionValueExpressionValidator(javax.el.ValueExpression valueExpression)
validate
public void validate(FacesContext context,
UIComponent component,
Object value)
throws ValidatorException
- Specified by:
validate
in interface Validator
- Throws:
ValidatorException
getWrapped
public javax.el.ValueExpression getWrapped()
- Specified by:
getWrapped
in interface FacesWrapper<javax.el.ValueExpression>
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.