Namespace URI: http://www.xchain.org/servlet/1.0
This namespace provides commands to access data related to the servlet request and response cycle.
Name | Description | Type | Default Value | Java Return Type |
---|---|---|---|---|
path | org.xchain.annotations.AttributeType.JXPATH_VALUE | N/A | String | |
servlet-context | org.xchain.annotations.AttributeType.JXPATH_VALUE | $servlet:context | ServletContext | |
response | org.xchain.annotations.AttributeType.JXPATH_VALUE | $servlet:response | ServletResponse | |
request | org.xchain.annotations.AttributeType.JXPATH_VALUE | $servlet:request | ServletRequest |
Name | Description | Type | Default Value | Java Return Type |
---|---|---|---|---|
name | org.xchain.annotations.AttributeType.JXPATH_VALUE | N/A | String | |
request | org.xchain.annotations.AttributeType.JXPATH_VALUE | N/A | HttpServletRequest | |
variable | org.xchain.annotations.AttributeType.JXPATH_VALUE | N/A | String |
Name | Description | Type | Default Value | Java Return Type |
---|---|---|---|---|
path | org.xchain.annotations.AttributeType.JXPATH_VALUE | N/A | String | |
response | org.xchain.annotations.AttributeType.JXPATH_VALUE | $servlet:response | HttpServletResponse |
Name | Description | Type | Default Value | Java Return Type |
---|---|---|---|---|
media-type | The media type for the response. | org.xchain.annotations.AttributeType.JXPATH_VALUE | N/A | String |
result | The location of the ServletResponse. | org.xchain.annotations.AttributeType.JXPATH_VALUE | $servlet:response | ServletResponse |
disable-caching | The flag to disable response caching. | org.xchain.annotations.AttributeType.JXPATH_VALUE | \false\ | Boolean |
request | org.xchain.annotations.AttributeType.JXPATH_VALUE | $servlet:request | ServletRequest |
<xchain:result xmlns:xchain="http://www.xchain.org/container/1.0"/>
Name | Description | Type | Default Value | Java Return Type |
---|---|---|---|---|
name | org.xchain.annotations.AttributeType.JXPATH_VALUE | N/A | String | |
value | org.xchain.annotations.AttributeType.JXPATH_VALUE | N/A | String | |
path | org.xchain.annotations.AttributeType.JXPATH_VALUE | N/A | String | |
domain | org.xchain.annotations.AttributeType.JXPATH_VALUE | N/A | String | |
maxAge | org.xchain.annotations.AttributeType.JXPATH_VALUE | N/A | int | |
response | org.xchain.annotations.AttributeType.JXPATH_VALUE | N/A | HttpServletResponse |