|
Docmosis API 4.5.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TemplateContext | |
com.docmosis.template.store |
Uses of TemplateContext in com.docmosis.template.store |
Methods in com.docmosis.template.store that return TemplateContext | |
TemplateContext |
TemplateIdentifier.getContext()
Get the context of this template. |
Methods in com.docmosis.template.store with parameters of type TemplateContext | |
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,
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. |
TemplateDetails[] |
TemplateStore.findByContext(TemplateContext templateContext,
boolean includeSubContexts)
Get the list of templates for the given context. |
void |
TemplateStore.deleteTemplates(TemplateContext context,
boolean includeSubContexts)
Delete all templates in the given context. |
void |
TemplateStoreFactory.PresetTemplateStore.deleteTemplates(TemplateContext context,
boolean includeSubContexts)
|
TemplateDetails[] |
TemplateStoreFactory.PresetTemplateStore.findByContext(TemplateContext templateContext,
boolean includeSubContexts)
|
Constructors in com.docmosis.template.store with parameters of type TemplateContext | |
TemplateIdentifier(String name,
TemplateContext context)
Construct a new identifier with the given name and context. |
|
Docmosis API 4.5.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |