org.riotfamily.riot.runtime |
Contains resources needed at runtime.
|
Java Source File Name | Type | Comment |
RiotRuntime.java | Class | Bean that exposes the riot-servlet prefix, the resource path and the
riot version.
By default, Riot assumes that the riot-servlet is mapped to
/riot/* . |
RiotRuntimeAware.java | Interface | Interface to be implemented by beans that need to be aware of the
RiotRuntime. |
RiotRuntimeBeanPostProcessor.java | Class | BeanPostProcessor that injects the RiotRuntime object into all beans
implementing the
RiotRuntimeAware interface. |