org.apache.myfaces.view.facelets.el
Class RedirectMethodExpressionValueExpressionActionListener
java.lang.Object
org.apache.myfaces.view.facelets.el.RedirectMethodExpressionValueExpressionActionListener
- All Implemented Interfaces:
- Externalizable, Serializable, EventListener, ActionListener, FacesListener, FacesWrapper<javax.el.ValueExpression>
public class RedirectMethodExpressionValueExpressionActionListener
- extends Object
- implements ActionListener, 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 |
RedirectMethodExpressionValueExpressionActionListener
public RedirectMethodExpressionValueExpressionActionListener()
RedirectMethodExpressionValueExpressionActionListener
public RedirectMethodExpressionValueExpressionActionListener(javax.el.ValueExpression valueExpression)
processAction
public void processAction(ActionEvent actionEvent)
throws AbortProcessingException
- Specified by:
processAction
in interface ActionListener
- 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 © 2012 The Apache Software Foundation. All Rights Reserved.