public class ActionParam
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
java.lang.String |
defaultValue
默认值
|
boolean |
isRequiredBody
必须输入 Body
|
boolean |
isRequiredCookie
必须输入 Cookie
|
boolean |
isRequiredHeader
必须输入 Header
|
boolean |
isRequiredInput
必须输入
|
boolean |
isRequiredPath
必须输入 Path
|
java.lang.String |
name
名字
|
构造器和说明 |
---|
ActionParam() |
public java.lang.String name
public java.lang.String defaultValue
public boolean isRequiredInput
public boolean isRequiredBody
public boolean isRequiredHeader
public boolean isRequiredCookie
public boolean isRequiredPath