org.riotfamily.pages.view
Class SiteObjectWrapperPlugin

java.lang.Object
  extended by org.riotfamily.pages.view.SiteObjectWrapperPlugin
All Implemented Interfaces:
ObjectWrapperPlugin

public class SiteObjectWrapperPlugin
extends Object
implements ObjectWrapperPlugin

Since:
6.5
Author:
Felix Gnass [fgnass at neteye dot de]

Constructor Summary
SiteObjectWrapperPlugin()
           
 
Method Summary
 boolean supports(Object obj)
           
 freemarker.template.TemplateModel wrapSupportedObject(Object obj, PluginObjectWrapper wrapper)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SiteObjectWrapperPlugin

public SiteObjectWrapperPlugin()
Method Detail

supports

public boolean supports(Object obj)
Specified by:
supports in interface ObjectWrapperPlugin

wrapSupportedObject

public freemarker.template.TemplateModel wrapSupportedObject(Object obj,
                                                             PluginObjectWrapper wrapper)
                                                      throws freemarker.template.TemplateModelException
Specified by:
wrapSupportedObject in interface ObjectWrapperPlugin
Throws:
freemarker.template.TemplateModelException