Class RedirectMethodExpressionValueExpressionValueChangeListener
- java.lang.Object
- 
- org.apache.myfaces.view.facelets.el.RedirectMethodExpressionValueExpressionValueChangeListener
 
- 
- All Implemented Interfaces:
- FacesListener,- ValueChangeListener,- FacesWrapper<jakarta.el.ValueExpression>,- Externalizable,- Serializable,- EventListener
 
 public class RedirectMethodExpressionValueExpressionValueChangeListener extends Object implements ValueChangeListener, FacesWrapper<jakarta.el.ValueExpression>, Externalizable - Author:
- Leonardo Uribe
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description RedirectMethodExpressionValueExpressionValueChangeListener()RedirectMethodExpressionValueExpressionValueChangeListener(jakarta.el.ValueExpression valueExpression)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description jakarta.el.ValueExpressiongetWrapped()voidprocessValueChange(ValueChangeEvent event)voidreadExternal(ObjectInput in)voidwriteExternal(ObjectOutput out)
 
- 
- 
- 
Constructor Detail- 
RedirectMethodExpressionValueExpressionValueChangeListenerpublic RedirectMethodExpressionValueExpressionValueChangeListener() 
 - 
RedirectMethodExpressionValueExpressionValueChangeListenerpublic RedirectMethodExpressionValueExpressionValueChangeListener(jakarta.el.ValueExpression valueExpression) 
 
- 
 - 
Method Detail- 
processValueChangepublic void processValueChange(ValueChangeEvent event) throws AbortProcessingException - Specified by:
- processValueChangein interface- ValueChangeListener
- Throws:
- AbortProcessingException
 
 - 
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
 
 
- 
 
-