com.adobe.idp.dsc.component
Interface ComponentContext


public interface ComponentContext

Provides a Adobe Experience Manager forms implementation access to the component being started or stopped.


Method Summary
 java.lang.ClassLoader getClassLoader()
          Retrieves the ClassLoader for the component being started or stopped.
 Component getComponent()
          Retrieves the Component being started or stopped.
 

Method Detail

getComponent

Component getComponent()
Retrieves the Component being started or stopped.

Returns:
The Component being started or stopped.

getClassLoader

java.lang.ClassLoader getClassLoader()
Retrieves the ClassLoader for the component being started or stopped.

Returns:
The ClassLoader for the component being started or stopped.