org.riotfamily.riot.runtime.macro
Class RiotMacroHelperFactory
java.lang.Object
org.riotfamily.riot.runtime.macro.RiotMacroHelperFactory
- All Implemented Interfaces:
- MacroHelperFactory
public class RiotMacroHelperFactory
- extends Object
- implements MacroHelperFactory
- 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 |
RiotMacroHelperFactory
public RiotMacroHelperFactory(RiotRuntime runtime)
createMacroHelper
public Object createMacroHelper(HttpServletRequest request,
HttpServletResponse response,
Map<String,?> model)
- Specified by:
createMacroHelper
in interface MacroHelperFactory