|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.service.content.ContentPostProcessorService
public final class ContentPostProcessorService
Content Post Processor Service
Method Summary | |
---|---|
static boolean |
hasProcessor()
Has processor registered. |
static void |
init()
Initialize the service |
static String |
process(javax.servlet.http.HttpServletRequest request,
String strContent)
Process a content |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void init()
public static boolean hasProcessor()
public static String process(javax.servlet.http.HttpServletRequest request, String strContent)
request
- The HTTP RequeststrContent
- The content to process
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |