02/28/2005
 

Package com.epicentric.portalbeans.viewutils

Provides system mappings for PortalBeanView objects to identify physical files and to control access.

See:
          Package Summary

Interface Summary
PageIDToURLMapping Maintains mappings of page IDs to the URLs of the pages.
ViewToIsRootMapping Maintains mappings of view IDs to isNavigationRoot.
ViewToPageMapping Maintains mappings of view IDs to page IDs.
ViewToUserLevelMapping Maintains mappings of view IDs to userLevel.
 

Class Summary
GenericMappingService View mapping service.
GenericPageIDToURLMapping PageIDToURLMapping implementation that looks for the pageID-to-URL mappings in the system properties.
GenericViewToIsRootMapping ViewToIsRootMapping implementation that looks for the viewID-to-isNavigationRoot mappings in the system properties.
GenericViewToPageMapping ViewToPageMapping implementation that looks for the viewID-to-pageID mappings in the system properties.
GenericViewToUserLevelMapping ViewToUserLevelMapping implementation that looks for the viewID-to-userLevel mappings in the system properties.
MappingFactory Static factory class for creating and retrieving the default mapping services.
 

Package com.epicentric.portalbeans.viewutils Description

Provides system mappings for PortalBeanView objects to identify physical files and to control access. This package should not be used directly; all necessary calls are built into the Vignette Portal framework.

The mappings for all standard views are defined in the Vignette Portal properties file. Mappings for any custom views that a particular PortalBean has are defined in that PortalBean's descriptor (.pbd) file. Overrides to the standard view mappings can also be specified at the individual PortalBean view level in the PortalBean's .pbd file.

A PortalBeanView contains the display logic for a particular PortalBean view; examples are front-door view, user edit view, and admin edit view.

This package supports the following mappings:

The com.epicentric.portalbeans.GenericViewInfo class enables the mappings for a particular view to be queried:

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

02/28/2005
 

Copyright and Trademark Notices