org.jboss.seam.faces.status
Class MessagesAdapter
java.lang.Object
org.jboss.seam.faces.status.MessagesAdapter
- All Implemented Interfaces:
- Serializable
public class MessagesAdapter
- extends Object
- implements Serializable
Convert Seam Messages into FacesMessages before RenderResponse phase.
TODO perform EL evaluation
NOTE This class is using method parameter injection of Messages rather than field injection to work around GLASSFISH-15721.
This shouldn't be necessary starting with Weld 1.1.1.
- Author:
- Lincoln Baxter, III, Dan Allen
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessagesAdapter
public MessagesAdapter()
Copyright © 2011 Seam Framework. All Rights Reserved.