Package lumis.portal.businesscontext
Interface IBusinessContextValueProvider
-
- All Known Implementing Classes:
AbstractBusinessContextValueProvider
,ExpressionLanguageContextValueProvider
,FixedValueContextValueProvider
@StableMinor(version="14.0", sinceVersion="7.0") public interface IBusinessContextValueProvider
Provides operations to access the property value.- Since:
- 7.0.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
get(HttpServletRequest request)
Gets the property value.void
initialize(Map<String,String> parameters)
Initializes the value provider with the given parameters.
-
-
-
Method Detail
-
get
String get(HttpServletRequest request)
Gets the property value.- Parameters:
request
- the request to be used to get the value.- Returns:
- the property's value.
- Since:
- 7.0.0
-
-