SAP NetWeaver '04

Uses of Interface
com.sapportals.wcm.rendering.base.IProxy

Packages that use IProxy
com.sapportals.wcm.rendering.base Contains interfaces for flexible rendering of explorer controls.  
com.sapportals.wcm.rendering.collection Contains interfaces for flexible rendering of collections or lists of resources.  
com.sapportals.wcm.rendering.detailsoverview Provides interfaces for plug-ins that render overviews on the details page.  
com.sapportals.wcm.rendering.detailsproperties Provides interfaces for rendering properties of items on the details page.  
com.sapportals.wcm.rendering.layout Represents a container for defining the layout of explorer controls.  
com.sapportals.wcm.rendering.property   
com.sapportals.wcm.rendering.readymades Contains final classes to render links and properties for resources.  
com.sapportals.wcm.rendering.resource Contains interfaces for rendering a resource on the user interface.  
com.sapportals.wcm.rendering.uicommand Contains interfaces to render and execute commands for one or more resources.  
 

Uses of IProxy in com.sapportals.wcm.rendering.base
 

Classes in com.sapportals.wcm.rendering.base that implement IProxy
 class AbstractProxyControl
          implements the IProxy and extends the WcmBaseControl.
 

Methods in com.sapportals.wcm.rendering.base that return IProxy
 IProxy IProxy.getTargetControl()
          returns the event handler control.
 IProxy LayoutObject.getProxy()
           
abstract  IProxy AbstractProxyControl.getTargetControl()
          returns the event handler control.
 IProxy WdfStatusRemoveEvent.getProxy()
           
 

Methods in com.sapportals.wcm.rendering.base with parameters of type IProxy
static java.lang.String RIDMapperUtil.getMapper(IProxy proxy, RID rid)
           
static RID RIDMapperUtil.getRID(IProxy proxy, java.lang.String mapper)
           
 void ILayoutObject.setProxy(IProxy proxy)
          is called from the factory after instantiating a new layout object to set the proxy which is needed as possible target for actions.
 void LayoutObject.setProxy(IProxy proxy)
          This sets the IProxy, which is to accept the events, fired by the links which might be rendered by the implementing IResourceRenderer.
static void RenderingInformationUtil.addInstantiater(IProxy proxy, ILayoutObject ilo, com.sapportals.wcm.repository.service.layout.info.IRenderObjectInfo.RenderObjectCategory category, RID accessRID)
           
protected  ILayoutObject AbstractFactory.getLayoutObject(IProxy proxy, IResource outerResource, IResource resource, java.util.Hashtable table, com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor flavor, boolean requires508)
          This method is used by the classes that extend the AbstractFactory.
protected  ILayoutObject AbstractFactory.getLayoutObject(IProxy proxy, ITypedResourceList resourcelist, java.util.Hashtable table, com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor flavor, boolean requires508)
           
 

Constructors in com.sapportals.wcm.rendering.base with parameters of type IProxy
WdfStatusRemoveEvent(IProxy proxy)
           
 

Uses of IProxy in com.sapportals.wcm.rendering.collection
 

Methods in com.sapportals.wcm.rendering.collection that return IProxy
protected  IProxy LightCollectionRenderer.getProxy()
           
 IProxy IComponent.getProxy()
           
 IProxy AbstractComponent.getProxy()
           
protected  IProxy AbstractCollectionRenderer.getProxy()
           
 

Methods in com.sapportals.wcm.rendering.collection with parameters of type IProxy
 void LightCollectionRenderer.setProxy(IProxy proxy)
          it is the renderers responsibility to make itself known to the proxy.
 ICollectionRenderer CollectionRendererFactory.getCollectionRenderer(IProxy proxy, ICollection collection, com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor flavor)
           
 ICollectionRenderer CollectionRendererFactory.getCollectionRenderer(IProxy proxy, ICollection currentFolder, ICollection customizingCollection, com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor flavor)
           
 ICollectionRenderer CollectionRendererFactory.getCollectionRenderer(IProxy proxy, ITypedResourceList resourcelist, com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor flavor)
           
 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)
           
 IComponentEvent ComponentFactory.decodeEvent(ICollectionRenderer renderer, IProxy proxy, com.sapportals.htmlb.event.Event event, java.util.Map values)
          creates a new IComponent from the component's alias found inside the given event and let's it fire the returned IComponentEvent or null.
 void IComponent.setProxy(IProxy proxy)
           
 void AbstractComponent.setProxy(IProxy proxy)
           
static com.sapportals.htmlb.Component CollectionRendererUtil.renderDecorations(ICollectionRenderer collRenderer, IProxy proxy, com.sapportals.htmlb.Component comp, java.util.Map componentValueMap, IResource resource)
           
static com.sapportals.htmlb.Component CollectionRendererUtil.renderDecorations(ICollectionRenderer collRenderer, IProxy proxy, com.sapportals.htmlb.Component comp, java.util.Map componentValueMap)
           
static com.sapportals.htmlb.Component CollectionRendererUtil.renderDecorationsOld(ICollectionRenderer collRenderer, IProxy proxy, com.sapportals.htmlb.Component comp, java.util.Map componentValueMap)
           
 void AbstractCollectionRenderer.setProxy(IProxy proxy)
          Sets the proxy attribute of the AbstractCollectionRenderer object
 

Constructors in com.sapportals.wcm.rendering.collection with parameters of type IProxy
SortHandler(ICollectionRenderer renderer, IProxy proxy, IRendererStatus irs)
           
CollectionRendererDecorator(com.sapportals.htmlb.Component comp, ICollectionRenderer renderer, IProxy proxy, ComponentValueMap valueMap)
          constructor to use when using this class within the rendering process.
CollectionRendererDecorator(com.sapportals.htmlb.Component comp, ICollectionRenderer renderer, IProxy proxy, ComponentValueMap valueMap, IResource res)
          constructor to use when using this class within the rendering process.
 

Uses of IProxy in com.sapportals.wcm.rendering.detailsoverview
 

Methods in com.sapportals.wcm.rendering.detailsoverview with parameters of type IProxy
 com.sapportals.htmlb.Component IResourceDetailsOverview.renderOverviewContent(IResource resource, IProxy proxy)
          Description of the Method
 java.lang.String AbstractResourceDetailsOverview.createTarget(IUICommand command, IProxy proxy)
          Description of the Method
protected  com.sapportals.htmlb.Component AbstractResourceDetailsOverview.getCommandLink(IUICommand command, IProxy proxy, com.sapportals.htmlb.enum.TextViewDesign textDesign)
           
protected  com.sapportals.htmlb.Component AbstractResourceDetailsOverview.getCommandLink(IUICommand command, IProxy proxy, com.sapportals.htmlb.enum.TextViewDesign textDesign, java.lang.String linkLabel)
           
protected  com.sapportals.htmlb.Component AbstractResourceDetailsOverview.getCommandLink(IUICommand command, IProxy proxy, com.sapportals.htmlb.enum.TextViewDesign textDesign, java.lang.String linkLabel, com.sapportals.htmlb.enum.LinkDesign linkDesign)
           
 

Uses of IProxy in com.sapportals.wcm.rendering.detailsproperties
 

Methods in com.sapportals.wcm.rendering.detailsproperties that return IProxy
 IProxy IProxyDetailsProperty.getProxy()
           
 

Methods in com.sapportals.wcm.rendering.detailsproperties with parameters of type IProxy
 void IProxyDetailsProperty.setProxy(IProxy proxy)
           
 

Uses of IProxy in com.sapportals.wcm.rendering.layout
 

Methods in com.sapportals.wcm.rendering.layout that return IProxy
 IProxy AbstractLayoutController.getProxy()
          returns the proxy that has been set when instantiating the class.
protected  IProxy AbstractLayoutComposer.getProxy()
           
 

Methods in com.sapportals.wcm.rendering.layout with parameters of type IProxy
 void ILayoutComponent.setProxy(IProxy proxy)
          sets the proxy-attribute for the layout-controller.
 void AbstractLayoutController.setProxy(IProxy proxy)
           
 ILayoutController LayoutControllerFactory.getLayoutController(IProxy proxy, IResource resource)
          Returns a new instance of a ILayoutController If no configuration for the set of parameters can be retrieved or the mapping entry is faulty, the default LayoutController of the factory is returned.
 ILayoutController LayoutControllerFactory.getLayoutController(IProxy proxy, ITypedResourceList resourcelist)
          Returns a new instance of a ILayoutController If no configuration for the set of parameters can be retrieved or the mapping entry is faulty, the default LayoutController of the factory is returned.
 void AbstractLayoutComposer.setProxy(IProxy proxy)
           
 

Uses of IProxy in com.sapportals.wcm.rendering.property
 

Methods in com.sapportals.wcm.rendering.property with parameters of type IProxy
static com.sapportals.htmlb.Component ResourceLinkUtil.renderResourceLink(IResource resource, com.sapportals.htmlb.Component comp, IProxy proxy, com.sapportals.wcm.repository.service.layout.customizing.IParameters params)
           
static java.lang.String ResourceLinkUtil.getResourceLinkUrl(IResource resource, IProxy proxy, com.sapportals.wcm.repository.service.layout.customizing.IParameters params)
           
static java.lang.String ResourceLinkUtil.getContentLinkUrl(IResource resource, IProxy proxy, com.sapportals.wcm.repository.service.layout.customizing.IParameters params)
           
static com.sapportals.htmlb.Component PropertyRendererUtil.renderProperty(IProperty property, IMetaName metaName, IResource resource, IProxy ctrl, com.sapportals.wcm.repository.service.layout.customizing.IParameters parameters)
          This Class allows standard (and special rendering of properties
Rendering Classes .
 com.sapportals.htmlb.Component IModelledPropertyRenderer.renderProperty(IProperty property, IMetaName metaName, IResource resource, IProxy proxy, com.sapportals.wcm.repository.service.layout.customizing.IParameters parameters)
           
static com.sapportals.htmlb.Component MetaPropertyRendererUtil.render(IMetaName metaName, IResource resource, com.sapportals.wcm.repository.service.layout.customizing.IParameters params, IProxy proxy, boolean contentLink, ResourceStateType state)
           
 

Uses of IProxy in com.sapportals.wcm.rendering.readymades
 

Constructors in com.sapportals.wcm.rendering.readymades with parameters of type IProxy
ResourceImage(IResource resource, com.sapportals.wcm.repository.service.layout.customizing.IParameters params, IProxy proxy, com.sapportals.wcm.rendering.readymades.ResourceImage.Mode mode)
           
PropertyComponent(IResource resource, IProxy proxy, IProperty property, int linktype, com.sapportals.wcm.repository.service.layout.customizing.IParameters parameters)
           
MetaPropertyComponent(IResource resource, IProxy proxy, IMetaName metaName, boolean hasContentLink, com.sapportals.wcm.repository.service.layout.customizing.IParameters parameters, ResourceStateType state)
          this constructor must be used when creating the component for rendering.
CommandRenderer(IProxy proxy, IResource resource, java.lang.String commandAlias, java.lang.String commandStyle, boolean expanded, java.lang.String imagePath)
           
UICommandComponent(IResource res, IProxy proxy, com.sapportals.wcm.repository.service.layout.customizing.IParameterName parameterName, com.sapportals.wcm.repository.service.layout.customizing.IParameters parameters)
          simple constructor to be used by parameterized components of the FlexUI, such as an ICollectionRenderer or an IResourceRenderer.
UICommandComponent(IResource res, IProxy proxy, java.lang.String groupID, java.lang.String menuType)
          constructor to be used if no parameterization is available or is not used on purpose.
ResourceLink(IResource resource, com.sapportals.htmlb.Component comp, IProxy proxy, com.sapportals.wcm.repository.service.layout.customizing.IParameters parameters)
           
MenuBarComponent(IProxy proxy, IResource resource, java.lang.String group)
           
EmptyCollectionInfo(IProxy proxy, com.sapportals.wcm.repository.service.layout.customizing.IParameters parameters)
           
 

Uses of IProxy in com.sapportals.wcm.rendering.resource
 

Methods in com.sapportals.wcm.rendering.resource with parameters of type IProxy
 IResourceRenderer ResourceRendererFactory.getResourceRenderer(IProxy proxy, IResource outerResource, IResource resource, com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor flavor)
          returns a new instance of an IResourceRenderer.
 IResourceRenderer ResourceRendererFactory.getResourceRenderer(IProxy proxy, ITypedResourceList list, IResource resource, com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor flavor)
          returns a new instance of an IResourceRenderer.
 

Constructors in com.sapportals.wcm.rendering.resource with parameters of type IProxy
AbstractResourceRenderer(IProxy proxy, IResource res)
          Constructor for the AbstractResourceRenderer object
ResourceNavigationRenderer(LayoutObject layoutObject, IProxy proxy)
          Sets the two member variables of the renderer with the values of the given parameters.
 

Uses of IProxy in com.sapportals.wcm.rendering.uicommand
 

Methods in com.sapportals.wcm.rendering.uicommand that return IProxy
 IProxy AbstractMassCommand.getProxy()
          Gets the proxy attribute of the AbstractUICommand object
 

Methods in com.sapportals.wcm.rendering.uicommand with parameters of type IProxy
 IUIBaseCommand UICommandFactory.decodeTargetCommand(java.util.ArrayList values, IResourceContext context, IProxy proxy)
          returns a properly created instance of an IUICommand as it was encoded in the given array list by the factories createTarget.
 IExecCommand UICommandFactory.decodeTarget(java.util.ArrayList values, IResourceContext context, IProxy proxy)
          returns a properly created instance of an IUICommand as it was encoded in the given array list by the factories createTarget.
 IMassExecCommand UICommandFactory.decodeMassTarget(java.util.ArrayList values, IResourceContext context, IProxy proxy)
          returns a properly created instance of an IUIMassCommand as it was encoded in the given array list by the factories createTarget .
 com.sapportals.htmlb.Component UIMenuFactory.getRenderMenu(IResource resource, java.lang.String menuType, com.sapportals.wcm.repository.service.layout.customizing.IParameterName group, com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor flavor, IProxy proxy)
          Renders a menu component ( menu bar, hover menu, button menu or link menu) according with the input data
 com.sapportals.htmlb.Component UIMenuFactory.renderMenuForGroup(IResource resource, java.lang.String menuType, IUIGroupCommand groupCommand, IProxy proxy)
          Renders a menu component ( menu bar, hover menu, button menu or link menu) according with the input data
 com.sapportals.htmlb.Component UIMenuFactory.getRenderMenu(IResource resource, java.lang.String menuType, com.sapportals.wcm.repository.service.layout.customizing.IParameterName group, java.lang.String groupID, com.sapportals.wcm.repository.service.layout.customizing.flavor.IFlavor flavor, IProxy proxy)
          Renders a menu component ( menu bar, hover menu, button menu or link menu) according with the input data
 IRenderingEvent ISelector.execute(IResourceList list, IProxy currentproxy)
          Carries out the action on the IResourceList found in the imported list, using the information from the current screen found inside the proxy.
 

Constructors in com.sapportals.wcm.rendering.uicommand with parameters of type IProxy
UICommandRenderer(com.sapportals.wcm.repository.service.layout.customizing.IParameters parameters, IProxy proxy)
           
UICommandRenderer(LayoutObject layoutObject, IProxy proxy)
          Sets the two member variables of the renderer with the values of the given parameters.
UICommandRenderer(ILayoutObject layoutObject, IProxy proxy)
          Sets the two member variables of the renderer with the values of the given parameters.
 


SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.