@Service public class SpringELProcessor extends java.lang.Object implements IExpressionProcessor, org.springframework.beans.factory.BeanFactoryAware
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
SpringELProcessor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
process(java.lang.String value,
javax.portlet.PortletRequest request)
Given a pattern and a request, apply the post-processor and return the new value.
|
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void |
setProperties(java.util.Properties properties)
Set the properties loader to user.
|
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic void setProperties(java.util.Properties properties)
properties - the properties loaderpublic java.lang.String process(java.lang.String value,
javax.portlet.PortletRequest request)
IExpressionProcessorprocess in interface IExpressionProcessorvalue - the pattern to processrequest - the portlet request to add to the contextCopyright © 2018 Jasig. All Rights Reserved.