Docmosis API 4.5.0

Uses of Class
com.docmosis.document.converter.NoConvertersRunningException

Packages that use NoConvertersRunningException
com.docmosis.document   
com.docmosis.template.store   
 

Uses of NoConvertersRunningException in com.docmosis.document
 

Methods in com.docmosis.document that throw NoConvertersRunningException
static DocumentRenderResult DocumentProcessor.renderDoc(RenderRequest request)
          Execute a render using the given render request.
static DocumentRenderResult DocumentProcessor.renderDoc(File template, File outputFile, DataProvider dp)
          Render the given template to the given output file with the given data.
static DocumentRenderResult DocumentProcessor.renderDoc(File template, File outputFile, DataProvider dp, boolean cleanupDataProvider)
          Render the given template to the given output file with the given data.
static DocumentRenderResult DocumentProcessor.renderDoc(File template, OutputStream outputStream, ConversionFormat format, DataProvider dp)
          Render the given template to the given output stream with the given data.
static DocumentRenderResult DocumentProcessor.renderDoc(File template, OutputStream outputStream, ConversionFormat format, DataProvider dp, boolean cleanupDataProvider)
          Render the given template to the given output stream with the given data.
 

Uses of NoConvertersRunningException in com.docmosis.template.store
 

Methods in com.docmosis.template.store that throw NoConvertersRunningException
 void DropStoreHelper.process(File dropDirectory)
          Drop a whole directory of templates into the store processing sub-directories.
 void DropStoreHelper.process(File dropDirectory, TemplateContext storeContext)
          Drop a whole directory of templates into the store optionally processing sub-directories.
 void DropStoreHelper.process(File dropDirectory, TemplateContext storeContext, boolean isRecursive)
          Drop a whole directory of templates into the store optionally processing sub-directories.
 void DropStoreHelper.process(File dropDirectory, boolean isRecursive)
          Drop a whole directory of templates into the store optionally processing sub-directories.
 void DropStoreHelper.process(File dropDirectory, boolean isRecursive, boolean deleteUnknownTemplates)
          Deprecated. Deletion of unknown templates is no longer supported. The deletion flag is ignored.
 void DropStoreHelper.process(File dropDirectory, TemplateContext storeContext, boolean isRecursive, boolean deleteUnknownTemplates)
          Deprecated. Deletion of unknown templates is no longer supported. The deletion flag is ignored.
 void DropStoreHelper.processJarOrZipFile(File file, TemplateContext storeContext, boolean logErrors)
          Process the contents of a Jar or Zip file as it if was a directory.
 void DropStoreHelper.processResource(URL url, TemplateContext baseContext, boolean logErrors)
          Process templates from the specified URL.
static TemplateDetails StoreHelper.storeTemplate(String templateName, File templateFile, TemplateStore store)
          Store a template in the given template store.
static TemplateDetails StoreHelper.storeTemplate(String templateName, File templateFile, boolean overwrite, TemplateStore store)
          Store a template in the given template store (this process is known as template registration) specifying whether to overwrite any existing registrations or not.
static TemplateDetails StoreHelper.storeTemplate(TemplateIdentifier templateId, File templateFile, TemplateStore store)
          Store a template in the given template store (this process is known as template registration).
static TemplateDetails StoreHelper.storeTemplate(TemplateIdentifier templateId, InputStream origTemplateStream, boolean overwrite, boolean waitForConverter, TemplateStore store)
          Store the given template stream against the given templateId in the given store.
static TemplateDetails StoreHelper.storeTemplate(TemplateIdentifier templateId, File templateFile, boolean overwrite, boolean waitForConverter, TemplateStore store)
          Store a template in the given template store (this process is known as template registration).
 


Docmosis API 4.5.0

Copyright © 2014 Docmosis Pty Ltd. All Rights Reserved.