Archived Portal Exploration View a printable version of the current page.
Portal contexts
Archived Content

The UP3 space contains documentation related to the next-generation portal exploration work that JA-SIG has now archived. Documentation related to uPortal, including active development for future releases, can be found in the uPortal space.
References to uPortal 3 in this space should be considered out of date. Active uPortal 3 documentation is available in the uPortal space.

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

Context resolvers

In processing a request, uPortal chooses appropriate portal contexts with help of a context resolver (defined by IContextResolver interface). ServletPathContextResolver chooses the context based on the first element of the servlet path (i.e. "myContext" in http://host/uPortalApp/myContext/something/other)

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.