@Service public class SpringELProcessor extends 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 |
|---|---|
String |
process(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(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(Properties properties)
properties - the properties loaderpublic String process(String value, javax.portlet.PortletRequest request)
IExpressionProcessorprocess in interface IExpressionProcessorvalue - the pattern to processrequest - the portlet request to add to the contextCopyright © 2015 Jasig. All Rights Reserved.