lumis.portal.businesscontext
Interface IBusinessContextValueProvider

Package class diagram package IBusinessContextValueProvider
All Known Implementing Classes:
AbstractBusinessContextValueProvider, ExpressionLanguageContextValueProvider, FixedValueContextValueProvider

@StableMinor(sinceVersion="7.0",
             version="7.0")
public interface IBusinessContextValueProvider

Provides operations to access the property value.

Since:
7.0.0

Method Summary
 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

initialize

void initialize(Map<String,String> parameters)
Initializes the value provider with the given parameters.

Parameters:
parameters - the parameters.
Since:
7.0.0


Lumisportal  7.0.0.121130 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.