|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IComponent | |
| com.sapportals.wcm.rendering.collection | Contains interfaces for flexible rendering of collections or lists of resources. |
| Uses of IComponent in com.sapportals.wcm.rendering.collection |
| Subinterfaces of IComponent in com.sapportals.wcm.rendering.collection | |
interface |
IConfigurableComponent
|
| Classes in com.sapportals.wcm.rendering.collection that implement IComponent | |
class |
AbstractComponent
|
| Methods in com.sapportals.wcm.rendering.collection that return IComponent | |
IComponent |
ComponentFactory.getComponent(java.lang.String alias,
IProxy proxy,
ICollectionRenderer renderer)
returns a new instance of an IComponent that is defined for the
given alias or null, if no component is defined for the given
alias.
|
IComponent |
ComponentFactory.getComponent(IProxy proxy,
IResource res,
com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor impFlavor,
java.lang.String alias)
|
IComponent |
ComponentFactory.getComponent(java.lang.String alias,
IProxy proxy,
ICollectionRenderer renderer,
IResource res,
com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor flavor)
|
IComponent |
ComponentFactory.getComponent(java.lang.String alias,
IProxy proxy)
returns a new instance of an IComponent that is defined for the
given alias or null, if no component is defined for the given
alias.
|
IComponent |
ComponentFactory.getComponent(java.lang.String alias,
IProxy proxy,
com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor flavor)
|
IComponent |
IComponent.getNewInstance()
|
| Methods in com.sapportals.wcm.rendering.collection with parameters of type IComponent | |
java.lang.String |
ComponentFactory.createLinkID(IComponent component,
java.util.ArrayList values)
creates a unique ID that also holds the given IComponent's alias
and all the entries of the given ArrayList. |
java.lang.String |
ComponentFactory.createStaticLinkID(IComponent component,
java.util.ArrayList values,
java.lang.String id)
creates a unique ID that also holds the given IComponent's alias
and all the entries of the given ArrayList. |
|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||