|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExternalResourcePermissions | |
---|---|
com.docmosis.document | |
com.docmosis.template.store |
Uses of ExternalResourcePermissions in com.docmosis.document |
---|
Fields in com.docmosis.document declared as ExternalResourcePermissions | |
---|---|
static ExternalResourcePermissions |
ExternalResourcePermissions.ALL
All permission granted |
static ExternalResourcePermissions |
ExternalResourcePermissions.NONE
No permission granted |
Methods in com.docmosis.document that return ExternalResourcePermissions | |
---|---|
ExternalResourcePermissions |
RenderRequest.getExternalResourcePermissions()
|
static ExternalResourcePermissions |
ExternalResourcePermissions.whitelist(String[] prefixes)
|
Methods in com.docmosis.document with parameters of type ExternalResourcePermissions | |
---|---|
static com.docmosis.document.DocumentConversionResult |
DocumentConverter.convert(File inputFile,
File outputFile,
ConversionInstruction conversionInstruction,
ExternalResourcePermissions externalResourcePermissions)
Convert the given input file to the given output file. |
static com.docmosis.document.ExternalResourcePermissionsCheckResult |
ExternalResourcePermissions.permitted(ExternalResourcePermissions permission,
ExternalResourceCollection resources,
boolean compareCaseInsensitive,
boolean compareDecodeUrls)
Check whether permission is granted for all given resources. |
static DocumentRenderResult |
DocumentProcessor.renderDoc(File template,
File outputFile,
DataProvider dp,
boolean cleanupDataProvider,
ExternalResourcePermissions externalResourcePermissions)
Render the given template to the given output file with the given data. |
static DocumentRenderResult |
DocumentProcessor.renderDoc(File template,
File outputFile,
DataProvider dp,
ExternalResourcePermissions externalResourcePermissions)
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,
boolean cleanupDataProvider,
ExternalResourcePermissions externalResourcePermissions)
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,
ExternalResourcePermissions externalResourcePermissions)
Render the given template to the given output stream with the given data. |
static DocumentRenderResult |
DocumentProcessor.renderDoc(TemplateIdentifier templateId,
DataProvider dp,
ConversionInstruction instruction,
OutputStream streamTo,
ExternalResourcePermissions externalResourcePermissions)
Render the template specified by the given templateId with the given data according to the given instruction. |
void |
RenderRequest.setExternalResourcePermissions(ExternalResourcePermissions externalResourcePermissions)
Set the external resource permissions for this request. |
Uses of ExternalResourcePermissions in com.docmosis.template.store |
---|
Methods in com.docmosis.template.store that return ExternalResourcePermissions | |
---|---|
static ExternalResourcePermissions |
StoreHelper.getDefaultExternalResourcePermission()
|
Methods in com.docmosis.template.store with parameters of type ExternalResourcePermissions | |
---|---|
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,
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,
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,
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 TemplateValidationResult |
DropStoreHelper.validateTemplate(InputStream templateStream,
ExternalResourcePermissions externalResourcePermissions)
Process the given stream as a template and return a TemplateValidationResult. |
static TemplateValidationResult |
StoreHelper.validateTemplate(InputStream templateStream,
ExternalResourcePermissions externalResourcePermissions)
As above, but with the specified permissions. |
Constructors in com.docmosis.template.store with parameters of type ExternalResourcePermissions | |
---|---|
DropStoreHelper(TemplateStore store,
ExternalResourcePermissions externalResourcePermissions)
Create a new DropStoreHelper object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |