跳过导航链接
A B C D E F G H I J K L M N O P Q R S T U V W 

A

AbstractDefinition - net.hasor.web.definition中的类
Abstract implementation for all servlet module bindings
AbstractDefinition(int, String, UriPatternMatcher, Map<String, String>) - 类 的构造器net.hasor.web.definition.AbstractDefinition
 
AbstractTag - net.hasor.web.jstl.taglib中的类
 
AbstractTag() - 类 的构造器net.hasor.web.jstl.taglib.AbstractTag
 
addDiscoverer(BindInfo<? extends MappingDiscoverer>) - 类 中的方法net.hasor.web.invoker.InvokerWebApiBinder
 
addDiscoverer(Class<? extends MappingDiscoverer>) - 接口 中的方法net.hasor.web.WebApiBinder
添加 MappingDiscoverer
addDiscoverer(MappingDiscoverer) - 接口 中的方法net.hasor.web.WebApiBinder
添加 MappingDiscoverer
addDiscoverer(Supplier<? extends MappingDiscoverer>) - 接口 中的方法net.hasor.web.WebApiBinder
添加 MappingDiscoverer
addDiscoverer(BindInfo<? extends MappingDiscoverer>) - 接口 中的方法net.hasor.web.WebApiBinder
添加 MappingDiscoverer
addDiscoverer(BindInfo<? extends MappingDiscoverer>) - 类 中的方法net.hasor.web.wrap.WebApiBinderWrap
 
addError(String, String) - 接口 中的方法net.hasor.web.valid.ValidInvoker
添加验证失败的消息。
addError(String, String, Object...) - 接口 中的方法net.hasor.web.valid.ValidInvoker
添加验证失败的消息。
addError(String, Message) - 接口 中的方法net.hasor.web.valid.ValidInvoker
添加验证失败的消息。
addError(String, Message) - 类 中的方法net.hasor.web.valid.ValidInvokerSupplier
 
addErrors(String, List<Message>) - 接口 中的方法net.hasor.web.valid.ValidInvoker
添加验证失败的消息。
addErrors(String, List<Message>) - 类 中的方法net.hasor.web.valid.ValidInvokerSupplier
 
addHeader(String, String) - 类 中的方法net.hasor.web.upload.util.HeadersSet
Method to add header values to this instance.
addHeader(String, String) - 类 中的方法net.hasor.web.WebController
设置HttpServletResponseHeader属性
addMimeType(String, String) - 类 中的方法net.hasor.web.invoker.InvokerWebApiBinder
 
addMimeType(String, String) - 类 中的方法net.hasor.web.mime.MimeTypeSupplier
 
addMimeType(String, String) - 接口 中的方法net.hasor.web.WebApiBinder
 
addMimeType(String, String) - 类 中的方法net.hasor.web.wrap.WebApiBinderWrap
 
addRender(String, String) - 类 中的方法net.hasor.web.invoker.InvokerWebApiBinder
拦截这些后缀的请求,这些请求会被渲染器渲染。
addRender(String) - 接口 中的方法net.hasor.web.WebApiBinder
添加一个渲染器,用来将 Action 请求的结果渲染成页面。
addRender(String, String) - 接口 中的方法net.hasor.web.WebApiBinder
添加一个渲染器,用来将 Action 请求的结果渲染成页面。
addRender(String, String) - 类 中的方法net.hasor.web.wrap.WebApiBinderWrap
 
addServletListener(BindInfo<? extends ServletContextListener>) - 类 中的方法net.hasor.web.invoker.InvokerWebApiBinder
 
addServletListener(Class<? extends ServletContextListener>) - 接口 中的方法net.hasor.web.WebApiBinder
注册一个ServletContextListener监听器。
addServletListener(ServletContextListener) - 接口 中的方法net.hasor.web.WebApiBinder
注册一个ServletContextListener监听器。
addServletListener(Supplier<? extends ServletContextListener>) - 接口 中的方法net.hasor.web.WebApiBinder
注册一个ServletContextListener监听器。
addServletListener(BindInfo<? extends ServletContextListener>) - 接口 中的方法net.hasor.web.WebApiBinder
注册一个ServletContextListener监听器。
addServletListener(BindInfo<? extends ServletContextListener>) - 类 中的方法net.hasor.web.wrap.WebApiBinderWrap
 
addSessionListener(BindInfo<? extends HttpSessionListener>) - 类 中的方法net.hasor.web.invoker.InvokerWebApiBinder
 
addSessionListener(Class<? extends HttpSessionListener>) - 接口 中的方法net.hasor.web.WebApiBinder
注册一个HttpSessionListener监听器。
addSessionListener(HttpSessionListener) - 接口 中的方法net.hasor.web.WebApiBinder
注册一个HttpSessionListener监听器。
addSessionListener(Supplier<? extends HttpSessionListener>) - 接口 中的方法net.hasor.web.WebApiBinder
注册一个HttpSessionListener监听器。
addSessionListener(BindInfo<? extends HttpSessionListener>) - 接口 中的方法net.hasor.web.WebApiBinder
注册一个HttpSessionListener监听器。
addSessionListener(BindInfo<? extends HttpSessionListener>) - 类 中的方法net.hasor.web.wrap.WebApiBinderWrap
 
afterResponse(AppContext, HttpServletRequest, HttpServletResponse) - 类 中的方法net.hasor.web.startup.RuntimeFilter
在filter请求处理之后。
Any - net.hasor.web.annotation中的注释类型
Indicates that the annotated method responds to HTTP OPTIONS requests
ANY - 注释类型 中的静态变量net.hasor.web.annotation.HttpMethod
HTTP ANY method
AppContextName - 类 中的静态变量net.hasor.web.startup.RuntimeListener
 
asString(InputStream) - 类 中的静态方法net.hasor.web.upload.util.Streams
This convenience method allows to read a FileItemStream's content into a string.
asString(InputStream, String) - 类 中的静态方法net.hasor.web.upload.util.Streams
This convenience method allows to read a FileItemStream's content into a string, using the given character encoding.
Async - net.hasor.web.annotation中的注释类型
是否异步处理请求
AsyncInvocationWorker - net.hasor.web.invoker中的类
Servlet 3 异步请求处理
AsyncInvocationWorker(AsyncContext, Method) - 类 的构造器net.hasor.web.invoker.AsyncInvocationWorker
 
AsyncSupported - net.hasor.web.invoker中的枚举
servlet是否支持异步。
ATTACHMENT - 类 中的静态变量net.hasor.web.upload.FileUpload
Content-disposition value for file attachment.
AttributeParameter - net.hasor.web.annotation中的注释类型
Request中的属性值

B

beanCreated(Filter, BindInfo<? extends Filter>) - 类 中的方法net.hasor.web.definition.FilterDefinition
 
beanCreated(InvokerFilter, BindInfo<? extends InvokerFilter>) - 类 中的方法net.hasor.web.definition.InvokeFilterDefinition
 
beanCreated(HttpServlet, BindInfo<? extends HttpServlet>) - 类 中的方法net.hasor.web.invoker.InMappingServlet
 
beforeRequest(AppContext, HttpServletRequest, HttpServletResponse) - 类 中的方法net.hasor.web.startup.RuntimeFilter
在filter请求处理之前。
bindToInfo(BindInfo<? extends RenderEngine>) - 接口 中的方法net.hasor.web.WebApiBinder.RenderEngineBindingBuilder
绑定实现。

C

checkFileName(String) - 类 中的静态方法net.hasor.web.upload.util.Streams
Checks, whether the given file name is valid in the sense, that it doesn't contain any NUL characters.
checkThreshold(int) - 类 中的方法net.hasor.web.upload.util.ThresholdingOutputStream
Checks to see if writing the specified number of bytes would cause the configured threshold to be exceeded.
clearValidErrors() - 接口 中的方法net.hasor.web.valid.ValidInvoker
删除所有验证信息。
clearValidErrors(String) - 接口 中的方法net.hasor.web.valid.ValidInvoker
删除某个验证信息。
clearValidErrors() - 类 中的方法net.hasor.web.valid.ValidInvokerSupplier
 
clearValidErrors(String) - 类 中的方法net.hasor.web.valid.ValidInvokerSupplier
 
close() - 接口 中的方法net.hasor.web.upload.util.Closeable
Closes the object.
close() - 类 中的方法net.hasor.web.upload.util.DeferredFileOutputStream
Closes underlying output stream, and mark this as closed
close() - 类 中的方法net.hasor.web.upload.util.LimitedInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - 类 中的方法net.hasor.web.upload.util.ThresholdingOutputStream
Closes this output stream and releases any system resources associated with this stream.
Closeable - net.hasor.web.upload.util中的接口
Interface of an object, which may be closed.
CONTENT_DISPOSITION - 类 中的静态变量net.hasor.web.upload.FileUpload
HTTP content disposition header name.
CONTENT_LENGTH - 类 中的静态变量net.hasor.web.upload.FileUpload
HTTP content length header name.
CONTENT_TYPE - 类 中的静态变量net.hasor.web.upload.FileUpload
HTTP content type header name.
contextDestroyed(ServletContextEvent) - 类 中的方法net.hasor.web.definition.ContextListenerDefinition
 
contextDestroyed(ServletContextEvent) - 类 中的方法net.hasor.web.listener.ManagedListenerPipeline
 
contextDestroyed(ServletContextEvent) - 类 中的方法net.hasor.web.startup.RuntimeListener
 
contextInitialized(ServletContextEvent) - 类 中的方法net.hasor.web.definition.ContextListenerDefinition
 
contextInitialized(ServletContextEvent) - 类 中的方法net.hasor.web.listener.ManagedListenerPipeline
 
contextInitialized(ServletContextEvent) - 类 中的方法net.hasor.web.startup.RuntimeListener
 
ContextListenerDefinition - net.hasor.web.definition中的类
 
ContextListenerDefinition(BindInfo<? extends ServletContextListener>) - 类 的构造器net.hasor.web.definition.ContextListenerDefinition
 
Controller - net.hasor.web中的接口
Controller 的初始化调用接口。
CookieParameter - net.hasor.web.annotation中的注释类型
Cookie的中的值
copy(InputStream, OutputStream, boolean) - 类 中的静态方法net.hasor.web.upload.util.Streams
Copies the contents of the given InputStream to the given OutputStream.
copy(InputStream, OutputStream, boolean, byte[]) - 类 中的静态方法net.hasor.web.upload.util.Streams
Copies the contents of the given InputStream to the given OutputStream.
createBinder(ApiBinder) - 类 中的方法net.hasor.web.invoker.InvokerWebApiBinderCreater
 
