|
Docmosis API 4.9.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)
Get an instance of a TemplateStore which has default settings for the plain text field delimiters, specifying whether errors in the template are fatal. |
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,
String plainTextFieldPrefix,
String plainTextFieldSuffix,
boolean allowPaddedFields,
com.docmosis.util.properties.PropertiesProvider propertiesProvider)
Get an instance of a TemplateStore which has specified settings for the plain text field delimiters and 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,
boolean overwrite,
TemplateStore store,
ExternalResourcePermissions externalResourcePermissions)
As above, but with explicit permissions regarding external links. |
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,
TemplateStore store,
ExternalResourcePermissions externalResourcePermissions)
As above, but with explicit permissions regarding external links. |
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,
boolean overwrite,
boolean waitForConverter,
TemplateStore store,
ExternalResourcePermissions externalResourcePermissions)
Store a template in the given template store (this process is known as template registration). |
static TemplateDetails |
StoreHelper.storeTemplate(TemplateIdentifier templateId,
File templateFile,
boolean overwrite,
boolean waitForConverter,
TemplateStore store,
ExternalResourcePermissions externalResourcePermissions,
com.docmosis.document.converter.ConversionSettings conversionSettings)
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,
File templateFile,
TemplateStore store,
ExternalResourcePermissions externalResourcePermissions)
As above, but with explicit permissions regarding external links. |
static TemplateDetails |
StoreHelper.storeTemplate(TemplateIdentifier templateId,
InputStream origTemplateStream,
Long origTemplateLastModified,
boolean overwrite,
boolean waitForConverter,
TemplateStore store,
ExternalResourcePermissions externalResourcePermissions)
Store the given template stream against the given templateId in the given store. |
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. |
|
DropStoreHelper(TemplateStore store,
ExternalResourcePermissions externalResourcePermissions)
Create a new DropStoreHelper object. |
|
|
Docmosis API 4.9.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||