| 程序包 | 说明 |
|---|---|
| com.github.developframework.kite.spring.mvc | |
| com.github.developframework.kite.spring.mvc.annotation | |
| com.github.developframework.kite.spring.mvc.response |
| 限定符和类型 | 方法和说明 |
|---|---|
protected TemplateType |
KiteResponseReturnValueHandler.templateType(KiteResponse returnValue,
org.springframework.core.MethodParameter methodParameter) |
protected TemplateType |
AnnotationKiteReturnValueHandler.templateType(T returnValue,
org.springframework.core.MethodParameter methodParameter) |
protected abstract TemplateType |
AbstractKiteReturnValueHandler.templateType(T returnValue,
org.springframework.core.MethodParameter methodParameter)
取得 template type
|
| 限定符和类型 | 方法和说明 |
|---|---|
static TemplateType |
TemplateType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static TemplateType[] |
TemplateType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected TemplateType |
KiteResponse.templateType |
| 构造器和说明 |
|---|
KiteResponse(String namespace,
String templateId,
DataModel dataModel,
TemplateType templateType) |
Copyright © 2018. All rights reserved.