|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IComponent | |
| com.sap.netweaver.bc.rf.mi | Contains repository framework manager interface. |
| com.sapportals.wcm.crt | Provides access to the component runtime system. |
| com.sapportals.wcm.crt.component | Provides interfaces for CRT component implementations. |
| com.sapportals.wcm.repository.filter | Contains interfaces and classes to define repository filters. |
| com.sapportals.wcm.service | Contains the service factory. |
| com.sapportals.wcm.service.scheduler | Provides a service that controls the execution of tasks. |
| Uses of IComponent in com.sap.netweaver.bc.rf.mi |
| Classes in com.sap.netweaver.bc.rf.mi that implement IComponent | |
class |
AbstractManager
Abstract base class for repository managers. |
| Uses of IComponent in com.sapportals.wcm.crt |
| Methods in com.sapportals.wcm.crt that return IComponent | |
abstract IComponent |
CrtSystem.lookupComponentByUri(ComponentUri uri)
Returns the component instance for the specified URI or null
if the component does not exist. |
| Methods in com.sapportals.wcm.crt with parameters of type IComponent | |
abstract void |
CrtSystem.releaseComponent(IComponent component)
Releases the component. |
| Uses of IComponent in com.sapportals.wcm.crt.component |
| Subinterfaces of IComponent in com.sapportals.wcm.crt.component | |
interface |
IContainer
A component can choose to implement this interface to become the container for child components. |
| Methods in com.sapportals.wcm.crt.component that return IComponent | |
IComponent |
IComponentManager.lookupComponent(java.lang.String key)
Returns the component instance for the specified key or null
if the component was not found. |
| Methods in com.sapportals.wcm.crt.component with parameters of type IComponent | |
void |
IComponentManager.releaseComponent(IComponent component)
Releases the component. |
| Uses of IComponent in com.sapportals.wcm.repository.filter |
| Classes in com.sapportals.wcm.repository.filter that implement IComponent | |
class |
AbstractContentFilterManager
Abstract base class for content filter managers. |
class |
AbstractFilterManager
Abstract base class for all filter managers. |
class |
AbstractNamespaceFilterManager
Abstract base class for namespace filter managers. |
class |
AbstractPropertyFilterManager
Abstract base class for property filter managers. |
class |
AbstractRidFilterManager
Abstract base class for RID filter managers. |
class |
AbstractUriFilterManager
Deprecated. as of EP 5.0 SP5, replaced by AbstractRidFilterManager. |
| Uses of IComponent in com.sapportals.wcm.service |
| Classes in com.sapportals.wcm.service that implement IComponent | |
class |
AbstractService
The abstract base class for global Services. |
| Uses of IComponent in com.sapportals.wcm.service.scheduler |
| Subinterfaces of IComponent in com.sapportals.wcm.service.scheduler | |
interface |
ISchedulerEntry
Scheduler entries contain data for scheduler tasks. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||