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 Oracle Weblogic Portal. Oracle 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 Oracle 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 © 2011, Oracle. All rights reserved.