com.bea.netuix.laf.genes
Interface ValueProvider

All Known Subinterfaces:
Chromosome

public interface ValueProvider

ValueProvider specifies a general interface for deriving values from a contextual name.

This interface is intended to be implemented only by BEA Weblogic Portal. BEA Systems reserves the right to add abstract methods to this interface without notice. Implementations of this interface by other parties must not be expected to compile without change in future versions of BEA Weblogic Portal.

Method Summary
 String getValue(String name, javax.servlet.http.HttpServletRequest request)
          Returns a value for the specified name, given the specified request context.
 

Method Detail

getValue

String getValue(String name,
                javax.servlet.http.HttpServletRequest request)
Returns a value for the specified name, given the specified request context.



Copyright © 2008 BEA Systems, Inc. All Rights Reserved