Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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, UPC:pdf). CompoundContext explicitly separates request processing and content rendering into IRequestParameterProcessor and IPortalRenderer interfaces.

...