public interface IOutputProcessor
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 |
getKey()
Get the processor key
|
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 |
setKey(String strKey)
set the processor key
|
String getKey()
void setKey(String strKey)
strKey
- the processor keyString getOutputConfigForm(javax.servlet.http.HttpServletRequest request, Form form, Locale locale, fr.paris.lutece.portal.service.plugin.Plugin plugin)
form
- the form wich using the processorlocale
- Locale
plugin
- Plugin
String doOutputConfigForm(javax.servlet.http.HttpServletRequest request, Locale locale, fr.paris.lutece.portal.service.plugin.Plugin plugin)
request
- HttpServletRequest
locale
- Locale
plugin
- Plugin
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 © 2015 City of Paris. All rights reserved.