org.apache.cocoon.environment
Interface ValueHolder

All Known Subinterfaces:
Request

public interface ValueHolder

A class of this interface is able to store and retrieve references to other objects by a key.

Version:
$Id: ValueHolder.java 587751 2007-10-24 02:41:36Z vgritsenko $

Method Summary
 Object get(String key)
          Gets the value assigned to a key.
 

Method Detail

get

public Object get(String key)
Gets the value assigned to a key.

Parameters:
key - the key to lookup a stored object
Returns:
the value assigned to the key or null if no object can be found


Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.