A B C D F G H I J L M N O P Q R S T W Z

A

AbstractController - net.hasor.web.controller 中的 类
 
AbstractController() - 类 net.hasor.web.controller.AbstractController 的构造方法
 
addHeader(String, String) - 类 net.hasor.web.controller.AbstractController 中的方法
设置HttpServletResponseHeader属性
afterResponse(AppContext, HttpServletRequest, HttpServletResponse) - 类 net.hasor.web.servlet.startup.RuntimeFilter 中的方法
在filter请求处理之后,该方法负责通知HttpRequestProvider、HttpResponseProvider、HttpSessionProvider重置对象。
AnnoWebAppContext - net.hasor.web.servlet.context 中的 类
 
AnnoWebAppContext() - 类 net.hasor.web.servlet.context.AnnoWebAppContext 的构造方法
 
AnnoWebAppContext(ServletContext) - 类 net.hasor.web.servlet.context.AnnoWebAppContext 的构造方法
 
AnnoWebAppContext(String) - 类 net.hasor.web.servlet.context.AnnoWebAppContext 的构造方法
 
AnnoWebAppContext(File) - 类 net.hasor.web.servlet.context.AnnoWebAppContext 的构造方法
 
AnnoWebAppContext(URI) - 类 net.hasor.web.servlet.context.AnnoWebAppContext 的构造方法
 
AnnoWebAppContext(String, ServletContext) - 类 net.hasor.web.servlet.context.AnnoWebAppContext 的构造方法
 
AnnoWebAppContext(File, ServletContext) - 类 net.hasor.web.servlet.context.AnnoWebAppContext 的构造方法
 
AnnoWebAppContext(URI, ServletContext) - 类 net.hasor.web.servlet.context.AnnoWebAppContext 的构造方法
 
Any - net.hasor.web.restful 中的 注释类型
Indicates that the annotated method responds to HTTP OPTIONS requests
AppContextName - 类 net.hasor.web.servlet.startup.RuntimeListener 中的静态变量
 
AttributeParam - net.hasor.web.restful 中的 注释类型
Cookie的中的值

B

beforeRequest(AppContext, HttpServletRequest, HttpServletResponse) - 类 net.hasor.web.servlet.startup.RuntimeFilter 中的方法
在filter请求处理之前,该方法负责通知HttpRequestProvider、HttpResponseProvider、HttpSessionProvider更新对象。
bind(Class<? extends ServletContextListener>) - 接口 net.hasor.web.servlet.WebApiBinder.ServletContextListenerBindingBuilder 中的方法
 
bind(Key<? extends ServletContextListener>) - 接口 net.hasor.web.servlet.WebApiBinder.ServletContextListenerBindingBuilder 中的方法
 
bind(ServletContextListener) - 接口 net.hasor.web.servlet.WebApiBinder.ServletContextListenerBindingBuilder 中的方法
 
bind(Class<? extends HttpSessionListener>) - 接口 net.hasor.web.servlet.WebApiBinder.SessionListenerBindingBuilder 中的方法
 
bind(Key<? extends HttpSessionListener>) - 接口 net.hasor.web.servlet.WebApiBinder.SessionListenerBindingBuilder 中的方法
 
bind(HttpSessionListener) - 接口 net.hasor.web.servlet.WebApiBinder.SessionListenerBindingBuilder 中的方法
 
bindLoaderCreator(String, Class<ResourceLoaderCreator>) - 接口 net.hasor.web.resource.ResourceBinder 中的方法
 

C

ClassPathResourceLoaderCreator - net.hasor.web.resource.loader 中的 类
用于创建一个可以从classpath中获取资源的ResourceLoader。
ClassPathResourceLoaderCreator() - 类 net.hasor.web.resource.loader.ClassPathResourceLoaderCreator 的构造方法
 
configure(Binder) - 类 net.hasor.web.servlet.binder.support.WebApiBinderModule 中的方法
 
contextDestroyed(ServletContextEvent) - 类 net.hasor.web.servlet.binder.support.ManagedSessionListenerPipeline 中的方法
 
contextDestroyed(ServletContextEvent) - 类 net.hasor.web.servlet.startup.RuntimeListener 中的方法
 
contextInitialized(ServletContextEvent) - 类 net.hasor.web.servlet.binder.support.ManagedSessionListenerPipeline 中的方法
 
contextInitialized(ServletContextEvent) - 类 net.hasor.web.servlet.startup.RuntimeListener 中的方法
 
contextListener() - 类 net.hasor.web.servlet.binder.support.WebApiBinderModule 中的方法
 
contextListener() - 接口 net.hasor.web.servlet.WebApiBinder 中的方法
注册一个ServletContextListener监听器。
Controller - net.hasor.web.controller 中的 注释类型
表示一个控制器类,Controller类可以不必实现任何接口或继承任何类。
ControllerException - net.hasor.web.controller 中的 异常
 
ControllerException(String) - 异常 net.hasor.web.controller.ControllerException 的构造方法
 
