| Modifier and Type | Method | Description |
|---|---|---|
TransformType |
TransformResponse.getTransformType() |
Gets the transform type.
|
| Modifier and Type | Method | Description |
|---|---|---|
TransformType |
type() |
| Modifier and Type | Method | Description |
|---|---|---|
TransformType |
TransformRule.getTransformType() |
Gets the transform type.
|
| Modifier and Type | Method | Description |
|---|---|---|
static TransformRule |
TransformRule.newInstance(TransformType transformType,
java.lang.String contentType,
java.lang.String encoding,
java.lang.Boolean defaultResponse,
java.lang.Boolean pretty) |
|
void |
TransformRule.setTransformType(TransformType transformType) |
Sets the transform type.
|
| Modifier and Type | Method | Description |
|---|---|---|
static TransformType |
TransformType.resolve(ContentType contentType) |
Returns a
TransformType with a value corresponding
to the specified ContentType. |
static TransformType |
TransformType.resolve(java.lang.String alias) |
Returns a
TransformType with a value represented
by the specified String. |
static TransformType |
TransformType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TransformType[] |
TransformType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2008–2018 The Aspectran Project. All rights reserved.