| Package | Description |
|---|---|
| com.sapportals.wcm.crt |
Provides access to the component runtime system.
|
| com.sapportals.wcm.crt.component |
Provides interfaces for CRT component implementations.
|
| Modifier and Type | Method and Description |
|---|---|
abstract IComponent |
CrtSystem.lookupComponentByUri(ComponentUri uri)
Returns the component instance for the specified URI or
null
if the component does not exist. |
| Modifier and Type | Method and Description |
|---|---|
void |
IContainerManager.addChild(String key,
String className,
String proxyName,
IConfiguration config,
Object parameters)
Adds a child component with the specified key, java class name and
configuration data.
|
void |
IContainerManager.addChild(String key,
String className,
String proxyName,
IConfiguration config,
Object parameters,
int defaultPoolSize,
int maximumPoolSize)
Adds a pooled child component with the specified key, java class name and
configuration data.
|
IComponent |
IComponentManager.lookupComponent(String key)
Returns the component instance for the specified key or
null
if the component was not found. |
IComponentManager.IComponentInformation |
IComponentManager.lookupComponentInformation(String key)
Performs a lookup with the specified key and returns information about the component's current state.
|
Copyright 2021 SAP SE Complete Copyright Notice