org.apache.myfaces.view.facelets.tag.jsf
Class ClearBindingValueExpressionListener
java.lang.Object
org.apache.myfaces.view.facelets.tag.jsf.ClearBindingValueExpressionListener
- All Implemented Interfaces:
- Serializable, EventListener, ComponentSystemEventListener, FacesListener
public class ClearBindingValueExpressionListener
- extends Object
- implements ComponentSystemEventListener, Serializable
MyFaces specific listener used to clear all component binding if
normal navigation occur during a POST request.
- Since:
- 2.0.6
- 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 |
ClearBindingValueExpressionListener
public ClearBindingValueExpressionListener()
processEvent
public void processEvent(ComponentSystemEvent event)
- Specified by:
processEvent
in interface ComponentSystemEventListener
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.