public class ExtendableContentPostProcessor extends Object implements fr.paris.lutece.portal.service.content.ContentPostProcessor, org.springframework.beans.factory.InitializingBean
Modifier and Type | Field and Description |
---|---|
static String |
BEAN_NAME
Name of this bean
|
Constructor and Description |
---|
ExtendableContentPostProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
String |
getName() |
String |
process(javax.servlet.http.HttpServletRequest request,
String strContent) |
void |
setExtenderParameterRegexPattern(String strExtenderParameterRegexPattern)
Sets the regex pattern.
|
void |
setRegexPattern(String strRegexPattern)
Sets the regex pattern.
|
public static final String BEAN_NAME
public void setRegexPattern(String strRegexPattern)
strRegexPattern
- the new regex patternpublic void setExtenderParameterRegexPattern(String strExtenderParameterRegexPattern)
strExtenderParameterRegexPattern
- the new regex patternpublic String getName()
getName
in interface fr.paris.lutece.portal.service.content.ContentPostProcessor
public String process(javax.servlet.http.HttpServletRequest request, String strContent)
process
in interface fr.paris.lutece.portal.service.content.ContentPostProcessor
Copyright © 2017 City of Paris. All rights reserved.