com.opensymphony.webwork.views.freemarker |
Classes for views using FreeMarker.
|
Java Source File Name | Type | Comment |
FreemarkerManager.java | Class | Static Configuration Manager for the FreemarkerResult's configuration
Possible extension points are :-
- createConfiguration method
- loadSettings method
- getTemplateLoader method
- populateContext method
createConfiguration method
Create a freemarker Configuration.
loadSettings method
Load freemarker settings, default to freemarker.properties (if found in classpath)
getTemplateLoader method
create a freemarker TemplateLoader that loads freemarker template in the following order :-
- path defined in ServletContext init parameter named 'templatePath' or 'TemplatePath' (must be an absolute path)
- webapp classpath
- webwork's static folder (under [WEBWORK_SOURCE]/com/opensymphony/webwork/static/
populateContext method
populate the created model. |
FreemarkerManagerTest.java | Class | |
FreemarkerResult.java | Class |
Renders a view using the Freemarker template engine. |
FreemarkerResultTest.java | Class | |
FreemarkerServlet.java | Class | |
FreemarkerTest.java | Class | |
PortletFreemarkerResult.java | Class | |
ScopesHashModel.java | Class | Simple Hash model that also searches other scopes. |
TestAction.java | Class | |
TestBean.java | Class | |
WebWorkBeanWrapper.java | Class |
The WebWorkBeanWrapper extends the default FreeMarker BeansWrapper and provides almost no change in functionality,
except for how it handles maps. |
WebWorkClassTemplateLoader.java | Class | |