com.sapportals.htmlb.rendering

Interface HtmlbRenderer

All Known Implementing Classes:
AtomHtmlbRenderer

public interface HtmlbRenderer

Base interface for all Renderer interfaces.

Copyright 2004 SAP AG


Method Summary
 void render(Component component, int selector, IPageContext renderContext)
          Render a specific aspect of the complete component
 void render(Component component, IPageContext renderContext)
          Render the complete component
 

Method Detail

render

public void render(Component component,
                   IPageContext renderContext)
Render the complete component

Parameters:
component - the component to render
renderContext - the context in which to render

render

public void render(Component component,
                   int selector,
                   IPageContext renderContext)
Render a specific aspect of the complete component

Parameters:
component - the component to render
selector - the aspect to render
renderContext - the context in which to render


Copyright 2006 SAP AG Complete Copyright Notice