- AdaptiveMedia<T> - Interface in com.liferay.adaptive.media
-
Represents content (images, audio, video, and other types of content) along
with a set of attributes which characterize the content.
- AMAsyncProcessor<M,T> - Interface in com.liferay.adaptive.media.processor
-
Generates a specific type of media asynchronously.
- AMAsyncProcessorLocator - Interface in com.liferay.adaptive.media.processor
-
- AMAttribute<T,V> - Class in com.liferay.adaptive.media
-
Represents a characteristic of an
AdaptiveMedia
instance (e.g., its
width, size, etc.).
- AMAttribute(String, Function<String, V>, AMDistanceComparator<V>) - Constructor for class com.liferay.adaptive.media.AMAttribute
-
Creates a new attribute.
- AMAttributeConverterUtil - Class in com.liferay.adaptive.media.util
-
Provides a set of functions for converting data into AMAttribute
values.
- AMAttributeConverterUtil() - Constructor for class com.liferay.adaptive.media.util.AMAttributeConverterUtil
-
- AMAttributeFormatException() - Constructor for exception com.liferay.adaptive.media.exception.AMRuntimeException.AMAttributeFormatException
-
- AMAttributeFormatException(String) - Constructor for exception com.liferay.adaptive.media.exception.AMRuntimeException.AMAttributeFormatException
-
- AMAttributeFormatException(String, Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMRuntimeException.AMAttributeFormatException
-
- AMAttributeFormatException(Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMRuntimeException.AMAttributeFormatException
-
- AMDistanceComparator<T> - Interface in com.liferay.adaptive.media
-
Compares two values, returning a long value representing the distance between
them.
- AMException - Exception in com.liferay.adaptive.media.exception
-
- AMException.AMNotFound - Exception in com.liferay.adaptive.media.exception
-
This exception is raised when a requested media type or instance is not
found.
- AMFinder<B extends AMQueryBuilder<M,T>,M,T> - Interface in com.liferay.adaptive.media.finder
-
An
AMFinder
is responsible for locating and returning media related
to a model.
- AMImageConfigurationException - Exception in com.liferay.adaptive.media.exception
-
- AMImageConfigurationException.DuplicateAMImageConfigurationNameException - Exception in com.liferay.adaptive.media.exception
-
This exception is raised when a configuration with the same name already
exists.
- AMImageConfigurationException.DuplicateAMImageConfigurationUuidException - Exception in com.liferay.adaptive.media.exception
-
This exception is raised when a configuration with the same uuid already
exists.
- AMImageConfigurationException.InvalidHeightException - Exception in com.liferay.adaptive.media.exception
-
This exception is raised when the height value is not valid.
- AMImageConfigurationException.InvalidNameException - Exception in com.liferay.adaptive.media.exception
-
This exception is raised when the name of the configuration is not valid.
- AMImageConfigurationException.InvalidStateAMImageConfigurationException - Exception in com.liferay.adaptive.media.exception
-
- AMImageConfigurationException.InvalidUuidException - Exception in com.liferay.adaptive.media.exception
-
This exception is raised when the uuid of the configuration is not valid.
- AMImageConfigurationException.InvalidWidthException - Exception in com.liferay.adaptive.media.exception
-
This exception is raised when the height value is not valid.
- AMImageConfigurationException.NoSuchAMImageConfigurationException - Exception in com.liferay.adaptive.media.exception
-
This exception is raised when a configuration does not exist.
- AMImageConfigurationException.RequiredWidthOrHeightException - Exception in com.liferay.adaptive.media.exception
-
This exception is raised when the configuration does not contain either a
valid height value nor a valid width value.
- AMNotFound() - Constructor for exception com.liferay.adaptive.media.exception.AMException.AMNotFound
-
- AMNotFound(String) - Constructor for exception com.liferay.adaptive.media.exception.AMException.AMNotFound
-
- AMNotFound(String, Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMException.AMNotFound
-
- AMNotFound(Throwable) - Constructor for exception com.liferay.adaptive.media.exception.AMException.AMNotFound
-
- AMOptimizeImagesBackgroundTaskConstants - Class in com.liferay.adaptive.media.constants
-
- AMOptimizeImagesBackgroundTaskConstants() - Constructor for class com.liferay.adaptive.media.constants.AMOptimizeImagesBackgroundTaskConstants
-
- AMProcessor<M> - Interface in com.liferay.adaptive.media.processor
-
Generates a particular type of media.
- AMQuery<M,T> - Interface in com.liferay.adaptive.media.finder
-
A marker interface that
AMQueryBuilder
implementations must return to
indicate valid or final results.
- AMQueryBuilder<M,T> - Interface in com.liferay.adaptive.media.finder
-
A marker interface that implementations of
AMFinder
must extend to
provide a way to create
AMQuery
instances.
- AMRequestHandler<T> - Interface in com.liferay.adaptive.media.handler
-
Handles upcoming requests for a particular kind of media (i.e., media
generated by one type of processor).
- AMRuntimeException - Exception in com.liferay.adaptive.media.exception
-
- AMRuntimeException.AMAttributeFormatException - Exception in com.liferay.adaptive.media.exception
-
This exception is thrown when a value serialized as a
String
cannot be converted by an
AMAttribute
.
- AMRuntimeException.InvalidConfiguration - Exception in com.liferay.adaptive.media.exception
-
This exception is thrown when there is a processor configuration error.
- AMRuntimeException.IOException - Exception in com.liferay.adaptive.media.exception
-
This exception wraps IOException
instances.
- AMRuntimeException.UnsupportedEncodingException - Exception in com.liferay.adaptive.media.exception
-
This exception wraps UnsupportedEncodingException
instances.
- AMURIResolver - Interface in com.liferay.adaptive.media
-