org.riotfamily.website.view
Class CommonMacroHelperFactory
java.lang.Object
org.riotfamily.website.view.CommonMacroHelperFactory
- All Implemented Interfaces:
- MacroHelperFactory, ApplicationContextAware
public class CommonMacroHelperFactory
- extends Object
- implements MacroHelperFactory, ApplicationContextAware
- Since:
- 6.5
- Author:
- Felix Gnass [fgnass at neteye dot de]
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommonMacroHelperFactory
public CommonMacroHelperFactory()
setApplicationContext
public void setApplicationContext(ApplicationContext applicationContext)
- Specified by:
setApplicationContext
in interface ApplicationContextAware
setStamper
public void setStamper(ResourceStamper stamper)
setHandlerUrlResolver
public void setHandlerUrlResolver(HandlerUrlResolver handlerUrlResolver)
setHyphenator
public void setHyphenator(RiotHyphenator hyphenator)
setCompressResources
public void setCompressResources(boolean compressResources)
createMacroHelper
public Object createMacroHelper(HttpServletRequest request,
HttpServletResponse response,
Map<String,?> model)
- Specified by:
createMacroHelper
in interface MacroHelperFactory