ControllerIgnore - net.hasor.web.controller 中的 注释类型
忽略这个方法,被忽略的方法不会出现在 action 集合中。
ControllerInterceptor - net.hasor.web.controller.interceptor 中的 类
 
ControllerInterceptor() - 类 net.hasor.web.controller.interceptor.ControllerInterceptor 的构造方法
 
ControllerInvocation - net.hasor.web.controller.interceptor 中的 类
 
ControllerInvocation(AbstractController, MethodInvocation) - 类 net.hasor.web.controller.interceptor.ControllerInvocation 的构造方法
 
ControllerInvoke - net.hasor.web.controller 中的 类
线程安全
ControllerInvoke(Method, AppContext) - 类 net.hasor.web.controller.ControllerInvoke 的构造方法
 
CookieParam - net.hasor.web.restful 中的 注释类型
Cookie的中的值
createAppContext(ServletContext) - 类 net.hasor.web.servlet.startup.RuntimeListener 中的方法
 
createEnvironment() - 类 net.hasor.web.servlet.context.AnnoWebAppContext 中的方法
 
createInjector(Module[]) - 类 net.hasor.web.servlet.context.AnnoWebAppContext 中的方法
 
createIvnoke() - 类 net.hasor.web.restful.support.RestfulInvokeDefine 中的方法
 
currentRestfulInvoke() - 类 net.hasor.web.restful.support.RestfulInvoke 中的静态方法
 

D

DELETE - 注释类型 net.hasor.web.restful.HttpMethod 中的静态变量
HTTP DELETE method
destroy() - 类 net.hasor.web.servlet.startup.RuntimeFilter 中的方法
销毁
destroyPipeline(AppContext) - 接口 net.hasor.web.servlet.binder.FilterPipeline 中的方法
销毁管道
destroyPipeline(AppContext) - 类 net.hasor.web.servlet.binder.support.ManagedFilterPipeline 中的方法
 
destroyPipeline(AppContext) - 类 net.hasor.web.servlet.binder.support.ManagedServletPipeline 中的方法
 
dispatch(HttpServletRequest, HttpServletResponse, FilterChain) - 接口 net.hasor.web.servlet.binder.FilterPipeline 中的方法
执行请求操作
dispatch(HttpServletRequest, HttpServletResponse, FilterChain) - 类 net.hasor.web.servlet.binder.support.ManagedFilterPipeline 中的方法
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 net.hasor.web.servlet.startup.RuntimeFilter 中的方法
处理request,响应response

F

filter(String, String...) - 类 net.hasor.web.servlet.binder.support.WebApiBinderModule 中的方法
 
filter(String, String...) - 接口 net.hasor.web.servlet.WebApiBinder 中的方法
使用传统表达式,创建一个WebApiBinder.FilterBindingBuilder
FilterPipeline - net.hasor.web.servlet.binder 中的 接口
An internal dispatcher for guice-servlet registered servlets and filters.
filterRegex(String, String...) - 类 net.hasor.web.servlet.binder.support.WebApiBinderModule 中的方法
 
filterRegex(String, String...) - 接口 net.hasor.web.servlet.WebApiBinder 中的方法
使用正则表达式,创建一个WebApiBinder.FilterBindingBuilder
Forword - net.hasor.gift.result.ext 中的 注释类型
服务端转发
ForwordResultProcess - net.hasor.gift.result.ext 中的 类
 
ForwordResultProcess() - 类 net.hasor.gift.result.ext.ForwordResultProcess 的构造方法
 

G

Get - net.hasor.web.restful 中的 注释类型
Indicates that the annotated method responds to HTTP GET requests
GET - 注释类型 net.hasor.web.restful.HttpMethod 中的静态变量
HTTP GET method
getAppContext() - 类 net.hasor.gift.result.ResultGift 中的方法
 
getAppContext() - 类 net.hasor.web.controller.AbstractController 中的方法
Return AppContext.
getAppContext() - 类 net.hasor.web.controller.interceptor.ControllerInvocation 中的方法
获取AppContext对象
getAppContext() - 类 net.hasor.web.restful.interceptor.RestfulInvocation 中的方法
获取AppContext对象
getAppContext() - 类 net.hasor.web.restful.support.RestfulInvokeDefine 中的方法
获取AppContext
getAppContext() - 类 net.hasor.web.servlet.startup.RuntimeFilter 中的方法
获取AppContext接口。
getAttr(String) - 类 net.hasor.web.controller.AbstractController 中的方法
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttrForInt(String) - 类 net.hasor.web.controller.AbstractController 中的方法
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttrForStr(String) - 类 net.hasor.web.controller.AbstractController 中的方法
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttrNames() - 类 net.hasor.web.controller.AbstractController 中的方法
Returns an Enumeration containing the names of the attributes available to this request.
getController() - 类 net.hasor.web.controller.interceptor.ControllerInvocation 中的方法
获取ActionInvoke
getControllerMethod() - 类 net.hasor.web.controller.interceptor.ControllerInvocation 中的方法
获取ActionInvoke
getControllerMethod() - 类 net.hasor.web.restful.interceptor.RestfulInvocation 中的方法
获取ActionInvoke
getCookie(String, String) - 类 net.hasor.web.controller.AbstractController 中的方法
Get cookie value by cookie name.
getCookie(String) - 类 net.hasor.web.controller.AbstractController 中的方法
Get cookie value by cookie name.
getCookieObject(String) - 类 net.hasor.web.controller.AbstractController 中的方法
Get cookie object by cookie name.
getCookieObjects() - 类 net.hasor.web.controller.AbstractController 中的方法
Get all cookie objects.
getCookieToInt(String) - 类 net.hasor.web.controller.AbstractController 中的方法
Get cookie value by cookie name and convert to Integer.
getCookieToInt(String, Integer) - 类 net.hasor.web.controller.AbstractController 中的方法
Get cookie value by cookie name and convert to Integer.
getCookieToLong(String) - 类 net.hasor.web.controller.AbstractController 中的方法
Get cookie value by cookie name and convert to Long.
getCookieToLong(String, Long) - 类 net.hasor.web.controller.AbstractController 中的方法
Get cookie value by cookie name and convert to Long.
getDefine() - 类 net.hasor.web.restful.support.RestfulInvoke 中的方法
 
