|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(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. |
static DocumentRenderResult |
DocumentProcessor.renderDoc(RenderRequest request)
Execute a render using the given render request. |
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 recursively. |
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,
TemplateContext storeContext)
Drop a whole directory of templates into the store recursively 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.processDirectory(File dropDirectory,
TemplateContext storeContext,
boolean isRecursive,
boolean continueOnError)
Drop a whole directory of templates into the store, optionally into a specified context, processing sub-directories and error handling. |
void |
DropStoreHelper.processJarOrZipFile(File file)
Process the contents of a Jar or Zip file as it if was a directory. |
void |
DropStoreHelper.processJarOrZipFile(File file,
TemplateContext storeContext,
boolean continueOnError)
Process the contents of a Jar or Zip file as it if was a directory. |
void |
DropStoreHelper.processResource(URL url)
Process templates from the specified URL. |
void |
DropStoreHelper.processResource(URL url,
TemplateContext baseContext,
boolean continueOnError)
Process templates from the specified URL. |
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(String templateName,
File templateFile,
TemplateStore store)
Store a template in the given template 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). |
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,
Long origTemplateLastModified,
boolean overwrite,
boolean waitForConverter,
TemplateStore store)
Store the given template stream against the given templateId in the given store. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |