Uses of Interface
org.apache.avalon.framework.context.Context

Packages that use Context
org.apache.avalon.excalibur.component   
org.apache.avalon.excalibur.property   
org.apache.avalon.framework.context   
 

Uses of Context in org.apache.avalon.excalibur.component
 

Fields in org.apache.avalon.excalibur.component declared as Context
protected  Context ExcaliburComponentSelector.m_context
          The application context for components
 

Methods in org.apache.avalon.excalibur.component with parameters of type Context
 void ExcaliburComponentSelector.contextualize(Context context)
          Provide the application Context.
static ComponentHandler ComponentHandler.getComponentHandler(java.lang.Class componentClass, Configuration config, ComponentManager manager, Context context, RoleManager roles)
           
 void ExcaliburComponentManager.contextualize(Context context)
          Set up the Component's Context.
 

Constructors in org.apache.avalon.excalibur.component with parameters of type Context
ThreadSafeComponentHandler(java.lang.Class componentClass, Configuration config, ComponentManager manager, Context context, RoleManager roles)
          Create a ComponentHandler that takes care of hiding the details of whether a Component is ThreadSafe, Poolable, or SingleThreaded.
PoolableComponentHandler(java.lang.Class componentClass, Configuration config, ComponentManager manager, Context context, RoleManager roles)
          Create a ComponentHandler that takes care of hiding the details of whether a Component is ThreadSafe, Poolable, or SingleThreaded.
DefaultComponentFactory(java.lang.Class componentClass, Configuration configuration, ComponentManager componentManager, Context context, RoleManager roles)
          Construct a new component factory for the specified component.
 

Uses of Context in org.apache.avalon.excalibur.property
 

Methods in org.apache.avalon.excalibur.property with parameters of type Context
static java.lang.Object PropertyUtil.resolveProperty(java.lang.String property, Context context, boolean ignoreUndefined)
          Resolve property.
 

Uses of Context in org.apache.avalon.framework.context
 

Classes in org.apache.avalon.framework.context that implement Context
 class DefaultContext
          Default implementation of Context.
 

Methods in org.apache.avalon.framework.context that return Context
protected  Context DefaultContext.getParent()
          Gte parent context if any.
 

Methods in org.apache.avalon.framework.context with parameters of type Context
 java.lang.Object Resolvable.resolve(Context context)
          Resolve a object to a value.
 void Contextualizable.contextualize(Context context)
          Pass the Context to the component.
 void Recontextualizable.recontextualize(Context context)
          Pass the new Context to the component.
 

Constructors in org.apache.avalon.framework.context with parameters of type Context
DefaultContext(java.util.Map contextData, Context parent)
          Create a Context with specified data and parent.
DefaultContext(Context parent)
          Create a Context with specified parent.
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.