Uses of Package
org.apache.avalon.framework.context
-
Packages that use org.apache.avalon.framework.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. -
Classes in org.apache.avalon.framework.context used by org.apache.avalon.framework.container Class Description Context The context is the interface through which the component and its container communicate.ContextException Exception signalling a badly formed Context. -
Classes in org.apache.avalon.framework.context used by org.apache.avalon.framework.context Class Description Context The context is the interface through which the component and its container communicate.ContextException Exception signalling a badly formed Context.Contextualizable This inteface should be implemented by components that need a Context to work.DefaultContext.Hidden