org.jboss.seam.jsf |
Integration with the JSF implementation. |
Java Source File Name | Type | Comment |
ArrayDataModel.java | Class | A JSF DataModel for arrays. |
ListDataModel.java | Class | A JSF DataModel for lists - yes, I know, JSF has one, but its not
serializable (go figure). |
MapDataModel.java | Class | A JSF DataModel for maps. |
package-info.java | | |
SeamApplication.java | Class | Proxies the JSF Application object, and adds all kinds
of tasty extras. |
SeamApplicationFactory.java | Class | |
SeamNavigationHandler.java | Class | Adds three new navigation possibilities beyond the
frumpy JSF navigation rules: returning the view id
directly, pages.xml, and jPDL-based pageflows. |
SeamPhaseListener.java | Class | Manages the Seam contexts associated with a JSF request
throughout the lifecycle of the request. |
SeamStateManager.java | Class | A wrapper for the JSF implementation's StateManager that allows
us to intercept saving of the serialized component tree. |
SeamViewHandler.java | Class | Allows the JSF view locale to be integrated with
the locale coming from Seam internationalization. |
SetDataModel.java | Class | A JSF DataModel for sets. |
UnifiedELMethodBinding.java | Class | Nobody should be using MethodBinding anymore, but if they
are, we need this. |
UnifiedELValueBinding.java | Class | Nobody should be using ValueBinding anymore, but if they
are, we need this. |