Uses of Interface
org.apache.jetspeed.page.document.DocumentHandlerFactory

Packages that use DocumentHandlerFactory
org.apache.jetspeed.om.folder.psml   
org.apache.jetspeed.om.page.psml   
org.apache.jetspeed.page.document   
org.apache.jetspeed.page.document.psml   
org.apache.jetspeed.page.psml   
 

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

Constructors in org.apache.jetspeed.om.folder.psml with parameters of type DocumentHandlerFactory
FolderImpl(java.lang.String path, DocumentHandlerFactory handlerFactory, FolderHandler folderHandler)
           
FolderImpl(java.lang.String path, FolderMetaDataImpl metadata, DocumentHandlerFactory handlerFactory, FolderHandler folderHandler)
           
 

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

Methods in org.apache.jetspeed.om.page.psml that return DocumentHandlerFactory
 DocumentHandlerFactory AbstractBaseElement.getHandlerFactory()
           getHandlerFactory
 

Methods in org.apache.jetspeed.om.page.psml with parameters of type DocumentHandlerFactory
 void AbstractBaseElement.setHandlerFactory(DocumentHandlerFactory factory)
           setHandlerFactory
 

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

Methods in org.apache.jetspeed.page.document that return DocumentHandlerFactory
 DocumentHandlerFactory DocumentHandler.getHandlerFactory()
           
 

Methods in org.apache.jetspeed.page.document with parameters of type DocumentHandlerFactory
 void DocumentHandler.setHandlerFactory(DocumentHandlerFactory factory)
           
 

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

Classes in org.apache.jetspeed.page.document.psml that implement DocumentHandlerFactory
 class DocumentHandlerFactoryImpl
           DocumentHandlerFactoryImpl
 

Methods in org.apache.jetspeed.page.document.psml that return DocumentHandlerFactory
 DocumentHandlerFactory CastorFileSystemDocumentHandler.getHandlerFactory()
           getHandlerFactory
 

Methods in org.apache.jetspeed.page.document.psml with parameters of type DocumentHandlerFactory
 void CastorFileSystemDocumentHandler.setHandlerFactory(DocumentHandlerFactory factory)
           setHandlerFactory
 

Constructors in org.apache.jetspeed.page.document.psml with parameters of type DocumentHandlerFactory
FileSystemFolderHandler(java.lang.String documentRoot, DocumentHandlerFactory handlerFactory, FileCache fileCache)
           
 

Uses of DocumentHandlerFactory in org.apache.jetspeed.page.psml
 

Constructors in org.apache.jetspeed.page.psml with parameters of type DocumentHandlerFactory
CastorXmlPageManager(IdGenerator generator, DocumentHandlerFactory handlerFactory, FolderHandler folderHandler, FileCache fileCache, boolean permissionsEnabled, boolean constraintsEnabled)
           
 



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