getLocalAppContext() - 类 net.hasor.web.servlet.startup.RuntimeFilter 中的静态方法
获取AppContext
getLocalRequest() - 类 net.hasor.web.servlet.startup.RuntimeFilter 中的静态方法
获取HttpServletRequest
getLocalResponse() - 类 net.hasor.web.servlet.startup.RuntimeFilter 中的静态方法
获取HttpServletResponse
getLocalServletContext() - 类 net.hasor.web.servlet.startup.RuntimeFilter 中的静态方法
获取ServletContext
getModel(Class<?>) - 类 net.hasor.web.controller.AbstractController 中的方法
Get model from AppContext.
getModel(String) - 类 net.hasor.web.controller.AbstractController 中的方法
Get model from AppContext.
getPara(String) - 类 net.hasor.web.controller.AbstractController 中的方法
Returns the value of a request parameter as a String, or null if the parameter does not exist.
getPara(String, String) - 类 net.hasor.web.controller.AbstractController 中的方法
Returns the value of a request parameter as a String, or default value if the parameter does not exist.
getParaMap() - 类 net.hasor.web.controller.AbstractController 中的方法
Returns the values of the request parameters as a Map.
getParaNames() - 类 net.hasor.web.controller.AbstractController 中的方法
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
getParaToBoolean(String) - 类 net.hasor.web.controller.AbstractController 中的方法
Returns the value of a request parameter and convert to Boolean.
getParaToBoolean(String, Boolean) - 类 net.hasor.web.controller.AbstractController 中的方法
Returns the value of a request parameter and convert to Boolean with a default value if it is null.
getParaToInt(String) - 类 net.hasor.web.controller.AbstractController 中的方法
Returns the value of a request parameter and convert to Integer.
getParaToInt(String, Integer) - 类 net.hasor.web.controller.AbstractController 中的方法
Returns the value of a request parameter and convert to Integer with a default value if it is null.
getParaToLong(String) - 类 net.hasor.web.controller.AbstractController 中的方法
Returns the value of a request parameter and convert to Long.
getParaToLong(String, Long) - 类 net.hasor.web.controller.AbstractController 中的方法
Returns the value of a request parameter and convert to Long with a default value if it is null.
getParaValues(String) - 类 net.hasor.web.controller.AbstractController 中的方法
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.web.controller.AbstractController 中的方法
Returns an array of Integer objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getProduces() - 类 net.hasor.web.restful.support.RestfulInvokeDefine 中的方法
产品,用来定义响应类型
getRequest() - 类 net.hasor.web.controller.AbstractController 中的方法
Return HttpServletRequest.
getRequest() - 类 net.hasor.web.controller.interceptor.ControllerInvocation 中的方法
获取HttpServletRequest对象
getRequest() - 类 net.hasor.web.restful.interceptor.RestfulInvocation 中的方法
获取HttpServletRequest对象
getRequest() - 类 net.hasor.web.restful.support.RestfulInvoke 中的方法
获取request
getResourceAsStream(String) - 接口 net.hasor.web.resource.ResourceLoader 中的方法
 
getResponse() - 类 net.hasor.web.controller.AbstractController 中的方法
Return HttpServletResponse.
getResponse() - 类 net.hasor.web.controller.interceptor.ControllerInvocation 中的方法
获取HttpServletResponse对象
getResponse() - 类 net.hasor.web.restful.interceptor.RestfulInvocation 中的方法
获取HttpServletResponse对象
getResponse() - 类 net.hasor.web.restful.support.RestfulInvoke 中的方法
获取response
getRestfulMapping() - 类 net.hasor.web.restful.support.RestfulInvokeDefine 中的方法
获取映射字符串
getRestfulMappingMatches() - 类 net.hasor.web.restful.support.RestfulInvokeDefine 中的方法
获取映射字符串用于匹配的表达式字符串
getService() - 类 net.hasor.web.restful.interceptor.RestfulInvocation 中的方法
获取ActionInvoke
getServletContext() - 类 net.hasor.web.servlet.context.AnnoWebAppContext 中的方法
获取ServletContext
getSession() - 类 net.hasor.web.controller.AbstractController 中的方法
Return HttpSession.
getSession(boolean) - 类 net.hasor.web.controller.AbstractController 中的方法
Return HttpSession.
getSessionAttr(String) - 类 net.hasor.web.controller.AbstractController 中的方法
Return a Object from session.
getTargetClass() - 类 net.hasor.web.restful.support.RestfulInvokeDefine 中的方法
获取目标类
getTargetMethod() - 类 net.hasor.web.restful.support.RestfulInvokeDefine 中的方法
获取目标方法
getTargetObject() - 类 net.hasor.web.controller.ControllerInvoke 中的方法
 
getTargetObject() - 类 net.hasor.web.restful.support.RestfulInvoke 中的方法
获取调用的目标对象

H

hasServletsMapped() - 类 net.hasor.web.servlet.binder.support.ManagedServletPipeline 中的方法
 
Head - net.hasor.web.restful 中的 注释类型
Indicates that the annotated method responds to HTTP HEAD requests
HEAD - 注释类型 net.hasor.web.restful.HttpMethod 中的静态变量
HTTP HEAD method
HeaderParam - net.hasor.web.restful 中的 注释类型
请求头的中的值
HttpMethod - net.hasor.web.restful 中的 注释类型
Associates the name of a HTTP method with an annotation.

I

Include - net.hasor.gift.result.ext 中的 注释类型
包含
IncludeResultProcess - net.hasor.gift.result.ext 中的 类
 
IncludeResultProcess() - 类 net.hasor.gift.result.ext.IncludeResultProcess 的构造方法
 
init(WebApiBinder) - 类 net.hasor.web.controller.support.WebControllerModule 中的方法
 
init(ServletConfig) - 类 net.hasor.web.resource.support.ResourceHttpServlet 中的方法
 
init(WebApiBinder) - 类 net.hasor.web.resource.support.WebResourceModule 中的方法
 
init(WebApiBinder) - 类 net.hasor.web.restful.support.RestfulServicesModule 中的方法
 
init(AppContext) - 接口 net.hasor.web.servlet.binder.SessionListenerPipeline 中的方法
初始化Servlet异常钩子。
init(AppContext) - 类 net.hasor.web.servlet.binder.support.ManagedSessionListenerPipeline 中的方法
 
init(FilterConfig) - 类 net.hasor.web.servlet.startup.RuntimeFilter 中的方法
初始化过滤器,初始化会同时初始化FilterPipeline
init(ApiBinder) - 类 net.hasor.web.servlet.WebModule 中的方法
 
init(WebApiBinder) - 类 net.hasor.web.servlet.WebModule 中的方法
初始化过程。
initCacheDir(File) - 类 net.hasor.web.resource.support.ResourceHttpServlet 中的静态方法
 
initController(HttpServletRequest, HttpServletResponse) - 类 net.hasor.web.controller.AbstractController 中的方法
 
initHttp(HttpServletRequest, HttpServletResponse) - 类 net.hasor.web.restful.support.RestfulInvoke 中的方法
初始化HttpServletRequestHttpServletResponse
initPipeline(AppContext) - 接口 net.hasor.web.servlet.binder.FilterPipeline 中的方法
初始化管道
initPipeline(AppContext) - 类 net.hasor.web.servlet.binder.support.ManagedFilterPipeline 中的方法
 
initPipeline(AppContext) - 类 net.hasor.web.servlet.binder.support.ManagedServletPipeline 中的方法
 
invoke(HttpServletRequest, HttpServletResponse) - 类 net.hasor.web.controller.ControllerInvoke 中的方法
 
invoke(MethodInvocation) - 类 net.hasor.web.controller.interceptor.ControllerInterceptor 中的方法
 
invoke(ControllerInvocation) - 类 net.hasor.web.controller.interceptor.ControllerInterceptor 中的方法
 
invoke(MethodInvocation) - 类 net.hasor.web.restful.interceptor.RestfulInterceptor 中的方法
 
invoke(RestfulInvocation) - 类 net.hasor.web.restful.interceptor.RestfulInterceptor 中的方法
 
invoke() - 类 net.hasor.web.restful.support.RestfulInvoke 中的方法
执行调用(在拦截器中调用该方法会引发死循环)
invoke(HttpServletRequest, HttpServletResponse) - 类 net.hasor.web.restful.support.RestfulInvoke 中的方法
执行调用(在拦截器中调用该方法会引发死循环)

J

Json - net.hasor.gift.result.ext 中的 注释类型
将返回值转为json格式输出。
JsonResultProcess - net.hasor.gift.result.ext 中的 类
 
JsonResultProcess() - 类 net.hasor.gift.result.ext.JsonResultProcess 的构造方法
 

L

loadFilter(WebApiBinder) - 类 net.hasor.gift.servlet3.Servlet3Gift 中的方法
装载Filter
loadGift(ApiBinder) - 类 net.hasor.gift.result.ResultGift 中的方法
 
