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
|
getKey, setKey
public String getOutputConfigForm(javax.servlet.http.HttpServletRequest request, Form form, Locale locale, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IOutputProcessor
form
- 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)
IOutputProcessor
request
- HttpServletRequest
locale
- Locale
plugin
- Plugin
public String process(FormSubmit formSubmit, javax.servlet.http.HttpServletRequest request, fr.paris.lutece.portal.service.plugin.Plugin plugin)
IOutputProcessor
formSubmit
- the formSubmit associate to the processrequest
- HttpServletRequest
plugin
- Plugin
Copyright © 2016 City of Paris. All rights reserved.