createDiskFileItem(FileItemStream, String) - 类 中的方法net.hasor.web.upload.factorys.disk.DiskFileItemFactory
 
createExt(Invoker) - 接口 中的方法net.hasor.web.InvokerCreater
创建 Invoker 扩展
createExt(Invoker) - 类 中的方法net.hasor.web.render.RenderInvokerCreater
 
createExt(Invoker) - 类 中的方法net.hasor.web.valid.ValidInvokerCreater
 
createItem(FileItemStream) - 接口 中的方法net.hasor.web.FileItemFactory
Create a new FileItem instance from the supplied parameters and any local factory configuration.
createItem(FileItemStream) - 类 中的方法net.hasor.web.upload.factorys.disk.DiskFileItemFactory
 

D

decodeText(String) - 类 中的静态方法net.hasor.web.upload.util.MimeUtility
Decode a string of text obtained from a mail header into its proper form.
DEFAULT_SIZE_THRESHOLD - 类 中的静态变量net.hasor.web.upload.factorys.disk.DiskFileItem
 
DefaultServlet - net.hasor.web.wrap中的类
 
DefaultServlet() - 类 的构造器net.hasor.web.wrap.DefaultServlet
 
DeferredFileOutputStream - net.hasor.web.upload.util中的类
An output stream which will retain data in memory until a specified threshold is reached, and only then commit it to disk.
DeferredFileOutputStream(int, File) - 类 的构造器net.hasor.web.upload.util.DeferredFileOutputStream
Constructs an instance of this class which will trigger an event at the specified threshold, and save data to a file beyond that point.
DeferredFileOutputStream(int, String, String, File) - 类 的构造器net.hasor.web.upload.util.DeferredFileOutputStream
Constructs an instance of this class which will trigger an event at the specified threshold, and save data to a temporary file beyond that point.
DefineBeanTag - net.hasor.web.jstl.taglib中的类
 
DefineBeanTag() - 类 的构造器net.hasor.web.jstl.taglib.DefineBeanTag
 
DefineBindTag - net.hasor.web.jstl.taglib中的类
 
DefineBindTag() - 类 的构造器net.hasor.web.jstl.taglib.DefineBindTag
 
DefineTypeTag - net.hasor.web.jstl.taglib中的类
 
DefineTypeTag() - 类 的构造器net.hasor.web.jstl.taglib.DefineTypeTag
 
DELETE - 注释类型 中的静态变量net.hasor.web.annotation.HttpMethod
HTTP DELETE method
deleteOrSkip() - 接口 中的方法net.hasor.web.FileItem
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
deleteOrSkip() - 类 中的方法net.hasor.web.upload.factorys.disk.DiskFileItem
 
deleteOrSkip() - 类 中的方法net.hasor.web.upload.factorys.disk.DiskFileItemFactory.MemoryFileItem
 
destroy() - 类 中的方法net.hasor.web.definition.FilterDefinition
 
destroy() - 类 中的方法net.hasor.web.definition.InvokeFilterDefinition
 
destroy() - 接口 中的方法net.hasor.web.InvokerFilter
销毁过滤器。
destroy() - 类 中的方法net.hasor.web.startup.RuntimeFilter
 
destroyContext() - 类 中的方法net.hasor.web.invoker.InvokerContext
 
discover(Mapping) - 类 中的方法net.hasor.web.definition.MappingDiscovererDefinition
 
discover(Mapping) - 接口 中的方法net.hasor.web.MappingDiscoverer
发现控制器
DiskFileItem - net.hasor.web.upload.factorys.disk中的类
磁盘缓存,50KB以内的数据在内存中驻留,超过50KB的数据全部走磁盘缓存。
DiskFileItem(FileItemStream, File) - 类 的构造器net.hasor.web.upload.factorys.disk.DiskFileItem
 
DiskFileItemFactory - net.hasor.web.upload.factorys.disk中的类
 
DiskFileItemFactory() - 类 的构造器net.hasor.web.upload.factorys.disk.DiskFileItemFactory
 
DiskFileItemFactory(String) - 类 的构造器net.hasor.web.upload.factorys.disk.DiskFileItemFactory
 
DiskFileItemFactory.MemoryFileItem - net.hasor.web.upload.factorys.disk中的类
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法net.hasor.web.startup.RuntimeFilter
 
doInvoke(Invoker, InvokerChain) - 类 中的方法net.hasor.web.definition.FilterDefinition
 
doInvoke(Invoker, InvokerChain) - 类 中的方法net.hasor.web.definition.InvokeFilterDefinition
 
doInvoke(Invoker, InvokerChain) - 接口 中的方法net.hasor.web.InvokerFilter
指定过滤器
doInvoke(Invoker, InvokerChain) - 类 中的方法net.hasor.web.render.RenderWebPlugin
 
doNext(Invoker) - 接口 中的方法net.hasor.web.InvokerChain
继续执行后续的请求过滤器链。
doStartTag() - 类 中的方法net.hasor.web.jstl.taglib.AbstractTag
 
doStartTag() - 类 中的方法net.hasor.web.jstl.taglib.DefineBeanTag
 
doStartTag() - 类 中的方法net.hasor.web.jstl.taglib.DefineBindTag
 
doStartTag() - 类 中的方法net.hasor.web.jstl.taglib.DefineTypeTag
 
doValid(String, Object) - 接口 中的方法net.hasor.web.valid.ValidInvoker
 
doValid(String, Object, Class<?>) - 接口 中的方法net.hasor.web.valid.ValidInvoker
 
doValid(String, Object, Class<? extends Validation>...) - 接口 中的方法net.hasor.web.valid.ValidInvoker
 
doValidation(String, T, ValidInvoker) - 接口 中的方法net.hasor.web.valid.Validation
验证逻辑
doWork(Method) - 类 中的方法net.hasor.web.invoker.AsyncInvocationWorker
 
doWorkWhenError(Method, Throwable) - 类 中的方法net.hasor.web.invoker.AsyncInvocationWorker
 

E

eq(ServletVersion) - 枚举 中的方法net.hasor.web.ServletVersion
等于
errors(ValidItem) - 类 中的方法net.hasor.web.valid.ValidInvokerSupplier
 
ExceuteCaller - net.hasor.web.invoker中的接口
 
exist(String) - 接口 中的方法net.hasor.web.RenderEngine
exist 的作用是用来在 process 执行之前,让渲染器检查一下,要执行的 模板是否存在。

F

FileItem - net.hasor.web中的接口
This class represents a file or form item that was received within a multipart/form-data POST request.
FileItemBase - net.hasor.web.upload中的类
This class represents a file or form item that was received within a multipart/form-data POST request.
FileItemBase(FileItemStream) - 类 的构造器net.hasor.web.upload.FileItemBase
 
FileItemFactory - net.hasor.web中的接口
A factory interface for creating FileItem instances.
FileItemHeaders - net.hasor.web中的接口
This class provides support for accessing the headers for a file or form item that was received within a multipart/form-data POST request.
FileItemStream - net.hasor.web中的接口
This interface provides access to a file or form item that was received within a multipart/form-data POST request.
FileUpload - net.hasor.web.upload中的类
High level API for processing file uploads.
FileUpload() - 类 的构造器net.hasor.web.upload.FileUpload
 
FileUpload(Settings) - 类 的构造器net.hasor.web.upload.FileUpload
 
FileUpload.FileItemIteratorImpl - net.hasor.web.upload中的类
The iterator, which is returned by FileUpload.getItemIterator(HttpServletRequest).
FileUploadException - net.hasor.web.upload中的异常错误
文件上传异常。
FileUploadException(String) - 异常错误 的构造器net.hasor.web.upload.FileUploadException
 
FileUploadException(FileUploadException.UploadErrorCodes) - 异常错误 的构造器net.hasor.web.upload.FileUploadException
 
FileUploadException(FileUploadException.UploadErrorCodes, String) - 异常错误 的构造器net.hasor.web.upload.FileUploadException
 
FileUploadException.UploadErrorCodes - net.hasor.web.upload中的枚举
 
fillForm(Class<? extends T>) - 接口 中的方法net.hasor.web.Invoker
将Request中的参数填充到 formType 类型对象上,formType 的创建将会使用 AppContext.getInstance(Class) 方法。
fillForm(Class<? extends T>, T) - 接口 中的方法net.hasor.web.Invoker
将Request中的参数填充到 formType 类型对象上,类型实例由参数指定
fillForm(Class<? extends T>, T) - 类 中的方法net.hasor.web.invoker.InvokerSupplier
 
fillForm(Class<? extends T>, T) - 类 中的方法net.hasor.web.wrap.InvokerWrap
 
filter(String[]) - 类 中的方法net.hasor.web.invoker.InvokerWebApiBinder
 
filter(String, String...) - 接口 中的方法net.hasor.web.WebApiBinder
使用传统表达式,创建一个WebApiBinder.FilterBindingBuilder
filter(String[]) - 接口 中的方法net.hasor.web.WebApiBinder
使用传统表达式,创建一个WebApiBinder.FilterBindingBuilder
filter(String[]) - 类 中的方法net.hasor.web.wrap.WebApiBinderWrap
 
FilterDefinition - net.hasor.web.definition中的类
Filter 定义
FilterDefinition(int, String, UriPatternMatcher, BindInfo<? extends Filter>, Map<String, String>) - 类 的构造器net.hasor.web.definition.FilterDefinition
 
filterRegex(String[]) - 类 中的方法net.hasor.web.invoker.InvokerWebApiBinder
 
filterRegex(String, String...) - 接口 中的方法net.hasor.web.WebApiBinder
使用正则表达式,创建一个WebApiBinder.FilterBindingBuilder
filterRegex(String[]) - 接口 中的方法net.hasor.web.WebApiBinder
使用正则表达式,创建一个WebApiBinder.FilterBindingBuilder
filterRegex(String[]) - 类 中的方法net.hasor.web.wrap.WebApiBinderWrap
 
filterThrough(int, String, UriPatternMatcher, BindInfo<? extends InvokerFilter>, Map<String, String>) - 类 中的方法net.hasor.web.invoker.InvokerWebApiBinder
 
finalize() - 类 中的方法net.hasor.web.upload.factorys.disk.DiskFileItem
 
findLayout(RenderEngine, String) - 类 中的方法net.hasor.web.render.RenderWebPlugin
 
findMethod(String) - 类 中的方法net.hasor.web.invoker.InMappingDef
 
