Interface MediaValue
-
- All Superinterfaces:
GenericValue
@ConsumerType public interface MediaValue extends GenericValue
Represents a media object. In most cases this is an image, but it could also be other media types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable java.lang.String
getAssetPath()
@Nullable java.lang.String
getMarkup()
@Nullable java.lang.String
getUrl()
-
Methods inherited from interface io.wcm.siteapi.genericedit.component.value.GenericValue
isValid
-
-