@Service public class SpELExpressionProcessor extends Object implements IExpressionProcessor
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
SpELExpressionProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
String |
process(String value,
javax.portlet.PortletRequest request)
Given a pattern and a request, apply the post-processor and return the new value.
|
void |
setPropertyResolver(org.springframework.core.env.PropertyResolver propertyResolver) |
@Autowired public void setPropertyResolver(org.springframework.core.env.PropertyResolver propertyResolver)
@PostConstruct public void init()
public String process(String value, javax.portlet.PortletRequest request)
IExpressionProcessorprocess in interface IExpressionProcessorvalue - the pattern to processrequest - the portlet request to add to the contextCopyright © 2016 Jasig. All Rights Reserved.