findMethod(HttpServletRequest) - 接口 中的方法net.hasor.web.Mapping
获取调用目标的方法
findMethod(String) - 接口 中的方法net.hasor.web.Mapping
 
flush() - 类 中的方法net.hasor.web.upload.util.ThresholdingOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
FORM_DATA - 类 中的静态变量net.hasor.web.upload.FileUpload
Content-disposition value for form data.

G

ge(ServletVersion) - 枚举 中的方法net.hasor.web.ServletVersion
大于等于
genCaller(HttpServletRequest, HttpServletResponse) - 类 中的方法net.hasor.web.invoker.InvokerContext
 
Get - net.hasor.web.annotation中的注释类型
Indicates that the annotated method responds to HTTP GET requests
GET - 注释类型 中的静态变量net.hasor.web.annotation.HttpMethod
HTTP GET method
get(UriPatternType, String) - 枚举 中的静态方法net.hasor.web.definition.UriPatternType
 
get() - 接口 中的方法net.hasor.web.FileItem
Returns the contents of the file item as an array of bytes.
get(String) - 接口 中的方法net.hasor.web.Invoker
从数据池中获取数据
get() - 类 中的方法net.hasor.web.upload.FileItemBase
 
getAppContext() - 类 中的方法net.hasor.web.definition.AbstractDefinition
 
getAppContext() - 类 中的方法net.hasor.web.definition.InvokerMapConfig
 
getAppContext() - 接口 中的方法net.hasor.web.Invoker
获取当前AppContext 对象。
getAppContext() - 类 中的方法net.hasor.web.invoker.InvokerSupplier
 
getAppContext() - 接口 中的方法net.hasor.web.InvokerConfig
 
getAppContext() - 类 中的方法net.hasor.web.jstl.taglib.AbstractTag
 
getAppContext(ServletContext) - 类 中的静态方法net.hasor.web.startup.RuntimeListener
getAppContext() - 类 中的方法net.hasor.web.WebController
 
getAppContext() - 类 中的方法net.hasor.web.wrap.InvokerWrap
 
getAttr(String) - 类 中的方法net.hasor.web.WebController
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists.
getAttrNames() - 类 中的方法net.hasor.web.WebController
Returns an Enumeration containing the names of the attributes available to this request.
getBeanID() - 类 中的方法net.hasor.web.jstl.taglib.AbstractTag
 
getBindType() - 类 中的方法net.hasor.web.jstl.taglib.AbstractTag
 
getBoundary(String) - 类 中的方法net.hasor.web.upload.FileUpload
Retrieves the boundary from the Content-type header.
getByteCount() - 类 中的方法net.hasor.web.upload.util.ThresholdingOutputStream
Returns the number of bytes that have been written to this output stream.
getCacheDirectory() - 类 中的方法net.hasor.web.upload.factorys.disk.DiskFileItemFactory
 
getContent() - 类 中的方法net.hasor.web.mime.MimeTypeSupplier
 
getContentType() - 接口 中的方法net.hasor.web.FileItemStream
Returns the content type passed by the browser or null if not defined.
getContentType() - 类 中的方法net.hasor.web.upload.FileItemBase
 
getCookie(String, String) - 类 中的方法net.hasor.web.WebController
Get cookie value by cookie name.
getCookie(String) - 类 中的方法net.hasor.web.WebController
Get cookie value by cookie name.
getCookieObject(String) - 类 中的方法net.hasor.web.WebController
Get cookie object by cookie name.
getCookieObjects() - 类 中的方法net.hasor.web.WebController
 
getCookieToInt(String) - 类 中的方法net.hasor.web.WebController
Get cookie value by cookie name and convert to Integer.
getCookieToInt(String, Integer) - 类 中的方法net.hasor.web.WebController
Get cookie value by cookie name and convert to Integer.
getCookieToLong(String) - 类 中的方法net.hasor.web.WebController
Get cookie value by cookie name and convert to Long.
getCookieToLong(String, Long) - 类 中的方法net.hasor.web.WebController
Get cookie value by cookie name and convert to Long.
getData() - 类 中的方法net.hasor.web.upload.util.DeferredFileOutputStream
Returns the data for this output stream as an array of bytes, assuming that the data has been retained in memory.
getData(String) - 类 中的方法net.hasor.web.WebController
返回 Invoker 保存的数据。
getDataNames() - 类 中的方法net.hasor.web.WebController
返回 Invoker 保存的数据keys。
getErrorCode() - 异常错误 中的方法net.hasor.web.upload.FileUploadException
 
getFieldName() - 接口 中的方法net.hasor.web.FileItemStream
Returns the name of the field in the multipart form corresponding to this file item.
getFieldName() - 类 中的方法net.hasor.web.upload.FileItemBase
 
getFieldName(FileItemHeaders) - 类 中的方法net.hasor.web.upload.FileUpload
Retrieves the field name from the Content-disposition header.
getFile() - 类 中的方法net.hasor.web.upload.util.DeferredFileOutputStream
Returns either the output file specified in the constructor or the temporary file created or null.
getFileName(FileItemHeaders) - 类 中的方法net.hasor.web.upload.FileUpload
Retrieves the file name from the Content-disposition header.
getFileSizeMax() - 类 中的方法net.hasor.web.upload.FileUpload
Returns the maximum allowed size of a single uploaded file, as opposed to FileUpload.getSizeMax().
getFilterName() - 类 中的方法net.hasor.web.definition.J2eeMapConfig
 
getHeader(String) - 接口 中的方法net.hasor.web.FileItemHeaders
Returns the value of the specified part header as a String.
getHeader(String) - 类 中的方法net.hasor.web.upload.util.HeadersSet
Returns the value of the specified part header as a String.
getHeaderEncoding() - 类 中的方法net.hasor.web.upload.FileUpload
Retrieves the character encoding used when reading the headers of an individual part.
getHeaderNames() - 接口 中的方法net.hasor.web.FileItemHeaders
Returns an Iterator of all the header names.
getHeaderNames() - 类 中的方法net.hasor.web.upload.util.HeadersSet
Returns an Iterator of all the header names.
getHeaders(String) - 接口 中的方法net.hasor.web.FileItemHeaders
Returns all the values of the specified item header as an Iterator of String objects.
getHeaders() - 接口 中的方法net.hasor.web.FileItemStream
Returns the collection of headers defined locally within this item.
getHeaders() - 类 中的方法net.hasor.web.upload.FileItemBase
 
getHeaders(String) - 类 中的方法net.hasor.web.upload.util.HeadersSet
Returns all the values of the specified item header as an Iterator of String objects.
getHttpMethodSet() - 类 中的方法net.hasor.web.invoker.InMappingDef
 
getHttpMethodSet() - 接口 中的方法net.hasor.web.Mapping
获取方法
getHttpRequest() - 接口 中的方法net.hasor.web.Invoker
获取 HttpServletRequest 对象。
getHttpRequest() - 类 中的方法net.hasor.web.invoker.InvokerSupplier
 
getHttpRequest() - 类 中的方法net.hasor.web.wrap.InvokerWrap
 
getHttpResponse() - 接口 中的方法net.hasor.web.Invoker
获取 HttpServletResponse 对象。
getHttpResponse() - 类 中的方法net.hasor.web.invoker.InvokerSupplier
 
getHttpResponse() - 类 中的方法net.hasor.web.wrap.InvokerWrap
 
getID() - 类 中的方法net.hasor.web.definition.RenderDefinition
 
getIndex() - 类 中的方法net.hasor.web.definition.AbstractDefinition
 
getIndex() - 类 中的方法net.hasor.web.invoker.InMappingDef
 
getInitParameter(String) - 类 中的方法net.hasor.web.definition.InvokerMapConfig
 
getInitParameter(String) - 类 中的方法net.hasor.web.definition.J2eeMapConfig
 
getInitParameter(String) - 接口 中的方法net.hasor.web.InvokerConfig
Returns a String containing the value of the named initialization parameter, or null if the initialization parameter does not exist.
getInitParameterNames() - 类 中的方法net.hasor.web.definition.InvokerMapConfig
 
getInitParameterNames() - 类 中的方法net.hasor.web.definition.J2eeMapConfig
 
getInitParameterNames() - 接口 中的方法net.hasor.web.InvokerConfig
Returns the names of the filter's initialization parameters as an Enumeration of String objects, or an empty Enumeration if the filter has no initialization parameters.
getInitParams() - 类 中的方法net.hasor.web.definition.AbstractDefinition
Returns any context params supplied when creating the binding.
getInitParams() - 类 中的方法net.hasor.web.invoker.InMappingServlet
 
getInstance(Class<T>, String) - 类 中的方法net.hasor.web.WebController
 
getInstance(Class<T>) - 类 中的方法net.hasor.web.WebController
 
getInstance(String) - 类 中的方法net.hasor.web.WebController
 
getInvoker() - 类 中的方法net.hasor.web.WebController
 
getItemIterator(HttpServletRequest) - 类 中的方法net.hasor.web.upload.FileUpload
Processes an RFC 1867 compliant multipart/form-data stream.
getMappingTo() - 类 中的方法net.hasor.web.invoker.InMappingDef
获取映射的地址
getMappingTo() - 接口 中的方法net.hasor.web.Mapping
获取映射的地址
getMappingToMatches() - 类 中的方法net.hasor.web.invoker.InMappingDef
 
getMappingToMatches() - 接口 中的方法net.hasor.web.Mapping
获取映射的地址的正则表达式形式
getMessage() - 类 中的方法net.hasor.web.valid.Message
获取消息
getMessageTemplate() - 类 中的方法net.hasor.web.valid.Message
获取消息模版信息。
getMimeType(String) - 类 中的方法net.hasor.web.invoker.InvokerSupplier
 
getMimeType(String) - 类 中的方法net.hasor.web.invoker.InvokerWebApiBinder
 
getMimeType(String) - 类 中的方法net.hasor.web.mime.MimeTypeSupplier
根据扩展名获取meta类型。
getMimeType(String) - 接口 中的方法net.hasor.web.MimeType
获取MimeType类型
getMimeType(String) - 类 中的方法net.hasor.web.wrap.InvokerWrap
 
getMimeType(String) - 类 中的方法net.hasor.web.wrap.WebApiBinderWrap
 
getMultipart(String) - 类 中的方法net.hasor.web.WebController
将 Multipart 请求数据缓存到一个目录下,同时返回 FileItem 列表。
getMultipart(String, Integer) - 类 中的方法net.hasor.web.WebController
将 Multipart 请求数据缓存到一个目录下,同时返回 FileItem 列表,
getMultipart(String, String, Integer) - 类 中的方法net.hasor.web.WebController
将 Multipart 请求数据缓存到一个目录下,同时返回 FileItem 列表.
getMultipart(String, String, Integer, String) - 类 中的方法net.hasor.web.WebController
将 Multipart 请求数据缓存到一个目录下,同时返回 FileItem 列表。
getMultipartIterator() - 类 中的方法net.hasor.web.WebController
返回流式处理文件上传的迭代器。
getMultipartIterator(Integer) - 类 中的方法net.hasor.web.WebController
返回流式处理文件上传的迭代器。
getMultipartIterator(Integer, String) - 类 中的方法net.hasor.web.WebController
返回流式处理文件上传的迭代器。
getMultipartList() - 类 中的方法net.hasor.web.WebController
将 multipart 请求数据缓存到一个目录下,同时返回 FileItem 列表.
getMultipartList(Integer) - 类 中的方法net.hasor.web.WebController
将 Multipart 请求数据缓存到一个目录下,同时返回 FileItem 列表.
getMultipartList(String, Integer) - 类 中的方法net.hasor.web.WebController
将 Multipart 请求数据缓存到一个目录下,同时返回 FileItem 列表.
getMultipartList(String, Integer, String) - 类 中的方法net.hasor.web.WebController
将 Multipart 请求数据缓存到一个目录下,同时返回 FileItem 列表。
getMultipartList(FileItemFactory) - 类 中的方法net.hasor.web.WebController
将 Multipart 请求数据缓存到一个目录下,同时返回 FileItem 列表。
getMultipartList(FileItemFactory, Integer) - 类 中的方法net.hasor.web.WebController
将 Multipart 请求数据缓存到一个目录下,同时返回 FileItem 列表。
getMultipartList(FileItemFactory, Integer, String) - 类 中的方法net.hasor.web.WebController
将 Multipart 请求数据缓存到一个目录下,同时返回 FileItem 列表。
getName() - 接口 中的方法net.hasor.web.FileItemStream
Returns the original filename in the client's filesystem, as provided by the browser (or other client software).
getName() - 类 中的方法net.hasor.web.jstl.taglib.AbstractTag
 
getName() - 类 中的方法net.hasor.web.upload.FileItemBase
 
getOneMultipart(String) - 类 中的方法net.hasor.web.WebController
将 Multipart 请求数据缓存到一个目录下,同时返回 FileItem。
getOneMultipart(String, Integer) - 类 中的方法net.hasor.web.WebController
将 Multipart 请求数据缓存到一个目录下,同时返回 FileItem。
getOneMultipart(String, String, Integer) - 类 中的方法net.hasor.web.WebController
将 Multipart 请求数据缓存到一个目录下,同时返回 FileItem。
getOneMultipart(String, String, Integer, String) - 类 中的方法net.hasor.web.WebController
将 Multipart 请求数据缓存到一个目录下,同时返回 FileItem。
getPara(String) - 类 中的方法net.hasor.web.WebController
Returns the value of a request parameter as a String, or null if the parameter does not exist.
getPara(String, String) - 类 中的方法net.hasor.web.WebController
Returns the value of a request parameter as a String, or default value if the parameter does not exist.
getParaMap() - 类 中的方法net.hasor.web.WebController
Returns the values of the request parameters as a Map.
getParameters() - 类 中的方法net.hasor.web.valid.Message
获取参数
getParamsParam(Invoker, Class<? extends T>, T) - 类 中的方法net.hasor.web.invoker.InvokerCallerParamsBuilder
 
getParaNames() - 类 中的方法net.hasor.web.WebController
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
getParaToBoolean(String) - 类 中的方法net.hasor.web.WebController
Returns the value of a request parameter and convert to Boolean.
getParaToBoolean(String, Boolean) - 类 中的方法net.hasor.web.WebController
Returns the value of a request parameter and convert to Boolean with a default value if it is null.
getParaToInt(String) - 类 中的方法net.hasor.web.WebController
Returns the value of a request parameter and convert to Integer.
getParaToInt(String, Integer) - 类 中的方法net.hasor.web.WebController
Returns the value of a request parameter and convert to Integer with a default value if it is null.
getParaToLong(String) - 类 中的方法net.hasor.web.WebController
Returns the value of a request parameter and convert to Long.
getParaToLong(String, Long) - 类 中的方法net.hasor.web.WebController
Returns the value of a request parameter and convert to Long with a default value if it is null.
getParaValues(String) - 类 中的方法net.hasor.web.WebController
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.WebController
Returns an array of Integer objects containing all of the values the given request parameter has, or null if the parameter does not exist.
getParsedHeaders(String) - 类 中的方法net.hasor.web.upload.FileUpload
Parses the header-part and returns as key/value pairs.
getPattern() - 类 中的方法net.hasor.web.definition.AbstractDefinition
Returns the pattern used to match against the binding.
getPatternType() - 接口 中的方法net.hasor.web.definition.UriPatternMatcher
Returns the type of pattern this is.
getRenderInfo() - 类 中的方法net.hasor.web.definition.RenderDefinition
 
getRequest() - 类 中的方法net.hasor.web.WebController
 
getRequestPath() - 接口 中的方法net.hasor.web.Invoker
获取当前请求路径。
getResponse() - 类 中的方法net.hasor.web.WebController
 
getServletContext() - 类 中的方法net.hasor.web.definition.J2eeMapConfig
 
getServletContext() - 类 中的方法net.hasor.web.invoker.InvokerWebApiBinder
 
getServletContext() - 接口 中的方法net.hasor.web.WebApiBinder
获取ServletContext对象。
getServletContext() - 类 中的方法net.hasor.web.wrap.WebApiBinderWrap
 
getServletName() - 类 中的方法net.hasor.web.definition.J2eeMapConfig
 
getServletVersion() - 类 中的方法net.hasor.web.invoker.InvokerWebApiBinder
 
getServletVersion() - 接口 中的方法net.hasor.web.WebApiBinder
获取容器支持的Servlet版本。
getServletVersion() - 类 中的方法net.hasor.web.wrap.WebApiBinderWrap
 
getSession() - 类 中的方法net.hasor.web.WebController
 
getSession(boolean) - 类 中的方法net.hasor.web.WebController
Return HttpSession.
getSessionAttr(String) - 类 中的方法net.hasor.web.WebController
Return a Object from session.
getSize() - 接口 中的方法net.hasor.web.FileItem
Returns the size of the file item.
getSize() - 类 中的方法net.hasor.web.upload.factorys.disk.DiskFileItem
 
getSize() - 类 中的方法net.hasor.web.upload.factorys.disk.DiskFileItemFactory.MemoryFileItem
 
getSizeMax() - 类 中的方法net.hasor.web.upload.FileUpload
Returns the maximum allowed size of a complete request, as opposed to FileUpload.getFileSizeMax().
getStream() - 类 中的方法net.hasor.web.upload.util.DeferredFileOutputStream
Returns the current output stream.
getStream() - 类 中的方法net.hasor.web.upload.util.ThresholdingOutputStream
Returns the underlying output stream, to which the corresponding OutputStream methods in this class will ultimately delegate.
getString(String) - 接口 中的方法net.hasor.web.FileItem
Returns the contents of the file item as a String, using the specified encoding.
getString() - 接口 中的方法net.hasor.web.FileItem
Returns the contents of the file item as a String, using the default character encoding.
getString(String) - 类 中的方法net.hasor.web.upload.FileItemBase
 
getString() - 类 中的方法net.hasor.web.upload.FileItemBase
 
getTarget() - 类 中的方法net.hasor.web.definition.AbstractDefinition
 
getTarget() - 类 中的方法net.hasor.web.definition.ContextListenerDefinition
 
getTarget() - 类 中的方法net.hasor.web.definition.FilterDefinition
 
getTarget() - 类 中的方法net.hasor.web.definition.HttpSessionListenerDefinition
 
getTarget() - 类 中的方法net.hasor.web.definition.InvokeFilterDefinition
 
getTarget() - 类 中的方法net.hasor.web.definition.MappingDiscovererDefinition
 
getTargetType() - 类 中的方法net.hasor.web.invoker.InMappingDef
 
getTargetType() - 接口 中的方法net.hasor.web.Mapping
获取目标类型
getThreshold() - 类 中的方法net.hasor.web.upload.util.ThresholdingOutputStream
Returns the threshold, in bytes, at which an event will be triggered.
getUriPatternType() - 类 中的方法net.hasor.web.definition.AbstractDefinition
Returns the pattern type that this binding was created with.
getValidData() - 类 中的方法net.hasor.web.valid.ValidInvokerSupplier
 
getVar() - 类 中的方法net.hasor.web.jstl.taglib.AbstractTag
 
gt(ServletVersion) - 枚举 中的方法net.hasor.web.ServletVersion
大于

H

hasNext() - 类 中的方法net.hasor.web.upload.FileUpload.FileItemIteratorImpl
Returns, whether another instance of FileItemStream is available.
Head - net.hasor.web.annotation中的注释类型
Indicates that the annotated method responds to HTTP HEAD requests
HEAD - 注释类型 中的静态变量net.hasor.web.annotation.HttpMethod
HTTP HEAD method
HeaderParameter - net.hasor.web.annotation中的注释类型
请求头的中的值
HeadersSet - net.hasor.web.upload.util中的类
Default implementation of the FileItemHeaders interface.
HeadersSet() - 类 的构造器net.hasor.web.upload.util.HeadersSet
 
HTTP_REQUEST_ENCODING_KEY - 类 中的静态变量net.hasor.web.startup.RuntimeFilter
 
HTTP_RESPONSE_ENCODING_KEY - 类 中的静态变量net.hasor.web.startup.RuntimeFilter
 
HttpMethod - net.hasor.web.annotation中的注释类型
Associates the name of a HTTP method with an annotation.
HttpSessionListenerDefinition - net.hasor.web.definition中的类
 
HttpSessionListenerDefinition(BindInfo<? extends HttpSessionListener>) - 类 的构造器net.hasor.web.definition.HttpSessionListenerDefinition
 

I

IgnoreParam - net.hasor.web.annotation中的注释类型
忽略参数
init(InvokerConfig) - 类 中的方法net.hasor.web.definition.AbstractDefinition
 
init(AppContext) - 类 中的方法net.hasor.web.definition.ContextListenerDefinition
 
init(AppContext) - 类 中的方法net.hasor.web.definition.HttpSessionListenerDefinition
 
init(InvokerConfig) - 接口 中的方法net.hasor.web.InvokerFilter
初始化过滤器
init(AppContext) - 接口 中的方法net.hasor.web.listener.ListenerPipeline
初始化Servlet异常钩子。
init(AppContext) - 类 中的方法net.hasor.web.listener.ManagedListenerPipeline
 
init(InvokerConfig) - 类 中的方法net.hasor.web.render.RenderWebPlugin
 
init(FilterConfig) - 类 中的方法net.hasor.web.startup.RuntimeFilter
 
init(FileItemStream, File) - 类 中的方法net.hasor.web.upload.factorys.disk.DiskFileItem
 
initContext(AppContext, Map<String, String>) - 类 中的方法net.hasor.web.invoker.InvokerContext
 
initController(Invoker) - 接口 中的方法net.hasor.web.Controller
在处理新请求之前,初始化这个控制器。
initController(Invoker) - 类 中的方法net.hasor.web.WebController
 
initController(Invoker) - 类 中的方法net.hasor.web.wrap.DefaultServlet
 
initEngine(AppContext) - 接口 中的方法net.hasor.web.RenderEngine
初始化引擎
InMappingDef - net.hasor.web.invoker中的类
一个请求地址只能是一个Action类进行处理,Action中的不同方法可以通过 @HttpMethod 等注解映射到 HTTP 协议中 GET、PUT 等行为上。
InMappingDef(int, BindInfo<?>, String, Predicate<Method>) - 类 的构造器net.hasor.web.invoker.InMappingDef
 
InMappingDef(int, BindInfo<?>, String, Predicate<Method>, boolean) - 类 的构造器net.hasor.web.invoker.InMappingDef
 
InMappingServlet - net.hasor.web.invoker中的类
线程安全
InMappingServlet(int, BindInfo<? extends HttpServlet>, String, Map<String, String>, ServletContext) - 类 的构造器net.hasor.web.invoker.InMappingServlet
 
invoke(FilterChain) - 接口 中的方法net.hasor.web.invoker.ExceuteCaller
 
InvokeFilterDefinition - net.hasor.web.definition中的类
InvokerFilter 定义
InvokeFilterDefinition(int, String, UriPatternMatcher, BindInfo<? extends InvokerFilter>, Map<String, String>) - 类 的构造器net.hasor.web.definition.InvokeFilterDefinition
 
Invoker - net.hasor.web中的接口
请求调用
InvokerCallerParamsBuilder - net.hasor.web.invoker中的类
 
InvokerCallerParamsBuilder() - 类 的构造器net.hasor.web.invoker.InvokerCallerParamsBuilder
 
InvokerChain - net.hasor.web中的接口
请求调用链
InvokerConfig - net.hasor.web中的接口
 
InvokerContext - net.hasor.web.invoker中的类
上下文。
InvokerContext() - 类 的构造器net.hasor.web.invoker.InvokerContext
 
InvokerCreater - net.hasor.web中的接口
invoker 扩展接口。
InvokerFilter - net.hasor.web中的接口
请求过滤器,相当于 Filter 同等作用。
InvokerMapConfig - net.hasor.web.definition中的类
Abstract implementation for all servlet module bindings
InvokerMapConfig(Map<String, String>, Supplier<AppContext>) - 类 的构造器net.hasor.web.definition.InvokerMapConfig
 
InvokerMapConfig(Map<String, String>, AppContext) - 类 的构造器net.hasor.web.definition.InvokerMapConfig
 
InvokerSupplier - net.hasor.web.invoker中的类
Invoker 接口实现类。
InvokerSupplier(Mapping, AppContext, HttpServletRequest, HttpServletResponse) - 类 的构造器net.hasor.web.invoker.InvokerSupplier
 
InvokerWebApiBinder - net.hasor.web.invoker中的类
该类是WebApiBinder接口实现。
InvokerWebApiBinder(ServletVersion, MimeTypeSupplier, ApiBinder) - 类 的构造器net.hasor.web.invoker.InvokerWebApiBinder
 
InvokerWebApiBinderCreater - net.hasor.web.invoker中的类
渲染插件,的ApiBinder扩展器。
InvokerWebApiBinderCreater() - 类 的构造器net.hasor.web.invoker.InvokerWebApiBinderCreater
 
InvokerWrap - net.hasor.web.wrap中的类
Invoker 接口包装器
InvokerWrap(Invoker) - 类 的构造器net.hasor.web.wrap.InvokerWrap
 
isAsync(HttpServletRequest) - 类 中的方法net.hasor.web.invoker.InMappingDef
 
isAsync(HttpServletRequest) - 接口 中的方法net.hasor.web.Mapping
 
isClosed() - 接口 中的方法net.hasor.web.upload.util.Closeable
Returns, whether the object is already closed.
isClosed() - 类 中的方法net.hasor.web.upload.util.LimitedInputStream
Returns, whether this stream is already closed.
isFormField() - 接口 中的方法net.hasor.web.FileItemStream
Determines whether or not a FileItem instance represents a simple form field.
isFormField() - 类 中的方法net.hasor.web.upload.FileItemBase
 
isInMemory() - 类 中的方法net.hasor.web.upload.util.DeferredFileOutputStream
Determines whether or not the data for this output stream has been retained in memory.
isLockKey(String) - 类 中的方法net.hasor.web.invoker.InvokerSupplier
 
isLockKey(String) - 接口 中的方法net.hasor.web.Invoker
判断一个 key 是否被 lock 了。
isLockKey(String) - 类 中的方法net.hasor.web.wrap.InvokerWrap
 
isLockViewType() - 类 中的方法net.hasor.web.render.RenderInvokerSupplier
 
isLockViewType() - 接口 中的方法net.hasor.web.RenderInvoker
判断viewType 是否被锁住。
isMultipart() - 类 中的方法net.hasor.web.WebController
返回为 Multipart 请求,通常 Multipart 请求都包含一个或多个的文件上传。
isMultipartContent(HttpServletRequest) - 类 中的静态方法net.hasor.web.upload.FileUpload
Utility method that determines whether the request contains multipart content.
isThresholdExceeded() - 类 中的方法net.hasor.web.upload.util.ThresholdingOutputStream
Determines whether or not the configured threshold has been exceeded for this output stream.
isValid() - 接口 中的方法net.hasor.web.valid.ValidInvoker
是否通过验证。
isValid(String) - 接口 中的方法net.hasor.web.valid.ValidInvoker
某个规则是否通过验证。
isValid() - 类 中的方法net.hasor.web.valid.ValidInvokerSupplier
 
isValid(String) - 类 中的方法net.hasor.web.valid.ValidInvokerSupplier
 

J

J2eeMapConfig - net.hasor.web.definition中的类
Abstract implementation for all servlet module bindings
J2eeMapConfig(String, Map<String, String>, Supplier<ServletContext>) - 类 的构造器net.hasor.web.definition.J2eeMapConfig
 
jeeFilter(String[]) - 类 中的方法net.hasor.web.invoker.InvokerWebApiBinder
 
jeeFilter(String, String...) - 接口 中的方法net.hasor.web.WebApiBinder
使用传统表达式,创建一个WebApiBinder.FilterBindingBuilder
jeeFilter(String[]) - 接口 中的方法net.hasor.web.WebApiBinder
使用传统表达式,创建一个WebApiBinder.FilterBindingBuilder
jeeFilter(String[]) - 类 中的方法net.hasor.web.wrap.WebApiBinderWrap
 
jeeFilterRegex(String[]) - 类 中的方法net.hasor.web.invoker.InvokerWebApiBinder
 
jeeFilterRegex(String, String...) - 接口 中的方法net.hasor.web.WebApiBinder
使用正则表达式,创建一个WebApiBinder.FilterBindingBuilder
jeeFilterRegex(String[]) - 接口 中的方法net.hasor.web.WebApiBinder
使用正则表达式,创建一个WebApiBinder.FilterBindingBuilder
jeeFilterRegex(String[]) - 类 中的方法net.hasor.web.wrap.WebApiBinderWrap
 
jeeFilterThrough(int, String, UriPatternMatcher, BindInfo<? extends Filter>, Map<String, String>) - 类 中的方法net.hasor.web.invoker.InvokerWebApiBinder
 
jeeServlet(int, String, BindInfo<? extends HttpServlet>, Map<String, String>) - 类 中的方法net.hasor.web.invoker.InvokerWebApiBinder
 
jeeServlet(String[]) - 类 中的方法net.hasor.web.invoker.InvokerWebApiBinder
 
jeeServlet(String, String...) - 接口 中的方法net.hasor.web.WebApiBinder
使用 MappingTo 表达式,创建一个WebApiBinder.ServletBindingBuilder
jeeServlet(String[]) - 接口 中的方法net.hasor.web.WebApiBinder
使用 MappingTo 表达式,创建一个WebApiBinder.ServletBindingBuilder
jeeServlet(String[]) - 类 中的方法net.hasor.web.wrap.WebApiBinderWrap
 

K

keySet() - 接口 中的方法net.hasor.web.Invoker
获取数据容器中已经保存的数据 keys 。

L

layout() - 类 中的方法net.hasor.web.render.RenderInvokerSupplier
 
layout() - 接口 中的方法net.hasor.web.RenderInvoker
是否启用布局功能。
layoutDisable() - 类 中的方法net.hasor.web.render.RenderInvokerSupplier
 
layoutDisable() - 接口 中的方法net.hasor.web.RenderInvoker
禁用布局功能。
layoutEnable() - 类 中的方法net.hasor.web.render.RenderInvokerSupplier
 
layoutEnable() - 接口 中的方法net.hasor.web.RenderInvoker
启用布局功能。
le(ServletVersion) - 枚举 中的方法net.hasor.web.ServletVersion
小于等于
LimitedInputStream - net.hasor.web.upload.util中的类
An input stream, which limits its data size.
LimitedInputStream(InputStream, long) - 类 的构造器net.hasor.web.upload.util.LimitedInputStream
Creates a new instance.
ListenerPipeline - net.hasor.web.listener中的接口
 
loadEnvProperties(ServletContext, String) - 类 中的方法net.hasor.web.startup.RuntimeListener
加载属性文件
loadMappingTo(Set<Class<?>>) - 接口 中的方法net.hasor.web.WebApiBinder
加载带有 @MappingTo 注解的类。
loadMappingTo(Set<Class<?>>, Predicate<Class<?>>) - 接口 中的方法net.hasor.web.WebApiBinder
加载带有 @MappingTo 注解的类。
loadMappingTo(Class<?>) - 接口 中的方法net.hasor.web.WebApiBinder
加载带有 @MappingTo 注解的类。
loadMimeType(Reader) - 类 中的方法net.hasor.web.invoker.InvokerWebApiBinder
 
