org.riotfamily.components.config.component |
|
Java Source File Name | Type | Comment |
AbstractComponent.java | Class | Abstract base class for component implementations. |
Component.java | Interface | |
IncludeComponent.java | Class | Component implementation that uses a RequestDispatcher to perform the
rendering. |
StaticComponent.java | Class | Component implementation that renders the content of a static
Resource . |
ViewComponent.java | Class | Component implementation that resolves a view-name just like Spring's
DispatcherServlet and renders the view passing the ComponentVersion's
properties as model. |