Package org.riotfamily.common.web.view

Provides serveral view related classes.

See:
          Description

Interface Summary
DynamicModel Deprecated. This interface is not needed as FreeMarker invokes the get(String) method by convention if no matching property is found.
MacroHelperFactory  
ModelPostProcessor Interface to modify the model after it has been populated by the controller and before it is passed to the view.
 

Class Summary
Dom4jView  
JsonView A View that renders the model as JSON object.
NamedHandlerRedirectView View that sends a redirect to a named handler.
RedirectAfterPostView View that sends a redirect to the originating request URI.
SuffixViewResolver View resolver that supports view names with a suffix.
ViewResolverHelper Helper class that resolves views the same way as a DispatcherServlet.
 

Exception Summary
ViewResolutionException  
 

Package org.riotfamily.common.web.view Description

Provides serveral view related classes.