public interface IExpressionProcessor
| 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.
|
java.lang.String process(java.lang.String value,
javax.portlet.PortletRequest request)
value - the pattern to processrequest - the portlet request to add to the contextCopyright © 2018 Jasig. All Rights Reserved.