可选元素
| 修饰符和类型 |
可选元素 |
说明 |
boolean |
append |
If append=true, append new value to exist value instead of overriding it.
|
boolean |
attribute |
If attribute=false, ignore it when processing refresh()/getMetadata()/equals()/toString()
|
boolean |
escaped |
if escaped=true, escape it when append parameters to url
|
boolean |
excluded |
If excluded=true, ignore it when append parameters to url
|
String |
key |
Specify the parameter key when append parameters to url
|
boolean |
required |
If required=true, the value must not be empty when append to url
|