| Package | Description |
|---|---|
| com.groupdocs.viewer.caching |
The package provides classes for customizing caching behavior.
|
| com.groupdocs.viewer.interfaces |
The package provides interfaces for instantiating and releasing the output document and its 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 a unique identifier for the cache entry that represents a
Resource object. |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceStreamFactory.closeResourceStream(int pageNumber,
Resource resource,
OutputStream resourceStream)
Releases the stream created by the
ResourceStreamFactory.createResourceStream(int, Resource) method
for the specified page number and HTML resource. |
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 the specified HTML resource based on the page number and resource type.
|
OutputStream |
CreateResourceStream.invoke(int pageNumber,
Resource resource)
Returns an
OutputStream that will be used to write output HTML resource data. |
String |
CreateResourceUrl.invoke(int pageNumber,
Resource resource)
Represents the method that creates a URL for an HTML resource.
|
void |
ReleaseResourceStream.invoke(int pageNumber,
Resource resource,
OutputStream resourceStream)
Releases the stream created by the method associated with the
CreateResourceStream interface. |
Copyright © 2025. All rights reserved.