| Package | Description |
|---|---|
| com.aspectran.core.activity |
A package for handling an activity that perform requests, business logic, and responses.
|
| com.aspectran.core.activity.response.transform | |
| com.aspectran.core.context.rule | |
| com.aspectran.core.context.rule.ability | |
| com.aspectran.core.context.rule.converter |
| Modifier and Type | Method | Description |
|---|---|---|
void |
CoreTranslet.transform(TransformRule transformRule) |
|
void |
Translet.transform(TransformRule transformRule) |
Transformation according to a given rule, and transmits this response.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected TransformRule |
TransformResponse.transformRule |
| Modifier and Type | Method | Description |
|---|---|---|
TransformRule |
TransformResponse.getTransformRule() |
Gets the transform rule.
|
TransformRule |
TransformResponseException.getTransformRule() |
Gets the transform rule.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Response |
TransformResponseFactory.createTransformResponse(TransformRule transformRule) |
Creates a new Transform object with specified TransformRule.
|
| Constructor | Description |
|---|---|
AponTransformResponse(TransformRule transformRule) |
Instantiates a new AponTransformResponse.
|
JsonTransformResponse(TransformRule transformRule) |
Instantiates a new JsonTransformResponse.
|
TextTransformResponse(TransformRule transformRule) |
Instantiates a new TextTransform.
|
TransformResponse(TransformRule transformRule) |
Instantiates a new TransformResponse.
|
TransformResponseException(TransformRule transformRule,
java.lang.String msg) |
Instantiates a new TransformResponseException.
|
TransformResponseException(TransformRule transformRule,
java.lang.String msg,
java.lang.Throwable cause) |
Instantiates a new TransformResponseException.
|
TransformResponseException(TransformRule transformRule,
java.lang.Throwable cause) |
Instantiates a new TransformResponseException.
|
XmlTransformResponse(TransformRule transformRule) |
Instantiates a new XmlTransform.
|
XslTransformResponse(TransformRule transformRule) |
Instantiates a new XslTransform.
|
| 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) |
|
static TransformRule |
TransformRule.newInstance(java.lang.String type,
java.lang.String contentType,
java.lang.String encoding,
java.lang.Boolean defaultResponse,
java.lang.Boolean pretty) |
|
TransformRule |
TransformRule.replicate() |
|
static TransformRule |
TransformRule.replicate(TransformRule transformRule) |
| Modifier and Type | Method | Description |
|---|---|---|
Response |
ExceptionThrownRule.applyResponseRule(TransformRule transformRule) |
|
Response |
ResponseRule.applyResponseRule(TransformRule transformRule) |
|
Response |
TransletRule.applyResponseRule(TransformRule transformRule) |
|
static ResponseRule |
ResponseRule.newInstance(TransformRule tr) |
|
static TransformRule |
TransformRule.replicate(TransformRule transformRule) |
|
static void |
TransformRule.updateTemplateId(TransformRule transformRule,
java.lang.String templateId) |
| Modifier and Type | Method | Description |
|---|---|---|
Response |
ResponseRuleApplicable.applyResponseRule(TransformRule transformRule) |
Apply the transform response rule to the response rule.
|
| Modifier and Type | Method | Description |
|---|---|---|
static TransformParameters |
RuleToParamsConverter.toTransformParameters(TransformRule transformRule) |
Copyright © 2008–2018 The Aspectran Project. All rights reserved.