org.riotfamily.website.form
Class FormMacroHelperFactory

java.lang.Object
  extended by org.riotfamily.website.form.FormMacroHelperFactory
All Implemented Interfaces:
MacroHelperFactory

public class FormMacroHelperFactory
extends Object
implements MacroHelperFactory

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

Constructor Summary
FormMacroHelperFactory()
           
 
Method Summary
 Object createMacroHelper(HttpServletRequest request, HttpServletResponse response, Map<String,?> model)
          Creates a FormMacroHelper.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormMacroHelperFactory

public FormMacroHelperFactory()
Method Detail

createMacroHelper

public Object createMacroHelper(HttpServletRequest request,
                                HttpServletResponse response,
                                Map<String,?> model)
Creates a FormMacroHelper. The helper is stored as request attribute so that components can access the same instance.

Specified by:
createMacroHelper in interface MacroHelperFactory