- 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
-
- 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
-
- 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
-
- 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
-
大于