Package com.adobe.forms.common.service
Interface FormExternalResource
-
public interface FormExternalResourceThis 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.InputStreamgetInputStream()longgetLastModifiedTime()booleanisTrusted()
-
-
-
Method Detail
-
getLastModifiedTime
long getLastModifiedTime()
-
getInputStream
java.io.InputStream getInputStream() throws DoRTemplateParsingException- Throws:
DoRTemplateParsingException
-
isTrusted
boolean isTrusted() throws DoRTemplateParsingException- Throws:
DoRTemplateParsingException
-
-