loadGift(ApiBinder) - 类 net.hasor.gift.servlet3.Servlet3Gift 中的方法
 
loadServlet(WebApiBinder) - 类 net.hasor.gift.servlet3.Servlet3Gift 中的方法
装载Servlet

M

ManagedFilterPipeline - net.hasor.web.servlet.binder.support 中的 类
 
ManagedFilterPipeline(ManagedServletPipeline) - 类 net.hasor.web.servlet.binder.support.ManagedFilterPipeline 的构造方法
 
ManagedServletPipeline - net.hasor.web.servlet.binder.support 中的 类
 
ManagedServletPipeline() - 类 net.hasor.web.servlet.binder.support.ManagedServletPipeline 的构造方法
 
ManagedSessionListenerPipeline - net.hasor.web.servlet.binder.support 中的 类
 
ManagedSessionListenerPipeline() - 类 net.hasor.web.servlet.binder.support.ManagedSessionListenerPipeline 的构造方法
 
matchingMethod(String) - 类 net.hasor.web.restful.support.RestfulInvokeDefine 中的方法
判断Restful实例是否支持这个 请求方法。

N

net.hasor.gift.result - 软件包 net.hasor.gift.result
 
net.hasor.gift.result.ext - 软件包 net.hasor.gift.result.ext
 
net.hasor.gift.servlet3 - 软件包 net.hasor.gift.servlet3
 
net.hasor.web.controller - 软件包 net.hasor.web.controller
 
net.hasor.web.controller.interceptor - 软件包 net.hasor.web.controller.interceptor
 
net.hasor.web.controller.support - 软件包 net.hasor.web.controller.support
 
net.hasor.web.resource - 软件包 net.hasor.web.resource
 
net.hasor.web.resource.loader - 软件包 net.hasor.web.resource.loader
 
net.hasor.web.resource.support - 软件包 net.hasor.web.resource.support
 
net.hasor.web.restful - 软件包 net.hasor.web.restful
 
net.hasor.web.restful.interceptor - 软件包 net.hasor.web.restful.interceptor
 
net.hasor.web.restful.support - 软件包 net.hasor.web.restful.support
 
net.hasor.web.servlet - 软件包 net.hasor.web.servlet
 
net.hasor.web.servlet.binder - 软件包 net.hasor.web.servlet.binder
 
net.hasor.web.servlet.binder.support - 软件包 net.hasor.web.servlet.binder.support
 
net.hasor.web.servlet.context - 软件包 net.hasor.web.servlet.context
 
net.hasor.web.servlet.startup - 软件包 net.hasor.web.servlet.startup
 
newApiBinder(AbstractModulePropxy, Binder) - 类 net.hasor.web.servlet.context.AnnoWebAppContext 中的方法
 
newInstance(AppContext, XmlNode) - 类 net.hasor.web.resource.loader.ClassPathResourceLoaderCreator 中的方法
 
newInstance(AppContext, XmlNode) - 类 net.hasor.web.resource.loader.PathResourceLoaderCreator 中的方法
 
newInstance(AppContext, XmlNode) - 类 net.hasor.web.resource.loader.ZipResourceLoaderCreator 中的方法
 
newInstance(AppContext, XmlNode) - 接口 net.hasor.web.resource.ResourceLoaderCreator 中的方法
 

O

onEvent(String, Object[]) - 类 net.hasor.gift.result.ResultGift 中的方法
 
OPTIONS - 注释类型 net.hasor.web.restful.HttpMethod 中的静态变量
HTTP OPTIONS method
Options - net.hasor.web.restful 中的 注释类型
Indicates that the annotated method responds to HTTP OPTIONS requests

P

Path - net.hasor.web.restful 中的 注释类型
 
PathParam - net.hasor.web.restful 中的 注释类型
Cookie的中的值
PathResourceLoaderCreator - net.hasor.web.resource.loader 中的 类
用于创建一个可以从classpath中获取资源的ResourceLoader。
PathResourceLoaderCreator() - 类 net.hasor.web.resource.loader.PathResourceLoaderCreator 的构造方法
 
POST - 注释类型 net.hasor.web.restful.HttpMethod 中的静态变量
HTTP POST method
Post - net.hasor.web.restful 中的 注释类型
Indicates that the annotated method responds to HTTP POST requests
prepareParams() - 类 net.hasor.web.restful.support.RestfulInvoke 中的方法
准备参数
prepareParams(HttpServletRequest, HttpServletResponse) - 类 net.hasor.web.restful.support.RestfulInvoke 中的方法
准备参数
proceed() - 类 net.hasor.web.controller.interceptor.ControllerInvocation 中的方法
调用目标
proceed(HttpServletRequest, HttpServletResponse) - 类 net.hasor.web.controller.interceptor.ControllerInvocation 中的方法
使用指定的 req res 调用
proceed() - 类 net.hasor.web.restful.interceptor.RestfulInvocation 中的方法
调用目标
proceed(HttpServletRequest, HttpServletResponse) - 类 net.hasor.web.restful.interceptor.RestfulInvocation 中的方法
使用指定的 req res 调用
process(HttpServletRequest, HttpServletResponse, Annotation, Object) - 类 net.hasor.gift.result.ext.ForwordResultProcess 中的方法
 
process(HttpServletRequest, HttpServletResponse, Annotation, Object) - 类 net.hasor.gift.result.ext.IncludeResultProcess 中的方法
 
process(HttpServletRequest, HttpServletResponse, Annotation, Object) - 类 net.hasor.gift.result.ext.JsonResultProcess 中的方法
 
process(HttpServletRequest, HttpServletResponse, Annotation, Object) - 类 net.hasor.gift.result.ext.RedirectResultProcess 中的方法
 
process(HttpServletRequest, HttpServletResponse, Annotation, Object) - 接口 net.hasor.gift.result.ResultProcess 中的方法
执行方法调用。
Produces - net.hasor.web.restful 中的 注释类型
 
PUT - 注释类型 net.hasor.web.restful.HttpMethod 中的静态变量
HTTP PUT method
Put - net.hasor.web.restful 中的 注释类型
Indicates that the annotated method responds to HTTP PUT requests
putAtt(String, Object) - 类 net.hasor.web.controller.AbstractController 中的方法
设置HttpServletRequest属性

Q

QueryParam - net.hasor.web.restful 中的 注释类型
请求头的中的值查询字符串的值

R

Redirect - net.hasor.gift.result.ext 中的 注释类型
客户端重定向
RedirectResultProcess - net.hasor.gift.result.ext 中的 类
 
RedirectResultProcess() - 类 net.hasor.gift.result.ext.RedirectResultProcess 的构造方法
 
removeAttr(String) - 类 net.hasor.web.controller.AbstractController 中的方法
Removes an attribute from this request
removeCookie(String) - 类 net.hasor.web.controller.AbstractController 中的方法
Remove Cookie with path = "/".
removeCookie(String, String) - 类 net.hasor.web.controller.AbstractController 中的方法
Remove Cookie.
removeCookie(String, String, String) - 类 net.hasor.web.controller.AbstractController 中的方法
Remove Cookie.
removeSessionAttr(String) - 类 net.hasor.web.controller.AbstractController 中的方法
Remove Object in session.
REQUEST_DISPATCHER_REQUEST - 类 net.hasor.web.servlet.binder.support.ManagedServletPipeline 中的静态变量
使用RequestDispatcherRequestWrapper类处理request.getRequestURI方法的返回值
resetController() - 类 net.hasor.web.controller.AbstractController 中的方法
 
ResourceBinder - net.hasor.web.resource 中的 接口
定义一个ResourceLoader映射类型。
ResourceHttpServlet - net.hasor.web.resource.support 中的 类
负责装载jar包或zip包中的资源
ResourceHttpServlet() - 类 net.hasor.web.resource.support.ResourceHttpServlet 的构造方法
 
ResourceLoader - net.hasor.web.resource 中的 接口
 
ResourceLoaderCreator - net.hasor.web.resource 中的 接口
 
ResourceLoaderDefine - net.hasor.web.resource 中的 注释类型
定义一个ResourceLoader映射类型。
RestfulInterceptor - net.hasor.web.restful.interceptor 中的 类
 
RestfulInterceptor() - 类 net.hasor.web.restful.interceptor.RestfulInterceptor 的构造方法
 
RestfulInvocation - net.hasor.web.restful.interceptor 中的 类
 
RestfulInvocation(RestfulInvoke, MethodInvocation) - 类 net.hasor.web.restful.interceptor.RestfulInvocation 的构造方法
 
RestfulInvoke - net.hasor.web.restful.support 中的 类
线程安全
RestfulInvoke(RestfulInvokeDefine) - 类 net.hasor.web.restful.support.RestfulInvoke 的构造方法
 
RestfulInvokeDefine - net.hasor.web.restful.support 中的 类
线程安全
RestfulInvokeDefine(AppContext, Method) - 类 net.hasor.web.restful.support.RestfulInvokeDefine 的构造方法
 
RestfulService - net.hasor.web.restful 中的 注释类型
表示一个Restful服务类。
RestfulServicesModule - net.hasor.web.restful.support 中的 类
Restful服务启动类.
RestfulServicesModule() - 类 net.hasor.web.restful.support.RestfulServicesModule 的构造方法
 
ResultDefine - net.hasor.gift.result 中的 注释类型
负责处理Action调用之后的返回值。
ResultGift - net.hasor.gift.result 中的 类
 
ResultGift() - 类 net.hasor.gift.result.ResultGift 的构造方法
 
ResultProcess - net.hasor.gift.result 中的 接口
负责处理Action调用之后的返回值。
RuntimeFilter - net.hasor.web.servlet.startup 中的 类
入口Filter
RuntimeFilter() - 类 net.hasor.web.servlet.startup.RuntimeFilter 的构造方法
 
RuntimeListener - net.hasor.web.servlet.startup 中的 类
 
