|
Docmosis API 4.5.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateStore | |
com.docmosis.document | |
com.docmosis.template.store |
Uses of TemplateStore in com.docmosis.document |
Methods in com.docmosis.document that return TemplateStore | |
TemplateStore |
RenderRequest.getTemplateStore()
Get the template store. |
Methods in com.docmosis.document with parameters of type TemplateStore | |
RenderRequest |
RenderRequest.setTemplateStore(TemplateStore templateStore)
Set the template store to use. |
Uses of TemplateStore in com.docmosis.template.store |
Classes in com.docmosis.template.store that implement TemplateStore | |
static class |
TemplateStoreFactory.PresetTemplateStore
This class facades a real TemplateStore providing values for typical settings that one might use across lots of store requests. |
Methods in com.docmosis.template.store that return TemplateStore | |
static TemplateStore |
TemplateStoreFactory.getStore()
Get the current Template Store with default settings. |
static TemplateStore |
TemplateStoreFactory.getStore(boolean templateErrorsFatal,
String plainTextFieldPrefix,
String plainTextFieldSuffix,
boolean allowPaddedFields)
Get an instance of a TemplateStore which has default settings for the plain text field delimiters and whether errors in the template are fatal. |
static TemplateStore |
TemplateStoreFactory.getStore(boolean templateErrorsFatal)
Get an instance of a TemplateStore which has default settings for the plain text field delimiters, specifying whether errors in the template are fatal. |
Methods in com.docmosis.template.store with parameters of type TemplateStore | |
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). |
static boolean |
StoreHelper.templateExists(TemplateIdentifier templateId,
TemplateStore store)
Determines whether the given template exists in the store. |
Constructors in com.docmosis.template.store with parameters of type TemplateStore | |
DropStoreHelper(TemplateStore store)
Create a new DropStoreHelper object. |
|
Docmosis API 4.5.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |