org.apache.myfaces.view.facelets.el
Class RedirectMethodExpressionValueExpressionValueChangeListener
java.lang.Object
org.apache.myfaces.view.facelets.el.RedirectMethodExpressionValueExpressionValueChangeListener
- All Implemented Interfaces:
- Externalizable, Serializable, EventListener, FacesListener, ValueChangeListener, FacesWrapper<javax.el.ValueExpression>
public class RedirectMethodExpressionValueExpressionValueChangeListener
- extends Object
- implements ValueChangeListener, 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 |
RedirectMethodExpressionValueExpressionValueChangeListener
public RedirectMethodExpressionValueExpressionValueChangeListener()
RedirectMethodExpressionValueExpressionValueChangeListener
public RedirectMethodExpressionValueExpressionValueChangeListener(javax.el.ValueExpression valueExpression)
processValueChange
public void processValueChange(ValueChangeEvent event)
throws AbortProcessingException
- Specified by:
processValueChange
in interface ValueChangeListener
- Throws:
AbortProcessingException
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 © 2015 The Apache Software Foundation. All rights reserved.