fr.paris.lutece.plugins.form.modules.processornotifysender.business
Class ProcessorNotifySender
java.lang.Object
fr.paris.lutece.plugins.form.business.outputprocessor.OutputProcessor
fr.paris.lutece.plugins.form.modules.processornotifysender.business.ProcessorNotifySender
- All Implemented Interfaces:
- IOutputProcessor
public class ProcessorNotifySender
- extends OutputProcessor
ProcessorNotifySender s
Method Summary |
java.lang.String |
doOutputConfigForm(javax.servlet.http.HttpServletRequest request,
java.util.Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Store the processor configuration |
java.lang.String |
getOutputConfigForm(javax.servlet.http.HttpServletRequest request,
Form form,
java.util.Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Return the processor configuration interface |
java.lang.String |
process(FormSubmit formSubmit,
javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
Process the OutputProcessor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProcessorNotifySender
public ProcessorNotifySender()
getOutputConfigForm
public java.lang.String getOutputConfigForm(javax.servlet.http.HttpServletRequest request,
Form form,
java.util.Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
- Description copied from interface:
IOutputProcessor
- Return the processor configuration interface
form
- the form wich using the processorlocale
- Locale
plugin
- Plugin
- Returns:
- the processor configuration interface
doOutputConfigForm
public java.lang.String doOutputConfigForm(javax.servlet.http.HttpServletRequest request,
java.util.Locale locale,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
- Description copied from interface:
IOutputProcessor
- Store the processor configuration
- Parameters:
request
- HttpServletRequest
locale
- Locale
plugin
- Plugin
- Returns:
- a message error if a error appear else null
process
public java.lang.String process(FormSubmit formSubmit,
javax.servlet.http.HttpServletRequest request,
fr.paris.lutece.portal.service.plugin.Plugin plugin)
- Description copied from interface:
IOutputProcessor
- Process the OutputProcessor
- Parameters:
formSubmit
- the formSubmit associate to the processrequest
- HttpServletRequest
plugin
- Plugin
- Returns:
- a message error if a error appear else null
Copyright © 2011 Mairie de Paris. All Rights Reserved.