public interface ComponentHelperService
Provides a helper for shared logic in content fragment component implementations.
| Modifier and Type | Method and Description |
|---|---|
List<String> |
listAllParagraphs(String content)
Extract the list of valid paragraphs detected in the provided HTML content.
|
List<String> listAllParagraphs(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