Class EventRegistrationMessageMethod
java.lang.Object
ch.tocco.nice2.optional.event.impl.widget.eventregistration.EventRegistrationMessageMethod
- All Implemented Interfaces:
freemarker.template.TemplateMethodModel
,freemarker.template.TemplateMethodModelEx
,freemarker.template.TemplateModel
public class EventRegistrationMessageMethod
extends Object
implements freemarker.template.TemplateMethodModelEx
-
Field Summary
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
-
Constructor Summary
ConstructorsConstructorDescriptionEventRegistrationMessageMethod
(EventRegistrationModuleInformationService moduleInformationService, TextResources textResources) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setMessageBuilder
(List<EventRegistrationMessageBuilder> messageBuilders)
-
Constructor Details
-
EventRegistrationMessageMethod
public EventRegistrationMessageMethod(EventRegistrationModuleInformationService moduleInformationService, TextResources textResources)
-
-
Method Details
-
exec
- Specified by:
exec
in interfacefreemarker.template.TemplateMethodModel
- Specified by:
exec
in interfacefreemarker.template.TemplateMethodModelEx
- Throws:
freemarker.template.TemplateModelException
-
setMessageBuilder
@Autowired(required=false) public void setMessageBuilder(List<EventRegistrationMessageBuilder> messageBuilders)
-