public class CachedPageResourceDescription extends CacheFileDescription
Class that describes cached document page resource.
Constructor and Description |
---|
CachedPageResourceDescription(CachedPageDescription сachedPageDescription,
String resourceName)
Initializes a new instance of the
CachedPageDescription class. |
Modifier and Type | Method and Description |
---|---|
CachedPageDescription |
getCachedPageDescription()
The cached document page descriptor.
|
String |
getResourceName()
The page resource name.
|
getCacheFileType, setCacheFileType
getBaseName, getDocType, getDocumentType, getDocumentTypeFormat, getExtension, getFileType, getGuid, getLastModificationDate, getLastModificationDateInternal, getName, getSize, isDirectory, setDirectory, setGuid, setLastModificationDate, setLastModificationDateInternal, setName, setSize
public CachedPageResourceDescription(CachedPageDescription сachedPageDescription, String resourceName)
Initializes a new instance of the CachedPageDescription
class.
сachedPageDescription
- The cached document page descriptorresourceName
- The page resource namepublic CachedPageDescription getCachedPageDescription()
The cached document page descriptor.
CachedPageDescription
object.Copyright © 2018. All rights reserved.