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

Packages that use DocumentHandler
org.apache.jetspeed.page.document   
org.apache.jetspeed.page.document.psml   
 

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

Methods in org.apache.jetspeed.page.document that return DocumentHandler
 DocumentHandler DocumentHandlerFactory.getDocumentHandler(java.lang.String documentType)
           getDocumentHandler
 DocumentHandler DocumentHandlerFactory.getDocumentHandlerForPath(java.lang.String documentPath)
           getDocumentHandlerForPath
 

Methods in org.apache.jetspeed.page.document with parameters of type DocumentHandler
 void DocumentHandlerFactory.registerDocumentHandler(DocumentHandler documentHandler)
           addDocumentHandler
 

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

Classes in org.apache.jetspeed.page.document.psml that implement DocumentHandler
 class CastorFileSystemDocumentHandler
           CastorFileSystemDocumentHandler
 

Methods in org.apache.jetspeed.page.document.psml that return DocumentHandler
 DocumentHandler DocumentHandlerFactoryImpl.getDocumentHandler(java.lang.String documentType)
           getDocumentHandler
 DocumentHandler DocumentHandlerFactoryImpl.getDocumentHandlerForPath(java.lang.String documentPath)
           getDocumentHandlerForPath
 

Methods in org.apache.jetspeed.page.document.psml with parameters of type DocumentHandler
 void DocumentHandlerFactoryImpl.registerDocumentHandler(DocumentHandler documentHandler)
           registerDocumentHandler
 



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