Package | Description |
---|---|
com.jfinal.core | |
com.jfinal.render |
Modifier and Type | Method and Description |
---|---|
void |
Controller.renderText(String text,
ContentType contentType)
Render with text and ContentType.
|
Modifier and Type | Method and Description |
---|---|
static ContentType |
ContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentType[] |
ContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Render |
IRenderFactory.getTextRender(String text,
ContentType contentType) |
Render |
RenderFactory.getTextRender(String text,
ContentType contentType) |
Constructor and Description |
---|
TextRender(String text,
ContentType contentType) |
Copyright © 2018. All rights reserved.