loadMimeType(String) - 接口 中的方法net.hasor.web.WebApiBinder
 
loadMimeType(InputStream) - 接口 中的方法net.hasor.web.WebApiBinder
 
loadMimeType(Charset, String) - 接口 中的方法net.hasor.web.WebApiBinder
 
loadMimeType(Charset, InputStream) - 接口 中的方法net.hasor.web.WebApiBinder
 
loadMimeType(Reader) - 接口 中的方法net.hasor.web.WebApiBinder
 
loadMimeType(Reader) - 类 中的方法net.hasor.web.wrap.WebApiBinderWrap
 
loadModule(WebApiBinder) - 类 中的方法net.hasor.web.render.RenderWebPlugin
 
loadModule(ApiBinder) - 接口 中的方法net.hasor.web.WebModule
 
loadModule(WebApiBinder) - 接口 中的方法net.hasor.web.WebModule
 
loadReader(Reader) - 类 中的方法net.hasor.web.mime.MimeTypeSupplier
 
loadRender(Set<Class<?>>) - 接口 中的方法net.hasor.web.WebApiBinder
加载@Render注解配置的渲染器。
loadRender(Set<Class<?>>, Predicate<Class<?>>) - 接口 中的方法net.hasor.web.WebApiBinder
加载@Render注解配置的渲染器。
loadRender(Class<?>) - 接口 中的方法net.hasor.web.WebApiBinder
加载 @Render注解配置的渲染器。
loadResource(String) - 类 中的方法net.hasor.web.mime.MimeTypeSupplier
装载数据。
loadStream(InputStream) - 类 中的方法net.hasor.web.mime.MimeTypeSupplier
 
lockKey(String) - 类 中的方法net.hasor.web.invoker.InvokerSupplier
 
lockKey(String) - 接口 中的方法net.hasor.web.Invoker
将一个 key 进行锁定。
lockKey(String) - 类 中的方法net.hasor.web.wrap.InvokerWrap
 
lockViewType() - 类 中的方法net.hasor.web.render.RenderInvokerSupplier
 
lockViewType() - 接口 中的方法net.hasor.web.RenderInvoker
锁定viewType不可修改,一旦锁上就不可以还原。
logger - 类 中的变量net.hasor.web.invoker.AsyncInvocationWorker
 
logger - 类 中的静态变量net.hasor.web.invoker.InvokerCallerParamsBuilder
 
logger - 类 中的静态变量net.hasor.web.invoker.InvokerContext
 
logger - 类 中的变量net.hasor.web.invoker.InvokerWebApiBinderCreater
 
logger - 类 中的变量net.hasor.web.mime.MimeTypeSupplier
 
logger - 类 中的变量net.hasor.web.render.RenderWebPlugin
 
logger - 类 中的变量net.hasor.web.startup.RuntimeFilter
 
logger - 类 中的变量net.hasor.web.startup.RuntimeListener
 
lt(ServletVersion) - 枚举 中的方法net.hasor.web.ServletVersion
小于

M

ManagedListenerPipeline - net.hasor.web.listener中的类
 
ManagedListenerPipeline() - 类 的构造器net.hasor.web.listener.ManagedListenerPipeline
 
Mapping - net.hasor.web中的接口
控制器映射信息
MappingDiscoverer - net.hasor.web中的接口
控制器发现,每当发现一个控制器时都会调用这个接口。
MappingDiscovererDefinition - net.hasor.web.definition中的类
WebPlugin 定义
MappingDiscovererDefinition(BindInfo<? extends MappingDiscoverer>) - 类 的构造器net.hasor.web.definition.MappingDiscovererDefinition
 
MappingTo - net.hasor.web.annotation中的注释类型
控制器映射的地址。
mappingTo(String[]) - 类 中的方法net.hasor.web.invoker.InvokerWebApiBinder
 
mappingTo(String, String...) - 接口 中的方法net.hasor.web.WebApiBinder
使用 MappingTo 表达式,创建一个WebApiBinder.MappingToBindingBuilder
mappingTo(String[]) - 接口 中的方法net.hasor.web.WebApiBinder
使用 MappingTo 表达式,创建一个WebApiBinder.MappingToBindingBuilder
mappingTo(String[]) - 类 中的方法net.hasor.web.wrap.WebApiBinderWrap
 
MappingToGroup - net.hasor.web.annotation中的注释类型
控制器映射的地址。
matches(String) - 接口 中的方法net.hasor.web.definition.UriPatternMatcher
 
matchesInvoker(Invoker) - 类 中的方法net.hasor.web.definition.AbstractDefinition
Returns true if the given URI will match this binding.
matchingMapping(HttpServletRequest) - 类 中的方法net.hasor.web.invoker.InMappingDef
首先测试路径是否匹配,然后判断Restful实例是否支持这个 请求方法。
matchingMapping(HttpServletRequest) - 接口 中的方法net.hasor.web.Mapping
首先测试路径是否匹配,然后判断Restful实例是否支持这个 请求方法。
MemoryFileItem(FileItemStream) - 类 的构造器net.hasor.web.upload.factorys.disk.DiskFileItemFactory.MemoryFileItem
 
Message - net.hasor.web.valid中的类
消息。
Message(String) - 类 的构造器net.hasor.web.valid.Message
 
Message(String, Object...) - 类 的构造器net.hasor.web.valid.Message
 
MimeType - net.hasor.web中的接口
MimeType类型查询接口。
MimeTypeSupplier - net.hasor.web.mime中的类
MimeType 接口实现。
MimeTypeSupplier(ServletContext) - 类 的构造器net.hasor.web.mime.MimeTypeSupplier
 
MimeUtility - net.hasor.web.upload.util中的类
Utility class to decode MIME texts.
MULTIPART - 类 中的静态变量net.hasor.web.upload.FileUpload
Part of HTTP content type header.
MULTIPART_FORM_DATA - 类 中的静态变量net.hasor.web.upload.FileUpload
HTTP content type header for multipart forms.
MULTIPART_MIXED - 类 中的静态变量net.hasor.web.upload.FileUpload
HTTP content type header for multiple uploads.

N

net.hasor.web - 程序包 net.hasor.web
hasor-web 开发框架。
net.hasor.web.annotation - 程序包 net.hasor.web.annotation
Restful 风格 MVC 开发提供支持。
net.hasor.web.definition - 程序包 net.hasor.web.definition
Definitions。
net.hasor.web.invoker - 程序包 net.hasor.web.invoker
hasor-web 框架功能实现。
net.hasor.web.jstl.taglib - 程序包 net.hasor.web.jstl.taglib
提供了一些JSP 标签。
net.hasor.web.listener - 程序包 net.hasor.web.listener
Servlet监听器。
net.hasor.web.mime - 程序包 net.hasor.web.mime
 
net.hasor.web.render - 程序包 net.hasor.web.render
渲染器插件。
net.hasor.web.startup - 程序包 net.hasor.web.startup
hasor-web 的启动入口。
net.hasor.web.upload - 程序包 net.hasor.web.upload
hasor-web 框架中文件上传功能实现。
net.hasor.web.upload.factorys.disk - 程序包 net.hasor.web.upload.factorys.disk
FileItemFactory接口实现,提供磁盘缓存。
net.hasor.web.upload.util - 程序包 net.hasor.web.upload.util
This package contains various IO related utility classes or methods, which are basically reusable and not necessarily restricted to the scope of a file upload.
net.hasor.web.valid - 程序包 net.hasor.web.valid
hasor-web 框架的表单验证功能。
net.hasor.web.wrap - 程序包 net.hasor.web.wrap
hasor-web 框架中用到的各种wrap。
newBinder(ApiBinder) - 类 中的静态方法net.hasor.web.invoker.InvokerWebApiBinderCreater
 
newEngine(AppContext) - 类 中的方法net.hasor.web.definition.RenderDefinition
 
newFileUpload(Integer, String) - 类 中的方法net.hasor.web.WebController
创建原始的FileUpload对象。
newHasor(ServletContext, String, Properties) - 类 中的方法net.hasor.web.startup.RuntimeListener
创建AppContext对象
newInvoker(Mapping, HttpServletRequest, HttpServletResponse) - 类 中的方法net.hasor.web.invoker.InvokerContext
 
newRootModule(ServletContext, String) - 类 中的方法net.hasor.web.startup.RuntimeListener
获取启动模块
next() - 类 中的方法net.hasor.web.upload.FileUpload.FileItemIteratorImpl
Returns the next available FileItemStream.

O

openStream() - 接口 中的方法net.hasor.web.FileItemStream
Creates an InputStream, which allows to read the items contents.
openStream() - 类 中的方法net.hasor.web.upload.factorys.disk.DiskFileItem
 
openStream() - 类 中的方法net.hasor.web.upload.factorys.disk.DiskFileItemFactory.MemoryFileItem
 
OPTIONS - 注释类型 中的静态变量net.hasor.web.annotation.HttpMethod
HTTP OPTIONS method
Options - net.hasor.web.annotation中的注释类型
Indicates that the annotated method responds to HTTP OPTIONS requests
ownerMapping() - 类 中的方法net.hasor.web.invoker.InvokerSupplier
 
ownerMapping() - 接口 中的方法net.hasor.web.Invoker
所属 Mapping
ownerMapping() - 类 中的方法net.hasor.web.wrap.InvokerWrap
 

P

ParameterForm - net.hasor.web.annotation中的注释类型
参数组
parseRequest(HttpServletRequest, FileItemFactory) - 类 中的方法net.hasor.web.upload.FileUpload
Processes an RFC 1867 compliant multipart/form-data stream.
PathParameter - net.hasor.web.annotation中的注释类型
路径中映射的值
POST - 注释类型 中的静态变量net.hasor.web.annotation.HttpMethod
HTTP POST method
Post - net.hasor.web.annotation中的注释类型
Indicates that the annotated method responds to HTTP POST requests
process(RenderInvoker) - 类 中的方法net.hasor.web.render.RenderWebPlugin
 
