Package org.javlo.component.image
Interface IImageTitle
-
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
IVideo
- All Known Implementing Classes:
ArrayFileComponent
,ChildrenLink
,DynamicComponent
,EmbedVideo
,FolderedMultimedia
,FreeImage
,FreeImageWithVisibleLabel
,FullWysiwygParagraph
,GenericFile
,GlobalImage
,GlobalImageSession
,Image
,ImageBackground
,ImageTitle
,ImageTitleBean
,InvisibleImage
,LanguageMirrorComponent
,MirrorComponent
,Multimedia
,OnlineVideo
,PageMirrorComponent
,PDFMultimedia
,ReactionComponent
,SimpleVideo
,SmartExternalLink
,StaticMapComponent
,Video
,VideoContentMultimedia
,WysiwygParagraph
public interface IImageTitle extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getImageDescription(ContentContext ctx)
String
getImageLinkURL(ContentContext ctx)
int
getPriority(ContentContext ctx)
return the priority of the picture inside the page (9=max)String
getResourceURL(ContentContext ctx)
boolean
isImageValid(ContentContext ctx)
boolean
isMobileOnly(ContentContext ctx)
-
-
-
Field Detail
-
NO_LINK
static final String NO_LINK
- See Also:
- Constant Field Values
-
-
Method Detail
-
getImageDescription
String getImageDescription(ContentContext ctx)
-
getResourceURL
String getResourceURL(ContentContext ctx)
-
getImageLinkURL
String getImageLinkURL(ContentContext ctx)
-
isImageValid
boolean isImageValid(ContentContext ctx)
-
getPriority
int getPriority(ContentContext ctx)
return the priority of the picture inside the page (9=max)- Returns:
-
isMobileOnly
boolean isMobileOnly(ContentContext ctx)
-
-