Interface ContentTransformer
- All Known Implementing Classes:
BaseRegexStringContentTransformer
public interface ContentTransformer
Transforms the original content to include Adaptive Media. This logic is
invoked before the content is rendered.
Implementations of this interface must specify the ContentTransformerContentType that they can manage and the implementation of
the transform function.
-
Method Summary
-
Method Details
-
transform
- Throws:
com.liferay.portal.kernel.exception.PortalException
-