Class RedirectMethodExpressionValueExpressionValidator
- java.lang.Object
- 
- org.apache.myfaces.view.facelets.el.RedirectMethodExpressionValueExpressionValidator
 
- 
- All Implemented Interfaces:
- FacesWrapper<jakarta.el.ValueExpression>,- Validator,- Externalizable,- Serializable,- EventListener
 
 public class RedirectMethodExpressionValueExpressionValidator extends Object implements Validator, FacesWrapper<jakarta.el.ValueExpression>, Externalizable - Author:
- Leonardo Uribe
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description RedirectMethodExpressionValueExpressionValidator()RedirectMethodExpressionValueExpressionValidator(jakarta.el.ValueExpression valueExpression)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.el.ValueExpressiongetWrapped()voidreadExternal(ObjectInput in)voidvalidate(FacesContext context, UIComponent component, Object value)voidwriteExternal(ObjectOutput out)
 
- 
- 
- 
Method Detail- 
validatepublic void validate(FacesContext context, UIComponent component, Object value) throws ValidatorException - Specified by:
- validatein interface- Validator
- Throws:
- ValidatorException
 
 - 
getWrappedpublic jakarta.el.ValueExpression getWrapped() - Specified by:
- getWrappedin interface- FacesWrapper<jakarta.el.ValueExpression>
 
 - 
readExternalpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException - Specified by:
- readExternalin interface- Externalizable
- Throws:
- IOException
- ClassNotFoundException
 
 - 
writeExternalpublic void writeExternal(ObjectOutput out) throws IOException - Specified by:
- writeExternalin interface- Externalizable
- Throws:
- IOException
 
 
- 
 
-