| Package | Description |
|---|---|
| io.wcm.handler.richtext |
RichText Handler API.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable TextMode |
RichTextRequest.getTextMode() |
static TextMode |
TextMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextMode[] |
TextMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
@NotNull RichTextBuilder |
RichTextBuilder.textMode(TextMode textMode)
Set in which text mode the raw text should be interpreded.
|
| Constructor and Description |
|---|
RichTextRequest(@Nullable org.apache.sling.api.resource.Resource resource,
@Nullable String text,
@Nullable io.wcm.handler.url.UrlMode urlMode,
@Nullable TextMode textMode,
@Nullable io.wcm.handler.media.MediaArgs mediaArgs) |
Copyright © 2014–2019 wcm.io. All rights reserved.