RuntimeListener() - 类 net.hasor.web.servlet.startup.RuntimeListener 的构造方法
 

S

serve(String, String...) - 类 net.hasor.web.servlet.binder.support.WebApiBinderModule 中的方法
 
serve(String, String...) - 接口 net.hasor.web.servlet.WebApiBinder 中的方法
使用传统表达式,创建一个WebApiBinder.ServletBindingBuilder
serveRegex(String, String...) - 类 net.hasor.web.servlet.binder.support.WebApiBinderModule 中的方法
 
serveRegex(String, String...) - 接口 net.hasor.web.servlet.WebApiBinder 中的方法
使用正则表达式,创建一个WebApiBinder.ServletBindingBuilder
service(ServletRequest, ServletResponse) - 类 net.hasor.web.resource.support.ResourceHttpServlet 中的方法
资源服务入口方法
service(ServletRequest, ServletResponse) - 类 net.hasor.web.servlet.binder.support.ManagedServletPipeline 中的方法
 
Servlet3Gift - net.hasor.gift.servlet3 中的 类
 
Servlet3Gift() - 类 net.hasor.gift.servlet3.Servlet3Gift 的构造方法
 
sessionCreated(HttpSessionEvent) - 类 net.hasor.web.servlet.binder.support.ManagedSessionListenerPipeline 中的方法
 
sessionCreated(HttpSessionEvent) - 类 net.hasor.web.servlet.startup.RuntimeListener 中的方法
 
sessionDestroyed(HttpSessionEvent) - 类 net.hasor.web.servlet.binder.support.ManagedSessionListenerPipeline 中的方法
 
sessionDestroyed(HttpSessionEvent) - 类 net.hasor.web.servlet.startup.RuntimeListener 中的方法
 
sessionListener() - 类 net.hasor.web.servlet.binder.support.WebApiBinderModule 中的方法
 
sessionListener() - 接口 net.hasor.web.servlet.WebApiBinder 中的方法
注册一个Session监听器。
SessionListenerPipeline - net.hasor.web.servlet.binder 中的 接口
 
setAttr(String, Object) - 类 net.hasor.web.controller.AbstractController 中的方法
Stores an attribute in this request
setAttrs(Map<String, Object>) - 类 net.hasor.web.controller.AbstractController 中的方法
Stores attributes in this request, key of the map as attribute name and value of the map as attribute value
setCookie(Cookie) - 类 net.hasor.web.controller.AbstractController 中的方法
Set Cookie to response.
setCookie(String, String, int, String) - 类 net.hasor.web.controller.AbstractController 中的方法
Set Cookie to response.
setCookie(String, String, int, String, String) - 类 net.hasor.web.controller.AbstractController 中的方法
Set Cookie to response.
setCookie(String, String, int) - 类 net.hasor.web.controller.AbstractController 中的方法
Set Cookie with path = "/".
setHeader(String, String) - 类 net.hasor.web.controller.AbstractController 中的方法
设置HttpServletResponseHeader属性
setSessionAttr(String, Object) - 类 net.hasor.web.controller.AbstractController 中的方法
Store Object to session.
start(AppContext) - 类 net.hasor.web.controller.support.WebControllerModule 中的方法
 
start(AppContext) - 类 net.hasor.web.resource.support.WebResourceModule 中的方法
 
start(AppContext) - 类 net.hasor.web.restful.support.RestfulServicesModule 中的方法
 
start(AppContext) - 类 net.hasor.web.servlet.WebModule 中的方法
启动信号
stop(AppContext) - 类 net.hasor.web.controller.support.WebControllerModule 中的方法
 
stop(AppContext) - 类 net.hasor.web.resource.support.WebResourceModule 中的方法
 
stop(AppContext) - 类 net.hasor.web.restful.support.RestfulServicesModule 中的方法
 
stop(AppContext) - 类 net.hasor.web.servlet.WebModule 中的方法
停止信号

T

through(Class<? extends Filter>) - 接口 net.hasor.web.servlet.WebApiBinder.FilterBindingBuilder 中的方法
 
through(Key<? extends Filter>) - 接口 net.hasor.web.servlet.WebApiBinder.FilterBindingBuilder 中的方法
 
through(Filter) - 接口 net.hasor.web.servlet.WebApiBinder.FilterBindingBuilder 中的方法
 
through(Class<? extends Filter>, Map<String, String>) - 接口 net.hasor.web.servlet.WebApiBinder.FilterBindingBuilder 中的方法
 
through(Key<? extends Filter>, Map<String, String>) - 接口 net.hasor.web.servlet.WebApiBinder.FilterBindingBuilder 中的方法
 
through(Filter, Map<String, String>) - 接口 net.hasor.web.servlet.WebApiBinder.FilterBindingBuilder 中的方法
 
through(int, Class<? extends Filter>) - 接口 net.hasor.web.servlet.WebApiBinder.FilterBindingBuilder 中的方法
 
through(int, Key<? extends Filter>) - 接口 net.hasor.web.servlet.WebApiBinder.FilterBindingBuilder 中的方法
 
