Uses of Interface
org.apache.avalon.framework.context.Context
-
Packages that use Context Package Description org.apache.avalon.framework.container Utilities supporting execution of component lifecycle stages.org.apache.avalon.framework.context Interfaces and implementation of the Context model through which runtime context can be applied by a manager to a component. -
-
Uses of Context in org.apache.avalon.framework.container
Methods in org.apache.avalon.framework.container with parameters of type Context Modifier and Type Method Description static void
ContainerUtil. contextualize(java.lang.Object object, Context context)
Supply specified object with a Context object if it implements theContextualizable
interface. -
Uses of Context in org.apache.avalon.framework.context
Classes in org.apache.avalon.framework.context that implement Context Modifier and Type Class Description class
DefaultContext
Default implementation of Context.Fields in org.apache.avalon.framework.context declared as Context Modifier and Type Field Description private Context
DefaultContext. m_parent
Methods in org.apache.avalon.framework.context that return Context Modifier and Type Method Description protected Context
DefaultContext. getParent()
Get parent context if any.Methods in org.apache.avalon.framework.context with parameters of type Context Modifier and Type Method Description void
Contextualizable. contextualize(Context context)
Pass the Context to the component.void
Recontextualizable. recontextualize(Context context)
Pass the new Context to the component.java.lang.Object
Resolvable. resolve(Context context)
Resolve a object to a value.Constructors in org.apache.avalon.framework.context with parameters of type Context Constructor Description DefaultContext(java.util.Map contextData, Context parent)
Create a Context with specified data and parent.DefaultContext(Context parent)
Create a Context with specified parent.
-