fr.paris.lutece.plugins.form.modules.processornotifysender.business
Class ProcessorNotifySender

java.lang.Object
  extended by fr.paris.lutece.plugins.form.business.outputprocessor.OutputProcessor
      extended by fr.paris.lutece.plugins.form.modules.processornotifysender.business.ProcessorNotifySender
All Implemented Interfaces:
IOutputProcessor

public class ProcessorNotifySender
extends OutputProcessor

ProcessorNotifySender s


Constructor Summary
ProcessorNotifySender()
           
 
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 fr.paris.lutece.plugins.form.business.outputprocessor.OutputProcessor
getKey, setKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessorNotifySender

public ProcessorNotifySender()
Method Detail

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 processor
locale - 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 process
request - HttpServletRequest
plugin - Plugin
Returns:
a message error if a error appear else null


Copyright © 2010 Mairie de Paris. All Rights Reserved.