|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.outputprocessor.OutputProcessor
fr.paris.lutece.plugins.form.modules.processornotifysender.business.ProcessorNotifySender
public class ProcessorNotifySender
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 |
void |
setEntryTypeService(EntryTypeService entryTypeService)
Set the entry type service |
void |
setNotifySenderService(NotifySenderService notifySenderService)
Set the notify sender service |
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 |
---|
public ProcessorNotifySender()
Method Detail |
---|
public void setNotifySenderService(NotifySenderService notifySenderService)
notifySenderService
- the notify sender servicepublic void setEntryTypeService(EntryTypeService entryTypeService)
entryTypeService
- the entry type servicepublic java.lang.String getOutputConfigForm(javax.servlet.http.HttpServletRequest request, Form form, java.util.Locale locale, fr.paris.lutece.portal.service.plugin.Plugin plugin)
form
- the form wich using the processorlocale
- Locale
plugin
- Plugin
public java.lang.String doOutputConfigForm(javax.servlet.http.HttpServletRequest request, java.util.Locale locale, fr.paris.lutece.portal.service.plugin.Plugin plugin)
request
- HttpServletRequest
locale
- Locale
plugin
- Plugin
public java.lang.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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |