Package com.adobe.forms.common.service
Interface FormExternalResource
-
public interface FormExternalResource
This is form resource modelled as an external resource. Adapting to this kind of resource should lead you getting input stream of form bytes on calling getInputStreamForResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.InputStream
getInputStream()
long
getLastModifiedTime()
boolean
isTrusted()
-
-
-
Method Detail
-
getLastModifiedTime
long getLastModifiedTime()
-
getInputStream
java.io.InputStream getInputStream() throws DoRTemplateParsingException
- Throws:
DoRTemplateParsingException
-
isTrusted
boolean isTrusted() throws DoRTemplateParsingException
- Throws:
DoRTemplateParsingException
-
-