Glossaire


Presentation Managersearch for term

A service in the Portal subsystem for displaying components. For each component, the Presentation Manager (EbiPresentationManager) calls methods of the EbiPortalComponent interface. It passes data (such as parameters) to the component and gets the component's generated content. There are three ways to invoke the Presentation Manager and display components:

  • The portal controller servlet automatically invokes the Presentation Manager to display a component on a portal page.
  • A JSP page can include custom tags that instantiate a Presentation Manager to display a component.
  • In a custom servlet, you can instantiate a Presentation Manager and use its services to render components.

© 2013 Novell