uk.org.ponder.rsf.view.support |
|
Java Source File Name | Type | Comment |
AutoComponentProducerManager.java | Class | Manages a set of beans representing view producers. |
ConcreteViewResolver.java | Class | A concrete implementation of ViewResolver which will resolve
ComponentProducer requests into a fixed collection of configured beans, set
up by the setViews() method. |
LayoutCollector.java | Class | Central collection point for LayoutProducers. |
NullViewResolver.java | Class | |
ParsedPredicate.java | Class | |
ViewCollector.java | Class | Accretes together all ViewProducers proper, for the application,
and aggregates them into this single producer which fills the components
specific for this view. |
ViewGenerator.java | Class | Invokes the list of ComponentProducers in the supplied ViewCollection to
populate the view tree for this request. |
ViewGroupResolver.java | Class | The service for matching a ViewGroup predicate against a particular
ViewParameters. |
XMLViewComponentProducer.java | Class | A ViewComponentProducer that returns components deserialized from an
XML representation (after having been subject to a process of "expansion"
specified by the RSF "pseudocomponents" UISwitch and UIReplicator). |
XMLViewResolver.java | Class | A view resolver which will return a component producer specified in a static
XML file. |