|
||||||||||
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 |
TemplateStore.deleteTemplates(TemplateContext context,
boolean includeSubContexts)
Delete all templates in the given context. |
void |
TemplateStoreFactory.PresetTemplateStore.deleteTemplates(TemplateContext context,
boolean includeSubContexts)
|
TemplateDetails[] |
TemplateStore.findByContext(TemplateContext templateContext,
boolean includeSubContexts)
Get the list of templates for the given context. |
TemplateDetails[] |
TemplateStoreFactory.PresetTemplateStore.findByContext(TemplateContext templateContext,
boolean includeSubContexts)
|
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,
TemplateContext storeContext,
boolean continueOnError)
Process the contents of a Jar or Zip file as it if was a directory. |
void |
DropStoreHelper.processResource(URL url,
TemplateContext baseContext,
boolean continueOnError)
Process templates from the specified URL. |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |