Class ExpressionLanguageContextValueProvider
- java.lang.Object
-
- lumis.portal.businesscontext.AbstractBusinessContextValueProvider
-
- lumis.portal.businesscontext.internal.ExpressionLanguageContextValueProvider
-
- All Implemented Interfaces:
IBusinessContextValueProvider
public class ExpressionLanguageContextValueProvider extends AbstractBusinessContextValueProvider
Class responsible for expression language property.- Since:
- 7.0.0
- Version:
- $Revision: 19846 $ $Date: 2017-01-30 14:43:33 -0200 (Mon, 30 Jan 2017) $
-
-
Field Summary
-
Fields inherited from class lumis.portal.businesscontext.AbstractBusinessContextValueProvider
parameters
-
-
Constructor Summary
Constructors Constructor Description ExpressionLanguageContextValueProvider(String expression)
Formats the expression.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
get(HttpServletRequest request)
Gets the property value.-
Methods inherited from class lumis.portal.businesscontext.AbstractBusinessContextValueProvider
initialize
-
-
-
-
Constructor Detail
-
ExpressionLanguageContextValueProvider
public ExpressionLanguageContextValueProvider(String expression)
Formats the expression.- Parameters:
expression
- expression value.- Since:
- 7.0.0
-
-
Method Detail
-
get
public String get(HttpServletRequest request)
Description copied from interface:IBusinessContextValueProvider
Gets the property value.- Parameters:
request
- the request to be used to get the value.- Returns:
- the property's value.
-
-