@ProviderType
public interface ComponentHelperService
Provides a helper for shared logic in content fragment component implementations.
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
listAllParagraphs(java.lang.String content)
Extract the list of valid paragraphs detected in the provided HTML content.
|
java.util.List<java.lang.String> listAllParagraphs(java.lang.String content)
Extract the list of valid paragraphs detected in the provided HTML content. Usually returned by renderer.
content
- The rendered HTML containing paragraph elements (i.e p, h1, h2, h3, h4, h5, h6).Copyright © 2010 - 2020 Adobe. All Rights Reserved