| Package | Description |
|---|---|
| io.wcm.handler.richtext |
RichText Handler API.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
RichTextBuilder |
RichTextBuilder.textMode(TextMode textMode)
Set in which text mode the raw text should be interpreded.
|
| Constructor and Description |
|---|
RichTextRequest(org.apache.sling.api.resource.Resource resource,
String text,
io.wcm.handler.url.UrlMode urlMode,
TextMode textMode,
io.wcm.handler.media.MediaArgs mediaArgs) |
Copyright © 2014 wcm.io. All rights reserved.