process(RenderInvoker, Writer) - 接口 中的方法net.hasor.web.RenderEngine
执行模版引擎
Produces - net.hasor.web.annotation中的注释类型
标记在方法上用来设置一个 MimeType name。
PUT - 注释类型 中的静态变量net.hasor.web.annotation.HttpMethod
HTTP PUT method
Put - net.hasor.web.annotation中的注释类型
Indicates that the annotated method responds to HTTP PUT requests
put(String, Object) - 接口 中的方法net.hasor.web.Invoker
/** 将新的值设置到数据池中,如果尝试覆盖已经被锁定的key,会引发 UnsupportedOperationException 类型异常。
putData(String, Object) - 类 中的方法net.hasor.web.WebController
设置 Invoker 保存的数据。

Q

QueryParameter - net.hasor.web.annotation中的注释类型
查询参数

R

raiseError(long, long) - 类 中的方法net.hasor.web.upload.util.LimitedInputStream
Called to indicate, that the input streams limit has been exceeded.
read() - 类 中的方法net.hasor.web.upload.util.LimitedInputStream
Reads the next byte of data from this input stream.
read(byte[], int, int) - 类 中的方法net.hasor.web.upload.util.LimitedInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
release() - 类 中的方法net.hasor.web.jstl.taglib.AbstractTag
 
remove(String) - 接口 中的方法net.hasor.web.Invoker
从数据池中删除数据,如果尝试删除已经被锁定的key,会引发 UnsupportedOperationException 类型异常。
remove() - 类 中的方法net.hasor.web.upload.FileUpload.FileItemIteratorImpl
 
removeAttr(String) - 类 中的方法net.hasor.web.WebController
Removes an attribute from this request
removeCookie(String) - 类 中的方法net.hasor.web.WebController
Remove Cookie with path = "/".
removeCookie(String, String) - 类 中的方法net.hasor.web.WebController
Remove Cookie.
removeCookie(String, String, String) - 类 中的方法net.hasor.web.WebController
Remove Cookie.
removeData(String) - 类 中的方法net.hasor.web.WebController
删除 Invoker 保存的数据。
removeSessionAttr(String) - 类 中的方法net.hasor.web.WebController
Remove Object in session.
Render - net.hasor.web.annotation中的注释类型
渲染器,配置只为渲染器名字,通常配置成为请求的扩展名。
RenderDefinition - net.hasor.web.definition中的类
渲染引擎定义。
RenderDefinition(String, String, BindInfo<? extends RenderEngine>) - 类 的构造器net.hasor.web.definition.RenderDefinition
 
RenderEngine - net.hasor.web中的接口
渲染引擎
RenderInvoker - net.hasor.web中的接口
渲染插件 Api
RenderInvokerCreater - net.hasor.web.render中的类
 
RenderInvokerCreater() - 类 的构造器net.hasor.web.render.RenderInvokerCreater
 
RenderInvokerSupplier - net.hasor.web.render中的类
 
RenderInvokerSupplier(Invoker) - 类 的构造器net.hasor.web.render.RenderInvokerSupplier
 
renderTo() - 类 中的方法net.hasor.web.render.RenderInvokerSupplier
 
renderTo(String) - 类 中的方法net.hasor.web.render.RenderInvokerSupplier
 
renderTo(String, String) - 类 中的方法net.hasor.web.render.RenderInvokerSupplier
 
renderTo() - 接口 中的方法net.hasor.web.RenderInvoker
要渲染的资源。
renderTo(String) - 接口 中的方法net.hasor.web.RenderInvoker
指定要渲染的资源。
renderTo(String, String) - 接口 中的方法net.hasor.web.RenderInvoker
指定要渲染的资源,并指定渲染器。
renderTo(String) - 类 中的方法net.hasor.web.WebController
更新渲染模版。
renderTo(String, String) - 类 中的方法net.hasor.web.WebController
更新渲染模版。
RenderWebPlugin - net.hasor.web.render中的类
渲染器插件。
RenderWebPlugin() - 类 的构造器net.hasor.web.render.RenderWebPlugin
 
REQUEST_KEY - 接口 中的静态变量net.hasor.web.Invoker
数据池中的key,request对象。
RequestParameter - net.hasor.web.annotation中的注释类型
请求参数
resetByteCount() - 类 中的方法net.hasor.web.upload.util.ThresholdingOutputStream
Resets the byteCount to zero.
resolveParams(Invoker, Method) - 类 中的方法net.hasor.web.invoker.InvokerCallerParamsBuilder
 
RESPONSE_KEY - 接口 中的静态变量net.hasor.web.Invoker
数据池中的key,response对象。
RETURN_DATA_KEY - 接口 中的静态变量net.hasor.web.Invoker
数据池中的key,该数据是表示请求方法的执行返回值。
ROOT_DATA_KEY - 接口 中的静态变量net.hasor.web.Invoker
数据池中的key,数据池中的自关联,相当于 this的含义。
run() - 类 中的方法net.hasor.web.invoker.AsyncInvocationWorker
 
RuntimeFilter - net.hasor.web.startup中的类
入口Filter,同一个应用程序只能实例化一个 RuntimeFilter 对象。
RuntimeFilter() - 类 的构造器net.hasor.web.startup.RuntimeFilter
 
RuntimeListener - net.hasor.web.startup中的类
 
RuntimeListener() - 类 的构造器net.hasor.web.startup.RuntimeListener
 

S

SaxXmlParser - net.hasor.web.mime中的类
 
SaxXmlParser(Map<String, String>) - 类 的构造器net.hasor.web.mime.SaxXmlParser
 
service(ServletRequest, ServletResponse) - 类 中的方法net.hasor.web.wrap.DefaultServlet
 
ServletVersion - net.hasor.web中的枚举
servlet版本
sessionCreated(HttpSessionEvent) - 类 中的方法net.hasor.web.definition.HttpSessionListenerDefinition
 
sessionCreated(HttpSessionEvent) - 类 中的方法net.hasor.web.listener.ManagedListenerPipeline
 
sessionCreated(HttpSessionEvent) - 类 中的方法net.hasor.web.startup.RuntimeListener
 
sessionDestroyed(HttpSessionEvent) - 类 中的方法net.hasor.web.definition.HttpSessionListenerDefinition
 
sessionDestroyed(HttpSessionEvent) - 类 中的方法net.hasor.web.listener.ManagedListenerPipeline
 
sessionDestroyed(HttpSessionEvent) - 类 中的方法net.hasor.web.startup.RuntimeListener
 
setAppContext(AppContext) - 类 中的方法net.hasor.web.definition.MappingDiscovererDefinition
 
setAttr(String, Object) - 类 中的方法net.hasor.web.WebController
Stores an attribute in this request
setAttrs(Map<String, Object>) - 类 中的方法net.hasor.web.WebController
Stores attributes in this request, key of the map as attribute name and value of the map as attribute value
setBeanID(String) - 类 中的方法net.hasor.web.jstl.taglib.AbstractTag
 
setBindType(String) - 类 中的方法net.hasor.web.jstl.taglib.AbstractTag
 
setCacheDirectory(File) - 类 中的方法net.hasor.web.upload.factorys.disk.DiskFileItemFactory
 
setCookie(Cookie) - 类 中的方法net.hasor.web.WebController
Set Cookie to response.
setCookie(String, String, int, String) - 类 中的方法net.hasor.web.WebController
Set Cookie to response.
setCookie(String, String, int, String, String) - 类 中的方法net.hasor.web.WebController
Set Cookie to response.
setCookie(String, String, int) - 类 中的方法net.hasor.web.WebController
Set Cookie with path = "/".
setDatas(Map<String, Object>) - 类 中的方法net.hasor.web.WebController
设置 Invoker 保存的数据。
setEncodingCharacter(String, String) - 接口 中的方法net.hasor.web.WebApiBinder
设置请求响应编码
setFileSizeMax(long) - 类 中的方法net.hasor.web.upload.FileUpload
Sets the maximum allowed size of a single uploaded file, as opposed to FileUpload.getSizeMax().
setHeader(String, String) - 类 中的方法net.hasor.web.WebController
设置HttpServletResponseHeader属性
setHeaderEncoding(String) - 类 中的方法net.hasor.web.upload.FileUpload
Specifies the character encoding to be used when reading the headers of individual part.
setName(String) - 类 中的方法net.hasor.web.jstl.taglib.AbstractTag
 
setRequestCharacter(String) - 类 中的方法net.hasor.web.invoker.InvokerWebApiBinder
 
setRequestCharacter(String) - 接口 中的方法net.hasor.web.WebApiBinder
设置请求编码
setRequestCharacter(String) - 类 中的方法net.hasor.web.wrap.WebApiBinderWrap
 
setResponseCharacter(String) - 类 中的方法net.hasor.web.invoker.InvokerWebApiBinder
 
setResponseCharacter(String) - 接口 中的方法net.hasor.web.WebApiBinder
设置响应编码
setResponseCharacter(String) - 类 中的方法net.hasor.web.wrap.WebApiBinderWrap
 
setSessionAttr(String, Object) - 类 中的方法net.hasor.web.WebController
Store Object to session.
setSizeMax(long) - 类 中的方法net.hasor.web.upload.FileUpload
Sets the maximum allowed size of a complete request, as opposed to FileUpload.setFileSizeMax(long).
setVar(String) - 类 中的方法net.hasor.web.jstl.taglib.AbstractTag
 
startElement(String, String, String, Attributes) - 类 中的方法net.hasor.web.mime.SaxXmlParser
 
storeToVar(Object) - 类 中的方法net.hasor.web.jstl.taglib.AbstractTag
 
Streams - net.hasor.web.upload.util中的类
Utility class for working with streams.

T

ThresholdingOutputStream - net.hasor.web.upload.util中的类
An output stream which triggers an event when a specified number of bytes of data have been written to it.
ThresholdingOutputStream(int) - 类 的构造器net.hasor.web.upload.util.ThresholdingOutputStream
Constructs an instance of this class which will trigger an event at the specified threshold.
thresholdReached() - 类 中的方法net.hasor.web.upload.util.DeferredFileOutputStream
Switches the underlying output stream from a memory based stream to one that is backed by disk.
thresholdReached() - 类 中的方法net.hasor.web.upload.util.ThresholdingOutputStream
Indicates that the configured threshold has been reached, and that a subclass should take whatever action necessary on this event.
through(Class<? extends T>) - 接口 中的方法net.hasor.web.WebApiBinder.FilterBindingBuilder
 
through(T) - 接口 中的方法net.hasor.web.WebApiBinder.FilterBindingBuilder
 
through(Supplier<? extends T>) - 接口 中的方法net.hasor.web.WebApiBinder.FilterBindingBuilder
 
through(BindInfo<? extends T>) - 接口 中的方法net.hasor.web.WebApiBinder.FilterBindingBuilder
 
through(Class<? extends T>, Map<String, String>) - 接口 中的方法net.hasor.web.WebApiBinder.FilterBindingBuilder
 
through(T, Map<String, String>) - 接口 中的方法net.hasor.web.WebApiBinder.FilterBindingBuilder
 
through(Supplier<? extends T>, Map<String, String>) - 接口 中的方法net.hasor.web.WebApiBinder.FilterBindingBuilder
 
through(BindInfo<? extends T>, Map<String, String>) - 接口 中的方法net.hasor.web.WebApiBinder.FilterBindingBuilder
 
through(int, Class<? extends T>) - 接口 中的方法net.hasor.web.WebApiBinder.FilterBindingBuilder
 
through(int, T) - 接口 中的方法net.hasor.web.WebApiBinder.FilterBindingBuilder
 
through(int, Supplier<? extends T>) - 接口 中的方法net.hasor.web.WebApiBinder.FilterBindingBuilder
 
through(int, BindInfo<? extends T>) - 接口 中的方法net.hasor.web.WebApiBinder.FilterBindingBuilder
 
through(int, Class<? extends T>, Map<String, String>) - 接口 中的方法net.hasor.web.WebApiBinder.FilterBindingBuilder
 
through(int, T, Map<String, String>) - 接口 中的方法net.hasor.web.WebApiBinder.FilterBindingBuilder
 
through(int, Supplier<? extends T>, Map<String, String>) - 接口 中的方法net.hasor.web.WebApiBinder.FilterBindingBuilder
 
through(int, BindInfo<? extends T>, Map<String, String>) - 接口 中的方法net.hasor.web.WebApiBinder.FilterBindingBuilder
 
to(Class<T>) - 接口 中的方法net.hasor.web.WebApiBinder.RenderEngineBindingBuilder
绑定实现。
toInstance(RenderEngine) - 接口 中的方法net.hasor.web.WebApiBinder.RenderEngineBindingBuilder
绑定实现。
toProvider(Supplier<? extends RenderEngine>) - 接口 中的方法net.hasor.web.WebApiBinder.RenderEngineBindingBuilder
绑定实现。
toString() - 类 中的方法net.hasor.web.definition.AbstractDefinition
 
toString() - 类 中的方法net.hasor.web.definition.ContextListenerDefinition
 
toString() - 类 中的方法net.hasor.web.definition.HttpSessionListenerDefinition
 
toString() - 类 中的方法net.hasor.web.definition.MappingDiscovererDefinition
 
toString() - 类 中的方法net.hasor.web.definition.RenderDefinition
 
toString() - 类 中的方法net.hasor.web.invoker.InMappingDef
 
toString() - 类 中的方法net.hasor.web.valid.Message
 

U

UriPatternMatcher - net.hasor.web.definition中的接口
A general interface for matching a URI against a URI pattern.
UriPatternType - net.hasor.web.definition中的枚举
An enumeration of the available URI-pattern matching styles

V

VALID_DATA_KEY - 接口 中的静态变量net.hasor.web.valid.ValidInvoker
 
Validation<T> - net.hasor.web.valid中的接口
对象验证,如果验证失败返回验证消息。
ValidBy - net.hasor.web.valid中的注释类型
验证实现类
validErrors(String) - 接口 中的方法net.hasor.web.valid.ValidInvoker
获取某个key下验证失败信息。
validErrors(String) - 类 中的方法net.hasor.web.valid.ValidInvokerSupplier
 
ValidInvoker - net.hasor.web.valid中的接口
表单验证框架Api接口
ValidInvokerCreater - net.hasor.web.valid中的类
表单验证器,Invoker扩展。
ValidInvokerCreater() - 类 的构造器net.hasor.web.valid.ValidInvokerCreater
 
ValidInvokerSupplier - net.hasor.web.valid中的类
表单验证器,Invoker 扩展实现类。
ValidInvokerSupplier(Invoker) - 类 的构造器net.hasor.web.valid.ValidInvokerSupplier
 
validKeys() - 接口 中的方法net.hasor.web.valid.ValidInvoker
验证失败的验证keys。
validKeys() - 类 中的方法net.hasor.web.valid.ValidInvokerSupplier
 
valueOf(String) - 枚举 中的静态方法net.hasor.web.definition.UriPatternType
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.hasor.web.invoker.AsyncSupported
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.hasor.web.ServletVersion
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法net.hasor.web.upload.FileUploadException.UploadErrorCodes
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法net.hasor.web.definition.UriPatternType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.hasor.web.invoker.AsyncSupported
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.hasor.web.ServletVersion
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法net.hasor.web.upload.FileUploadException.UploadErrorCodes
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
verifyAttribute(AttributeNames...) - 类 中的方法net.hasor.web.jstl.taglib.AbstractTag
 
viewType() - 类 中的方法net.hasor.web.render.RenderInvokerSupplier
 
viewType(String) - 类 中的方法net.hasor.web.render.RenderInvokerSupplier
 
viewType() - 接口 中的方法net.hasor.web.RenderInvoker
当前使用的渲染器。
viewType(String) - 接口 中的方法net.hasor.web.RenderInvoker
指定渲染器。

W

WebApiBinder - net.hasor.web中的接口
提供了注册Servlet和Filter的方法。
WebApiBinder.FilterBindingBuilder<T> - net.hasor.web中的接口
负责配置Filter。
WebApiBinder.MappingToBindingBuilder<T> - net.hasor.web中的接口
负责配置MappingTo。
WebApiBinder.RenderEngineBindingBuilder - net.hasor.web中的接口
负责配置RenderEngine。
WebApiBinder.ServletBindingBuilder - net.hasor.web中的接口
负责配置Servlet。
WebApiBinderWrap - net.hasor.web.wrap中的类
WebApiBinder 接口包装器
WebApiBinderWrap(WebApiBinder) - 类 的构造器net.hasor.web.wrap.WebApiBinderWrap
 
WebController - net.hasor.web中的类
Controller
昨夜西风凋碧树。
WebController() - 类 的构造器net.hasor.web.WebController
 
WebModule - net.hasor.web中的接口
WebModule
WebParameter - net.hasor.web.annotation中的注释类型
 
with(Class<? extends T>) - 接口 中的方法net.hasor.web.WebApiBinder.MappingToBindingBuilder
 
with(T) - 接口 中的方法net.hasor.web.WebApiBinder.MappingToBindingBuilder
 
with(Class<T>, Supplier<? extends T>) - 接口 中的方法net.hasor.web.WebApiBinder.MappingToBindingBuilder
 
with(BindInfo<? extends T>) - 接口 中的方法net.hasor.web.WebApiBinder.MappingToBindingBuilder
 
with(int, Class<? extends T>) - 接口 中的方法net.hasor.web.WebApiBinder.MappingToBindingBuilder
 
with(int, T) - 接口 中的方法net.hasor.web.WebApiBinder.MappingToBindingBuilder
 
with(int, Class<T>, Supplier<? extends T>) - 接口 中的方法net.hasor.web.WebApiBinder.MappingToBindingBuilder
 
with(int, BindInfo<? extends T>) - 接口 中的方法net.hasor.web.WebApiBinder.MappingToBindingBuilder
 
with(Class<? extends HttpServlet>) - 接口 中的方法net.hasor.web.WebApiBinder.ServletBindingBuilder
 
with(HttpServlet) - 接口 中的方法net.hasor.web.WebApiBinder.ServletBindingBuilder
 
with(Supplier<? extends HttpServlet>) - 接口 中的方法net.hasor.web.WebApiBinder.ServletBindingBuilder
 
with(BindInfo<? extends HttpServlet>) - 接口 中的方法net.hasor.web.WebApiBinder.ServletBindingBuilder
 
with(Class<? extends HttpServlet>, Map<String, String>) - 接口 中的方法net.hasor.web.WebApiBinder.ServletBindingBuilder
 
with(HttpServlet, Map<String, String>) - 接口 中的方法net.hasor.web.WebApiBinder.ServletBindingBuilder
 
with(Supplier<? extends HttpServlet>, Map<String, String>) - 接口 中的方法net.hasor.web.WebApiBinder.ServletBindingBuilder
 
with(BindInfo<? extends HttpServlet>, Map<String, String>) - 接口 中的方法net.hasor.web.WebApiBinder.ServletBindingBuilder
 
with(int, Class<? extends HttpServlet>) - 接口 中的方法net.hasor.web.WebApiBinder.ServletBindingBuilder
 
with(int, HttpServlet) - 接口 中的方法net.hasor.web.WebApiBinder.ServletBindingBuilder
 
with(int, Supplier<? extends HttpServlet>) - 接口 中的方法net.hasor.web.WebApiBinder.ServletBindingBuilder
 
with(int, BindInfo<? extends HttpServlet>) - 接口 中的方法net.hasor.web.WebApiBinder.ServletBindingBuilder
 
with(int, Class<? extends HttpServlet>, Map<String, String>) - 接口 中的方法net.hasor.web.WebApiBinder.ServletBindingBuilder
 
with(int, HttpServlet, Map<String, String>) - 接口 中的方法net.hasor.web.WebApiBinder.ServletBindingBuilder
 
with(int, Supplier<? extends HttpServlet>, Map<String, String>) - 接口 中的方法net.hasor.web.WebApiBinder.ServletBindingBuilder
 
with(int, BindInfo<? extends HttpServlet>, Map<String, String>) - 接口 中的方法net.hasor.web.WebApiBinder.ServletBindingBuilder
 
write(int) - 类 中的方法net.hasor.web.upload.util.ThresholdingOutputStream
Writes the specified byte to this output stream.
write(byte[]) - 类 中的方法net.hasor.web.upload.util.ThresholdingOutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - 类 中的方法net.hasor.web.upload.util.ThresholdingOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
writeTo(File) - 接口 中的方法net.hasor.web.FileItem
A convenience method to write an uploaded item to disk.
writeTo(OutputStream) - 接口 中的方法net.hasor.web.FileItem
A convenience method to write an uploaded item to disk.
writeTo(File) - 类 中的方法net.hasor.web.upload.FileItemBase
 
writeTo(OutputStream) - 类 中的方法net.hasor.web.upload.FileItemBase
 
writeTo(OutputStream) - 类 中的方法net.hasor.web.upload.util.DeferredFileOutputStream
Writes the data from this output stream to the specified output stream, after it has been closed.
A B C D E F G H I J K L M N O P Q R S T U V W 
跳过导航链接