- Get - net.hasor.mvc.api中的注释类型
-
Indicates that the annotated method responds to HTTP GET requests
- GET - 注释类型 中的静态变量net.hasor.mvc.api.HttpMethod
-
HTTP GET method
- getAnnotations() - 接口 中的方法net.hasor.mvc.Call
-
方法注解。
- getAppContext() - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
- getAttr(String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
- getAttrForInt(String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
- getAttrForStr(String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
- getAttrNames() - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
Returns an Enumeration containing the names of the attributes available to this request.
- getCookie(String, String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
Get cookie value by cookie name.
- getCookie(String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
Get cookie value by cookie name.
- getCookieObject(String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
Get cookie object by cookie name.
- getCookieObjects() - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
- getCookieToInt(String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
Get cookie value by cookie name and convert to Integer.
- getCookieToInt(String, Integer) - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
Get cookie value by cookie name and convert to Integer.
- getCookieToLong(String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
Get cookie value by cookie name and convert to Long.
- getCookieToLong(String, Long) - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
Get cookie value by cookie name and convert to Long.
- getHttpRequest() - 接口 中的方法net.hasor.mvc.Call
-
请求
- getHttpResponse() - 接口 中的方法net.hasor.mvc.Call
-
响应
- getMappingInfo() - 接口 中的方法net.hasor.mvc.Call
-
映射信息
- getMappingTo() - 接口 中的方法net.hasor.mvc.MappingInfo
-
- getMappingToMatches() - 接口 中的方法net.hasor.mvc.MappingInfo
-
- getMethod() - 接口 中的方法net.hasor.mvc.Call
-
目标方法
- getMethodParamAnnos() - 接口 中的方法net.hasor.mvc.Call
-
方法参数注解。
- getModel(Class<?>) - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
- getModel(String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
- getPara(String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
Returns the value of a request parameter as a String, or null if the parameter does not exist.
- getPara(String, String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
Returns the value of a request parameter as a String, or default value if the parameter does not exist.
- getParaMap() - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
Returns the values of the request parameters as a Map.
- getParameterTypes() - 接口 中的方法net.hasor.mvc.Call
-
目标方法参数
- getParaNames() - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
Returns an Enumeration of String objects containing the names of the parameters
contained in this request.
- getParaToBoolean(String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
Returns the value of a request parameter and convert to Boolean.
- getParaToBoolean(String, Boolean) - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
Returns the value of a request parameter and convert to Boolean with a default value if it is null.
- getParaToInt(String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
Returns the value of a request parameter and convert to Integer.
- getParaToInt(String, Integer) - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
Returns the value of a request parameter and convert to Integer with a default value if it is null.
- getParaToLong(String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
Returns the value of a request parameter and convert to Long.
- getParaToLong(String, Long) - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
Returns the value of a request parameter and convert to Long with a default value if it is null.
- getParaValues(String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
Returns an array of String objects containing all of the values the given request
parameter has, or null if the parameter does not exist.
- getParaValuesToInt(String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
Returns an array of Integer objects containing all of the values the given request
parameter has, or null if the parameter does not exist.
- getRequest() - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
- getResponse() - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
- getResultType() - 类 中的方法net.hasor.mvc.support.ResultDefine
-
- getSession() - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
- getSession(boolean) - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
Return HttpSession.
- getSessionAttr(String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
-
Return a Object from session.
- getTarget() - 接口 中的方法net.hasor.mvc.Call
-
目标类