Uses of Interface
org.apache.jetspeed.om.page.Document

Packages that use Document
org.apache.jetspeed.om.folder.psml   
org.apache.jetspeed.om.page This package represents an Object Model for manipulating portal "pages" describing the layout process for a specific page to the aggregation engine. 
org.apache.jetspeed.om.page.impl   
org.apache.jetspeed.om.page.psml   
org.apache.jetspeed.page.document   
org.apache.jetspeed.page.document.psml   
 

Uses of Document in org.apache.jetspeed.om.folder.psml
 

Classes in org.apache.jetspeed.om.folder.psml that implement Document
 class FolderMetaDataImpl
           FolderMetaDataImpl
 

Uses of Document in org.apache.jetspeed.om.page
 

Subinterfaces of Document in org.apache.jetspeed.om.page
 interface ContentPage
          PageFragment is a volatile wrapper around a Page metadata object for use in rendering.
 interface Link
           Link
 interface Page
          This interface represents a complete page document used by Jetspeed to layout a user-customizable portal page.
 interface PageSecurity
           Security
 

Classes in org.apache.jetspeed.om.page that implement Document
 class ContentPageImpl
           
 

Uses of Document in org.apache.jetspeed.om.page.impl
 

Classes in org.apache.jetspeed.om.page.impl that implement Document
 class LinkImpl
          LinkImpl
 class PageImpl
          PageImpl
 class PageSecurityImpl
          PageSecurityImpl
 

Uses of Document in org.apache.jetspeed.om.page.psml
 

Classes in org.apache.jetspeed.om.page.psml that implement Document
 class DocumentImpl
           Link
 

Uses of Document in org.apache.jetspeed.page.document
 

Methods in org.apache.jetspeed.page.document that return Document
 Document DocumentHandler.getDocument(java.lang.String name)
           
 Document DocumentHandler.getDocument(java.lang.String name, boolean fromCahe)
           
 

Methods in org.apache.jetspeed.page.document with parameters of type Document
 void DocumentHandler.removeDocument(Document document)
           
 void DocumentHandler.updateDocument(Document document)
           
 

Uses of Document in org.apache.jetspeed.page.document.psml
 

Methods in org.apache.jetspeed.page.document.psml that return Document
 Document CastorFileSystemDocumentHandler.getDocument(java.lang.String name)
           getDocument
 Document CastorFileSystemDocumentHandler.getDocument(java.lang.String name, boolean fromCache)
           getDocument
 

Methods in org.apache.jetspeed.page.document.psml with parameters of type Document
 void CastorFileSystemDocumentHandler.removeDocument(Document document)
           removeDocument
 void CastorFileSystemDocumentHandler.updateDocument(Document document)
           
protected  void CastorFileSystemDocumentHandler.updateDocument(Document document, boolean systemUpdate)
           updateDocument
 



Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.