public class ProcessorNotifySender extends OutputProcessor
Constructor and Description |
---|
ProcessorNotifySender() |
Modifier and Type | Method and Description |
---|---|
String |
doOutputConfigForm(javax.servlet.http.HttpServletRequest request,
Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Store the processor configuration
|
String |
getOutputConfigForm(javax.servlet.http.HttpServletRequest request,
Form form,
Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the processor configuration interface
|
String |
process(FormSubmit formSubmit,
javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Process the OutputProcessor
|
void |
setEntryTypeService(EntryTypeService entryTypeService)
Set the entry type service
|
void |
setNotifySenderService(NotifySenderService notifySenderService)
Set the notify sender service
|
getKey, setKey
public void setNotifySenderService(NotifySenderService notifySenderService)
notifySenderService
- the notify sender servicepublic void setEntryTypeService(EntryTypeService entryTypeService)
entryTypeService
- the entry type servicepublic String getOutputConfigForm(javax.servlet.http.HttpServletRequest request, Form form, Locale locale, fr.paris.lutece.portal.service.plugin.Plugin plugin)
request
- The requestform
- the form wich using the processorlocale
- Locale
plugin
- Plugin
public String doOutputConfigForm(javax.servlet.http.HttpServletRequest request, Locale locale, fr.paris.lutece.portal.service.plugin.Plugin plugin)
request
- HttpServletRequest
locale
- Locale
plugin
- Plugin
public String process(FormSubmit formSubmit, javax.servlet.http.HttpServletRequest request, fr.paris.lutece.portal.service.plugin.Plugin plugin)
formSubmit
- the formSubmit associate to the processrequest
- HttpServletRequest
plugin
- Plugin
Copyright © 2016 City of Paris. All rights reserved.