02/28/2005
 

Package com.epicentric.page

Implements a dynamic, flexible mechanism for specifying the layout of portlets for end-user display, and for storing sets of portlets specified by adminsitrators or end users.

See:
          Package Summary

Interface Summary
PagePermission An interface holding the permission IDs used in the Page subsystem.
 

Class Summary
Page Page aggregates PageLayout and associated PageModuleSet and UserModuleSet information for one user page.
Page.PageCatalogFinder Innerclass that knows how to locate the PermissionCatalog for Pages.
PageLayout PageLayout describes the physical structure of a Page.
PageManager PageManager is a singleton repository for Page instances.
PageManager.PageSearchFilter  
PageModuleCategorySet Deprecated. As of 4.0, to be removed in 8.0 or later, replaced by the DisplayCategoryManger.
PageModuleSet PageModuleSet maintains a list of required and default modules for a Page.
PageOrdering PageOrdering represents an ordered set of pages or tabs.
PageUtils  
UserModuleSet A UserModuleSet represents the module contents and minimization state of a single user's Page.
 

Exception Summary
PageException  
PagePersistenceException  
 

Package com.epicentric.page Description

Implements a dynamic, flexible mechanism for specifying the layout of portlets for end-user display, and for storing sets of portlets specified by adminsitrators or end users. The page package supports the features that enable Vignette Portal administrators to customize pages that display portlets without Java or web programming.

Vignette Portal pages are Java objects that serve as containers for portlets that are available to end users. The display of portlet content itself is controlled by the portlets, not the page. (Vignette Portal pages are not to be confused with JavaServer Pages technology, which relates to files on disk having a .jsp extension.)

Vignette Portal administrators can create any number of pages and configure them in a variety of ways, including these:

A page is made available for display on a site by associating it with a menu item and by granting specific user groups permission to use that item. Each menu item can have its own look-and-feel styles associated with it or can use the site's styles.

See:
           Discussion

See Also:
com.epicentric.portalbeans, com.epicentric.template

02/28/2005
 

Copyright and Trademark Notices