Uses of Class
org.apache.avalon.framework.context.ContextException
-
Packages that use ContextException 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 ContextException in org.apache.avalon.framework.container
Methods in org.apache.avalon.framework.container that throw ContextException Modifier and Type Method Description static voidContainerUtil. contextualize(java.lang.Object object, Context context)Supply specified object with a Context object if it implements theContextualizableinterface. -
Uses of ContextException in org.apache.avalon.framework.context
Methods in org.apache.avalon.framework.context that throw ContextException Modifier and Type Method Description voidContextualizable. contextualize(Context context)Pass the Context to the component.java.lang.ObjectContext. get(java.lang.Object key)Retrieve an object from Context.java.lang.ObjectDefaultContext. get(java.lang.Object key)Retrieve an item from the Context.voidRecontextualizable. recontextualize(Context context)Pass the new Context to the component.java.lang.ObjectResolvable. resolve(Context context)Resolve a object to a value.
-