lumis.portal.businesscontext.internal
Class FixedValueContextValueProvider

Package class diagram package FixedValueContextValueProvider
java.lang.Object
  extended by lumis.portal.businesscontext.AbstractBusinessContextValueProvider
      extended by lumis.portal.businesscontext.internal.FixedValueContextValueProvider
All Implemented Interfaces:
IBusinessContextValueProvider

public class FixedValueContextValueProvider
extends AbstractBusinessContextValueProvider

Class responsible for fixed value property.

Since:
7.0.0

Field Summary
 
Fields inherited from class lumis.portal.businesscontext.AbstractBusinessContextValueProvider
parameters
 
Constructor Summary
FixedValueContextValueProvider(String value)
          Initializes the value.
 
Method Summary
 String get(HttpServletRequest request)
          Gets the property value.
 
Methods inherited from class lumis.portal.businesscontext.AbstractBusinessContextValueProvider
initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixedValueContextValueProvider

public FixedValueContextValueProvider(String value)
Initializes the value.

Parameters:
value - fixed 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.


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