|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOutputProcessor
IOutputProcessor
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 |
getKey()
Get the processor key |
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 |
setKey(java.lang.String strKey)
set the processor key |
Method Detail |
---|
java.lang.String getKey()
void setKey(java.lang.String strKey)
strKey
- the processor keyjava.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
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
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 |