org.apache.cocoon.core.logging
Class SettingsContext
java.lang.Object
org.apache.avalon.framework.context.DefaultContext
org.apache.cocoon.core.logging.SettingsContext
- All Implemented Interfaces:
- Context, Serializable
- public class SettingsContext
- extends DefaultContext
This is an extension the default context implementation.
It first looks into the settings object and only if the key
is not found there, it delegates to the parent.
- Since:
- 2.2
- Version:
- $Id: SettingsContext.java 225167 2005-07-25 19:24:01Z cziegeler $
- See Also:
- Serialized Form
SettingsContext
public SettingsContext(Context parentContext,
Settings s)
get
public Object get(Object name)
throws ContextException
- Throws:
ContextException
- See Also:
Context.get(java.lang.Object)
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.