Package de.espirit.firstspirit.agency
Interface UrlAgent.MediaUrlEntry
- All Superinterfaces:
UrlAgent.UrlEntry
- Enclosing interface:
- UrlAgent
Each instance of this interface represents an
UrlAgent.UrlEntry
for a Media
.- Since:
- 5.2.180603
- See Also:
-
Method Summary
Modifier and TypeMethodDescription@Nullable Resolution
Returns theresolution
for which this media url entry is specified for.boolean
Returns whether this media url entry is language independent or not.boolean
Returns whether this media url entry represents a medium that contains a picture or a file.
Note:
This method will always returnfalse
if the corresponding element has been deleted.Methods inherited from interface de.espirit.firstspirit.agency.UrlAgent.UrlEntry
getElementInfo, getLanguage, getPath, isElementDeleted
-
Method Details
-
getResolution
Returns theresolution
for which this media url entry is specified for. This method may returnnull
, if the corresponding resolution has been deleted.- Returns:
- the
resolution
for which this media url entry is specified for. May returnnull
, if the corresponding resolution has been deleted. - Since:
- 5.2.180603
- See Also:
-
isLanguageIndependent
boolean isLanguageIndependent()Returns whether this media url entry is language independent or not.- Returns:
true
if this media url entry is language independent, otherwisefalse
- Since:
- 5.2.180603
-
isPicture
boolean isPicture()Returns whether this media url entry represents a medium that contains a picture or a file.
Note:
This method will always returnfalse
if the corresponding element has been deleted.- Returns:
true
if this media url entry represents a medium that contains a picture. Returnsfalse
if the corresponding element has been deleted or this media url entry represents a medium that contains a file.- Since:
- 5.2.180603
-