Package de.intarsys.tools.component
Interface IContextSupport
-
public interface IContextSupport
Component lifecycle feature.The component supports configuration in a context. The context features itself are intentionally not modeled. The implementor should check and narrow the type according to the requested features (e.g. de.intarsys.tools.reflect.IClassLoaderSupport).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setContext(java.lang.Object context)
-
-
-
Method Detail
-
setContext
void setContext(java.lang.Object context) throws ContextConfigurationException
- Throws:
ContextConfigurationException
-
-