02/28/2005
 

Package com.epicentric.doctype

Provides support for multiple document types so that content can be rendered in a device-dependent manner.

See:
          Package Summary

Interface Summary
DocumentType Describes a class of output document recognized by the system.
MarkupSource  
 

Class Summary
BasicMarkupSource  
DocumentTypeManager The persistence manager for the system's DocumentTypes.
HtmlMarkupSource  
MobileMarkupSource  
XMLEncodingFilterWriter  
 

Exception Summary
DocumentTypeException Base class that all DocumentTypeExceptions extend.
DocumentTypePersistificationException Exception thrown when there's an error persisting the document types.
InvalidDocumentTypeException Exception thrown when an attempt is made to create a DocumentType with invalid or incomplete information.
 

Package com.epicentric.doctype Description

Provides support for multiple document types so that content can be rendered in a device-dependent manner. If the client is a desktop HTML browser, the document type is HTML; if the client is a wireless device, the document type is MOBILE. (Note that the MOBILE document type requires a wireless-enabled version of the Vignette Portal software.)

Secondary pages and PortalBeans can check for the document type to determine the appropriate content display. For example, a PortalBean supports multiple document types by supplying separate views (PortalBeanView objects). Each view supports one document type. A PortalBean need not provide the same set of views for all supported document types--it might have a view for one document type but not for another. A PortalBean's supported views are defined in the PortalBean's PortalBeanDescriptor.

The Vignette Portal administrative GUI includes a tool for maintaining the list of document types that are supported. The HTML document type is the default and cannot be deleted.

See:
           Code Example

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

02/28/2005
 

Copyright and Trademark Notices