Uses of Class
org.fugerit.java.doc.base.facade.DocHandlerFacade
-
Packages that use DocHandlerFacade Package Description org.fugerit.java.doc.base.facade -
-
Uses of DocHandlerFacade in org.fugerit.java.doc.base.facade
Methods in org.fugerit.java.doc.base.facade that return DocHandlerFacade Modifier and Type Method Description DocHandlerFacadeProcessDocFacade. getDocHandlerFacade()static DocHandlerFacadeDocHandlerFactory. register(String factoryCatalogPath)Creates and configure an instance of DocHandlerFacade with default catalog id.static DocHandlerFacadeDocHandlerFactory. register(String factoryCatalogPath, String useCatalog)Creates and configure an instance of DocHandlerFacadestatic DocHandlerFacadeDocHandlerFactory. register(Collection<org.fugerit.java.core.cfg.xml.FactoryType> col)Creates and configure an instance of DocHandlerFacadestatic DocHandlerFacadeDocHandlerFactory. register(org.fugerit.java.core.cfg.xml.FactoryCatalog catalog)Creates and configure an instance of DocHandlerFacade with default catalog id.static DocHandlerFacadeDocHandlerFactory. register(org.fugerit.java.core.cfg.xml.FactoryCatalog catalog, String useCatalog)Creates and configure an instance of DocHandlerFacadeConstructors in org.fugerit.java.doc.base.facade with parameters of type DocHandlerFacade Constructor Description ProcessDocFacade(DocHandlerFacade docHandlerFacade, DocProcessConfig docProcessConfig)
-