Modifier and Type | Method and Description |
---|---|
String |
UrlCreator.getFilename(Media media,
Language lang,
Resolution res)
Deprecated.
|
String |
UrlCreator.getUrl(Media media,
Language language,
Resolution resolution,
int mode)
Deprecated.
|
void |
GenerationContext.mediaReferenced(Media media,
Language language,
Resolution resolution)
Prints a referenced media to the generation target, if it was not yet printed.
|
Modifier and Type | Method and Description |
---|---|
Resolution |
MappingMedium.getResolution()
Provides the medium's resolution.
|
Modifier and Type | Method and Description |
---|---|
void |
MappingMedium.setResolution(Resolution resolution)
Define the resolution to be used for the medium
|
Modifier and Type | Method and Description |
---|---|
Resolution |
Project.createResolution(String name,
String description)
Create a new resolution
|
Resolution |
Project.getOriginalResolution()
Provides the resolution definition for requesting images in their original dimensions.
|
Resolution |
Project.getResolutionByName(String name)
Returns the resolution with the given name or
null if no resolution exists in this project with the specified name. |
Modifier and Type | Method and Description |
---|---|
List<Resolution> |
Project.getResolutions()
Get all
resolutions of this project. |
Modifier and Type | Method and Description |
---|---|
void |
Project.removeResolution(Resolution resolution)
Remove resolution
|
void |
Project.setResolutions(Resolution[] resolutions)
Set the Resolutions of this project
|
Modifier and Type | Method and Description |
---|---|
String |
URLProperties.getStoredUrl(Media node,
Language language,
Resolution resolution)
Get the stored URL for the specified parameter set.
|
void |
URLProperties.setStoredUrl(String url,
Media node,
Language language,
Resolution resolution)
Set the stored URL for the specified parameter set.
|
Modifier and Type | Method and Description |
---|---|
Resolution |
PictureResolution.getResolution()
Get the resolution as an object of the current picture resolution.
|
Modifier and Type | Method and Description |
---|---|
InputStream |
Picture.getInputStream(Resolution resolution)
Get the picture content of the current picture-media as an inputstream.
|
MediaMetaData |
Picture.getPictureMetaData(Resolution resolution)
Return media meta data for saved and generated picture resolutions.
|
PictureResolution |
Picture.getPictureResolution(Resolution resolution)
Get the picture-resolution of the current picture-media for given resolution as an object
|
String |
Media.getStoredUrl(Language language,
Resolution resolution)
Get the stored URL for this node and the provided combination of language and resolution.
|
void |
Picture.removePicture(Resolution resolution)
Remove the picture of the current picture-media for given resolution
|
void |
Picture.setPicture(Resolution resolution,
long length,
InputStream pictureStream,
String extension)
Uploads the picture data for the given resolution by reading from the given input stream.
|
Modifier and Type | Method and Description |
---|---|
Resolution |
ResolutionAgent.getOriginalResolution()
Get the resolution defining the original.
|
Resolution |
UrlAgent.MediaUrlEntry.getResolution()
Returns the
resolution for which this media url entry is specified for. |
Resolution |
ResolutionAgent.getResolutionByName(String resolutionName)
Get the resolution having the given symbolic name.
|
Modifier and Type | Method and Description |
---|---|
List<Resolution> |
ResolutionAgent.getResolutions()
Get an unmodifiable list of available resolutions.
|
Modifier and Type | Method and Description |
---|---|
String |
UIAgent.getDescription(Resolution resolution)
Provides the description for the given resolution according to the currently set UI language and display mode.
|
String |
UIAgent.getDisplayName(Resolution resolution)
Determines the display name for the given resolution according to the currently set UI language and display mode.
|
void |
RenderingAgent.MediaLinkListener.mediaLinked(Media media,
Language language,
Resolution resolution)
Callback
|
PreviewUrlAgent.MediaPreviewUrlBuilder |
PreviewUrlAgent.MediaPreviewUrlBuilder.resolution(Resolution resolution)
Selects an alternative resolution instead of the default
ORIGINAL_RESOLUTION_NAME for
rendering of type Media.PICTURE . |
Modifier and Type | Method and Description |
---|---|
void |
DataTemplating.ParameterSet.addMedium(String name,
Media media,
Resolution resolution)
Adds a medium as parameter.
|
Modifier and Type | Method and Description |
---|---|
String |
UrlCreator.getFilename(Media media,
Language language,
Resolution resolution)
The complete file name (relative to content root) where the produced content of the provided
medium will be stored. |
String |
FilenameFactory.getFilename(String url,
Media node,
Language language,
Resolution resolution)
Calculate filename for provided combination of node, language, and resolution.
|
String |
UrlFactory.getUrl(Media node,
Language language,
Resolution resolution)
Calculate path to provided combination of node, language, and resolution.
|
String |
UrlCreator.getUrl(Media media,
Language language,
Resolution resolution,
int mode)
Get the url for the specified medium (for the specified language and resolution).
|
Modifier and Type | Method and Description |
---|---|
void |
UploadHook.preProcess(BaseContext baseContext,
Media media,
Picture picture,
Resolution resolution,
InputStream inputStream,
long length)
Hook method will be called on media upload BEFORE the uploaded file will be transmitted to the FirstSpirit-Server-Repository.
|
Modifier and Type | Method and Description |
---|---|
Resolution |
SelectStoreElementOperation.Selection.getResolution()
The resolution chosen for a picture element, if applicable.
|
Modifier and Type | Method and Description |
---|---|
void |
SelectStoreElementOperation.setPreselection(String projectName,
IDProvider element,
Resolution resolution)
Sets a preselection.
|
Modifier and Type | Method and Description |
---|---|
void |
CropDialogOperation.setResolutions(List<Resolution> resolutions)
Configures the
Resolution s, which should be visible and modifiable. |
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210