Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Purpose

A Portal Context specifies major aspects of portal behavior: request processing, and presentation construction. uPortal installation can contain multiple portal contexts, which may be completely independent or sharing some of the components. Context is defined by IContext interface (see UML diagram below, pdf). CompoundContext explicitly separates request processing and content rendering into IRequestParameterProcessor and IPortalRenderer interfaces.

  • No labels