org.caramba.spring |
|
Java Source File Name | Type | Comment |
CarambaNamespaceHandler.java | Class | |
SpringCarambaConfigFactory.java | Class | This CarambaConfigFactory implementation constructs and initializes the CarambaConfig, based on
the loaded Spring
XmlWebApplicationContext .
The extra caramba metadata is added by using the caramba namespace 'http://www.carambacomponents.org/caramba/spring/schema'. |
SpringMessageResources.java | Class | This
org.caramba.i18n.MessageResources implementation uses the in18 support of spring. |
SpringNamespaceHelper.java | Class | Default implementation of the XmlBeanDefinitionParser interface.
Parses bean definitions according to the "spring-beans" DTD,
that is, Spring's default XML bean definition format.
The structure, elements and attribute names of the required XML document
are hard-coded in this class. |
SpringPageFactory.java | Class | PageFactory that creates Pages, as they are defined in a Spring application context. |
SpringPanelFactory.java | Class | A PageFactory implementation is responsible to create a Page instance with the given Pageconfig. |