through(int, Filter) - 接口 net.hasor.web.servlet.WebApiBinder.FilterBindingBuilder 中的方法
 
through(int, Class<? extends Filter>, Map<String, String>) - 接口 net.hasor.web.servlet.WebApiBinder.FilterBindingBuilder 中的方法
 
through(int, Key<? extends Filter>, Map<String, String>) - 接口 net.hasor.web.servlet.WebApiBinder.FilterBindingBuilder 中的方法
 
through(int, Filter, Map<String, String>) - 接口 net.hasor.web.servlet.WebApiBinder.FilterBindingBuilder 中的方法
 
toInt(String, Integer) - 类 net.hasor.web.controller.AbstractController 中的方法
 
toLong(String, Long) - 类 net.hasor.web.controller.AbstractController 中的方法
 
toMap(WebInitParam[]) - 类 net.hasor.gift.servlet3.Servlet3Gift 中的方法
转换参数

W

WebApiBinder - net.hasor.web.servlet 中的 接口
该类是代理了Binder并且提供了注册Servlet和Filter的方法。
WebApiBinder.FilterBindingBuilder - net.hasor.web.servlet 中的 接口
负责配置Filter,参考Guice 3.0接口设计。
WebApiBinder.ServletBindingBuilder - net.hasor.web.servlet 中的 接口
负责配置Servlet,参考Guice 3.0接口设计。
WebApiBinder.ServletContextListenerBindingBuilder - net.hasor.web.servlet 中的 接口
负责配置ServletContextListener。
WebApiBinder.SessionListenerBindingBuilder - net.hasor.web.servlet 中的 接口
负责配置SessionListener。
WebApiBinderModule - net.hasor.web.servlet.binder.support 中的 类
该类是WebApiBinder接口实现。
WebApiBinderModule(Environment, ModuleInfo) - 类 net.hasor.web.servlet.binder.support.WebApiBinderModule 的构造方法
 
WebControllerModule - net.hasor.web.controller.support 中的 类
 
WebControllerModule() - 类 net.hasor.web.controller.support.WebControllerModule 的构造方法
 
WebFilter - net.hasor.gift.servlet3 中的 注释类型
声明一个Filter,该Filter需要实现Filter接口。
WebInitParam - net.hasor.gift.servlet3 中的 注释类型
 
WebModule - net.hasor.web.servlet 中的 类
 
WebModule() - 类 net.hasor.web.servlet.WebModule 的构造方法
 
WebResourceModule - net.hasor.web.resource.support 中的 类
负责装载jar包中的资源。
WebResourceModule() - 类 net.hasor.web.resource.support.WebResourceModule 的构造方法
 
WebServlet - net.hasor.gift.servlet3 中的 注释类型
声明一个Servlet,该Servlet需要继承HttpServlet类。
with(Class<? extends HttpServlet>) - 接口 net.hasor.web.servlet.WebApiBinder.ServletBindingBuilder 中的方法
 
with(Key<? extends HttpServlet>) - 接口 net.hasor.web.servlet.WebApiBinder.ServletBindingBuilder 中的方法
 
with(HttpServlet) - 接口 net.hasor.web.servlet.WebApiBinder.ServletBindingBuilder 中的方法
 
with(Class<? extends HttpServlet>, Map<String, String>) - 接口 net.hasor.web.servlet.WebApiBinder.ServletBindingBuilder 中的方法
 
with(Key<? extends HttpServlet>, Map<String, String>) - 接口 net.hasor.web.servlet.WebApiBinder.ServletBindingBuilder 中的方法
 
with(HttpServlet, Map<String, String>) - 接口 net.hasor.web.servlet.WebApiBinder.ServletBindingBuilder 中的方法
 
with(int, Class<? extends HttpServlet>) - 接口 net.hasor.web.servlet.WebApiBinder.ServletBindingBuilder 中的方法
 
with(int, Key<? extends HttpServlet>) - 接口 net.hasor.web.servlet.WebApiBinder.ServletBindingBuilder 中的方法
 
with(int, HttpServlet) - 接口 net.hasor.web.servlet.WebApiBinder.ServletBindingBuilder 中的方法
 
with(int, Class<? extends HttpServlet>, Map<String, String>) - 接口 net.hasor.web.servlet.WebApiBinder.ServletBindingBuilder 中的方法
 
with(int, Key<? extends HttpServlet>, Map<String, String>) - 接口 net.hasor.web.servlet.WebApiBinder.ServletBindingBuilder 中的方法
 
with(int, HttpServlet, Map<String, String>) - 接口 net.hasor.web.servlet.WebApiBinder.ServletBindingBuilder 中的方法
 

Z

ZipResourceLoaderCreator - net.hasor.web.resource.loader 中的 类
用于创建一个可以从zip中获取资源的ResourceLoader。
ZipResourceLoaderCreator() - 类 net.hasor.web.resource.loader.ZipResourceLoaderCreator 的构造方法
 

A B C D F G H I J L M N O P Q R S T W Z

Copyright © 2013. All Rights Reserved.