Package | Description |
---|---|
com.groupdocs.viewer.caching |
The package provides classes for customizing caching behaviour.
|
com.groupdocs.viewer.interfaces |
The package provides interfaces to instantiate and release output document and it's resources.
|
Modifier and Type | Method and Description |
---|---|
static Resource |
CacheKeys.createResourceByKeyAndFilter(String key,
String filter)
Deprecated.
this tag was added just to exclude the method from JavaDoc
|
Modifier and Type | Method and Description |
---|---|
static String |
CacheKeys.getResourceKey(int pageNumber,
Resource resource)
Returns unique identifier for the cache entry that represents
Resource object. |
Modifier and Type | Method and Description |
---|---|
void |
ResourceStreamFactory.closeResourceStream(int pageNumber,
Resource resource,
OutputStream resourceStream)
Releases the stream created by
ResourceStreamFactory.createResourceStream(int, Resource) method. |
OutputStream |
ResourceStreamFactory.createResourceStream(int pageNumber,
Resource resource)
Creates the stream used to write output HTML resource data.
|
String |
ResourceStreamFactory.createResourceUrl(int pageNumber,
Resource resource)
Creates the URL for HTML resource.
|
OutputStream |
CreateResourceStream.invoke(int pageNumber,
Resource resource)
The method must return
OutputStream that will be used to write output HTML resource data. |
String |
CreateResourceUrl.invoke(int pageNumber,
Resource resource)
Represents the method that creates URL for HTML resource.
|
void |
ReleaseResourceStream.invoke(int pageNumber,
Resource resource,
OutputStream resourceStream)
Releases stream which was instantiated by the method associated with
CreateResourceStream interface. |