public interface IParameterEvaluator
| Modifier and Type | Method and Description |
|---|---|
String |
evaluate(javax.portlet.PortletRequest req)
Provides a value for the configured parameter, or
null if
none is available. |
String |
getToken()
The replacement token that this
IParameterEvaluator instance will perform replacement
on. |
String getToken()
IParameterEvaluator instance will perform replacement
on. Services that use parameter evaluators will place these onjects into the evaluation
context based on the key they specify.String evaluate(javax.portlet.PortletRequest req)
null if
none is available.req - The current, active PortletRequestnullCopyright © 2017 Jasig. All Rights Reserved.