- All Superinterfaces:
ContentDescriptor
A DocumentUriTemplate specifies how the server
should construct a name for a document.
-
Field Summary
-
Method Summary
Returns the directory that should prefix the
document uri.
Returns the extension that should suffix the
document uri.
void
Specifies the directory that should prefix the
document uri.
void
Specifies the extension that should suffix the
document uri.
Specifies the directory that should prefix the
document uri and returns the template object.
Specifies the format of the document and returns
the template object.
-
Method Details
-
getDirectory
Returns the directory that should prefix the
document uri.
- Returns:
- the directory.
-
setDirectory
void setDirectory(String directory)
Specifies the directory that should prefix the
document uri.
- Parameters:
directory - the directory.
-
withDirectory
Specifies the directory that should prefix the
document uri and returns the template object.
- Parameters:
directory - the directory.
- Returns:
- the template object.
-
getExtension
Returns the extension that should suffix the
document uri.
- Returns:
- the extension.
-
setExtension
void setExtension(String extension)
Specifies the extension that should suffix the
document uri. The extension should not start with the period
separator.
- Parameters:
extension - the extension.
-
withFormat
Specifies the format of the document and returns
the template object.
- Parameters:
format - the format.
- Returns:
- the template object.
Copyright (c) 2010-2025 Progress
Software Corporation and/or its subsidiaries or affiliates. All
Rights Reserved.