A C D E F G H I L M N O P Q R S T 

A

AbstractWebController - net.hasor.mvc.support中的类
Controller
昨夜西风凋碧树。
AbstractWebController() - 类 的构造器net.hasor.mvc.support.AbstractWebController
 
addHeader(String, String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
设置HttpServletResponseHeader属性
Any - net.hasor.mvc.api中的注释类型
Indicates that the annotated method responds to HTTP OPTIONS requests
ANY - 注释类型 中的静态变量net.hasor.mvc.api.HttpMethod
HTTP ANY method
apiBinder() - 类 中的方法net.hasor.mvc.support.LoadHellper
 
AttributeParam - net.hasor.mvc.api中的注释类型
Request中的属性值

C

Call - net.hasor.mvc中的接口
 
call(Object...) - 接口 中的方法net.hasor.mvc.Call
执行最终的调用并传入参数。
CallStrategy - net.hasor.mvc中的接口
 
ControllerModule - net.hasor.mvc.support中的类
创建MVC环境
ControllerModule() - 类 的构造器net.hasor.mvc.support.ControllerModule
 
CookieParam - net.hasor.mvc.api中的注释类型
Cookie的中的值
createMappingDefine(Class<? extends ModelController>) - 类 中的方法net.hasor.mvc.support.ControllerModule
创建 MappingInfoDefine

D

DELETE - 注释类型 中的静态变量net.hasor.mvc.api.HttpMethod
HTTP DELETE method

E

exeCall(Call) - 接口 中的方法net.hasor.mvc.CallStrategy
执行调用
exeCall(Call) - 类 中的方法net.hasor.mvc.support.caller.ExecuteCallStrategy
执行调用
exeCall(Call) - 类 中的方法net.hasor.mvc.support.caller.ResultCallStrategy
 
ExecuteCallStrategy - net.hasor.mvc.support.caller中的类
 
ExecuteCallStrategy() - 类 的构造器net.hasor.mvc.support.caller.ExecuteCallStrategy
 

F

Forword - net.hasor.mvc.plugins.result中的注释类型
服务端转发
ForwordResultProcess - net.hasor.mvc.plugins.result中的类
 
ForwordResultProcess() - 类 的构造器net.hasor.mvc.plugins.result.ForwordResultProcess
 

G

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
目标类

H

Head - net.hasor.mvc.api中的注释类型
Indicates that the annotated method responds to HTTP HEAD requests
HEAD - 注释类型 中的静态变量net.hasor.mvc.api.HttpMethod
HTTP HEAD method
HeaderParam - net.hasor.mvc.api中的注释类型
请求头的中的值
HttpMethod - net.hasor.mvc.api中的注释类型
Associates the name of a HTTP method with an annotation.

I

Include - net.hasor.mvc.plugins.result中的注释类型
包含
IncludeResultProcess - net.hasor.mvc.plugins.result中的类
 
IncludeResultProcess() - 类 的构造器net.hasor.mvc.plugins.result.IncludeResultProcess
 
initCall(Call) - 类 中的方法net.hasor.mvc.support.caller.ExecuteCallStrategy
初始化调用。
initController(HttpServletRequest, HttpServletResponse) - 类 中的方法net.hasor.mvc.support.AbstractWebController
 
Instance - 类 中的静态变量net.hasor.mvc.support.caller.ExecuteCallStrategy
 

L

loadController(LoadHellper) - 类 中的方法net.hasor.mvc.support.ControllerModule
 
LoadHellper - net.hasor.mvc.support中的类
创建MVC环境
LoadHellper() - 类 的构造器net.hasor.mvc.support.LoadHellper
 
loadModule(WebApiBinder) - 类 中的方法net.hasor.mvc.support.ControllerModule
 
loadResultProcess(Class<? extends Annotation>, Class<? extends ResultProcess>) - 类 中的方法net.hasor.mvc.support.LoadHellper
 
loadType(Class<? extends ModelController>) - 类 中的方法net.hasor.mvc.support.LoadHellper
 
logger - 类 中的变量net.hasor.mvc.plugins.result.ForwordResultProcess
 
logger - 类 中的变量net.hasor.mvc.plugins.result.IncludeResultProcess
 
logger - 类 中的变量net.hasor.mvc.plugins.result.RedirectResultProcess
 
logger - 类 中的变量net.hasor.mvc.support.caller.ExecuteCallStrategy
 
logger - 类 中的静态变量net.hasor.mvc.support.LoadHellper
 

M

MappingInfo - net.hasor.mvc中的接口
映射信息
MappingTo - net.hasor.mvc.api中的注释类型
控制器映射的地址。
ModelController - net.hasor.mvc中的接口
Controller
module() - 类 中的方法net.hasor.mvc.support.LoadHellper
 

N

net.hasor.mvc - 程序包 net.hasor.mvc
Hasor MVC 框架。
net.hasor.mvc.api - 程序包 net.hasor.mvc.api
MVC Web 框架,为 Web 下 Restful 风格 MVC 开发提供支持。
net.hasor.mvc.plugins.result - 程序包 net.hasor.mvc.plugins.result
提供 WebMVC 下 action 返回值的处理。
net.hasor.mvc.support - 程序包 net.hasor.mvc.support
Hasor Web MVC 框架。
net.hasor.mvc.support.caller - 程序包 net.hasor.mvc.support.caller
 

O

OPTIONS - 注释类型 中的静态变量net.hasor.mvc.api.HttpMethod
HTTP OPTIONS method
Options - net.hasor.mvc.api中的注释类型
Indicates that the annotated method responds to HTTP OPTIONS requests

P

Params - net.hasor.mvc.api中的注释类型
参数组
PathParam - net.hasor.mvc.api中的注释类型
路径中映射的值
POST - 注释类型 中的静态变量net.hasor.mvc.api.HttpMethod
HTTP POST method
Post - net.hasor.mvc.api中的注释类型
Indicates that the annotated method responds to HTTP POST requests
Produces - net.hasor.mvc.api中的注释类型
 
PUT - 注释类型 中的静态变量net.hasor.mvc.api.HttpMethod
HTTP PUT method
Put - net.hasor.mvc.api中的注释类型
Indicates that the annotated method responds to HTTP PUT requests
putAtt(String, Object) - 类 中的方法net.hasor.mvc.support.AbstractWebController
设置HttpServletRequest属性

Q

QueryParam - net.hasor.mvc.api中的注释类型
查询参数

R

Redirect - net.hasor.mvc.plugins.result中的注释类型
客户端重定向
RedirectResultProcess - net.hasor.mvc.plugins.result中的类
 
RedirectResultProcess() - 类 的构造器net.hasor.mvc.plugins.result.RedirectResultProcess
 
removeAttr(String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
Removes an attribute from this request
removeCookie(String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
Remove Cookie with path = "/".
removeCookie(String, String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
Remove Cookie.
removeCookie(String, String, String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
Remove Cookie.
removeSessionAttr(String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
Remove Object in session.
ReqParam - net.hasor.mvc.api中的注释类型
请求参数
resolveParam(Class<?>, Annotation, Call) - 类 中的方法net.hasor.mvc.support.caller.ExecuteCallStrategy
 
resolveParams(Call) - 类 中的方法net.hasor.mvc.support.caller.ExecuteCallStrategy
准备参数
ResultCallStrategy - net.hasor.mvc.support.caller中的类
代理CallStrategy已增加结果处理功能。
ResultCallStrategy(CallStrategy, List<ResultDefine>) - 类 的构造器net.hasor.mvc.support.caller.ResultCallStrategy
 
ResultDefine - net.hasor.mvc.support中的类
 
ResultDefine(Class<?>, BindInfo<ResultProcess>) - 类 的构造器net.hasor.mvc.support.ResultDefine
 
ResultProcess - net.hasor.mvc中的接口
 
returnCallBack(Object, Call) - 类 中的方法net.hasor.mvc.support.caller.ExecuteCallStrategy
处理结果
returnData(Object, Call) - 类 中的方法net.hasor.mvc.plugins.result.ForwordResultProcess
 
returnData(Object, Call) - 类 中的方法net.hasor.mvc.plugins.result.IncludeResultProcess
 
returnData(Object, Call) - 类 中的方法net.hasor.mvc.plugins.result.RedirectResultProcess
 
returnData(Object, Call) - 接口 中的方法net.hasor.mvc.ResultProcess
 
returnData(Object, Call) - 类 中的方法net.hasor.mvc.support.ResultDefine
 

S

setAppContext(AppContext) - 类 中的方法net.hasor.mvc.support.ResultDefine
 
setAttr(String, Object) - 类 中的方法net.hasor.mvc.support.AbstractWebController
Stores an attribute in this request
setAttrs(Map<String, Object>) - 类 中的方法net.hasor.mvc.support.AbstractWebController
Stores attributes in this request, key of the map as attribute name and value of the map as attribute value
setCookie(Cookie) - 类 中的方法net.hasor.mvc.support.AbstractWebController
Set Cookie to response.
setCookie(String, String, int, String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
Set Cookie to response.
setCookie(String, String, int, String, String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
Set Cookie to response.
setCookie(String, String, int) - 类 中的方法net.hasor.mvc.support.AbstractWebController
Set Cookie with path = "/".
setHeader(String, String) - 类 中的方法net.hasor.mvc.support.AbstractWebController
设置HttpServletResponseHeader属性
setSessionAttr(String, Object) - 类 中的方法net.hasor.mvc.support.AbstractWebController
Store Object to session.

T

toInt(String, Integer) - 类 中的方法net.hasor.mvc.support.AbstractWebController
 
toString() - 类 中的方法net.hasor.mvc.support.ResultDefine
 
A C D E F G H I L M N O P Q R S T 

Copyright © 2015. All rights reserved.