org.riotfamily.common.web.view.freemarker
Interface ObjectWrapperPlugin
- All Known Implementing Classes:
- LocalizedObjectWrapperPlugin, PageObjectWrapperPlugin, QueryResultObjectWrapperPlugin, SiteObjectWrapperPlugin, TaggingObjectWrapperPlugin
public interface ObjectWrapperPlugin
- Since:
- 6.5
- Author:
- Felix Gnass [fgnass at neteye dot de]
supports
boolean supports(Object obj)
wrapSupportedObject
freemarker.template.TemplateModel wrapSupportedObject(Object obj,
PluginObjectWrapper wrapper)
throws freemarker.template.TemplateModelException
- Throws:
freemarker.template.TemplateModelException