A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbstractCookieStore - org.tinygroup.weblayer.webcontext.session.store 中的 类
抽象的cookie store实现。
AbstractCookieStore() - 类 的构造方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
 
AbstractFileItem - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
改进自commons-fileupload-1.2.1的同名类。
AbstractFileItem(String, String, boolean, boolean, String, int, boolean, File, HttpServletRequest, FileUploadReName) - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
Constructs a new DiskFileItem instance.
AbstractFileItem(String, String, boolean, boolean, String, int, boolean, File, HttpServletRequest) - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
 
AbstractHandlerMapping - org.tinygroup.weblayer.mvc.handlermapping 中的 类
功能说明: 抽象的handlermapping 开发人员: renhui
开发时间: 2013-4-22

AbstractHandlerMapping() - 类 的构造方法org.tinygroup.weblayer.mvc.handlermapping.AbstractHandlerMapping
 
AbstractJceEncrypter - org.tinygroup.weblayer.webcontext.session.encrypter 中的 类
 
AbstractJceEncrypter() - 类 的构造方法org.tinygroup.weblayer.webcontext.session.encrypter.AbstractJceEncrypter
 
AbstractListenerBuilder<INSTANCE> - org.tinygroup.weblayer.listener.impl 中的 类
 
AbstractListenerBuilder() - 类 的构造方法org.tinygroup.weblayer.listener.impl.AbstractListenerBuilder
 
AbstractParamValueFilter - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
功能说明: 开发人员: renhui
开发时间: 2013-10-14

AbstractParamValueFilter() - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractParamValueFilter
 
AbstractRequestWrapper - org.tinygroup.weblayer.webcontext 中的 类
WebContext支持的HttpServletRequestWrapper
AbstractRequestWrapper(WebContext, HttpServletRequest) - 类 的构造方法org.tinygroup.weblayer.webcontext.AbstractRequestWrapper
创建一个request wrapper。
AbstractResponseWrapper - org.tinygroup.weblayer.webcontext 中的 类
response的包装
AbstractResponseWrapper(WebContext, HttpServletResponse) - 类 的构造方法org.tinygroup.weblayer.webcontext.AbstractResponseWrapper
创建一个response wrapper。
AbstractSerializationEncoder - org.tinygroup.weblayer.webcontext.session.encode 中的 类
通过Serializer提供的序列化机制来编码对象,以及解码字符串。
AbstractSerializationEncoder() - 类 的构造方法org.tinygroup.weblayer.webcontext.session.encode.AbstractSerializationEncoder
 
AbstractSessionAttributeAccessController - org.tinygroup.weblayer.webcontext.session.impl 中的 类
用来控制session attributes的使用。
AbstractSessionAttributeAccessController() - 类 的构造方法org.tinygroup.weblayer.webcontext.session.impl.AbstractSessionAttributeAccessController
 
AbstractSessionValueEncoder - org.tinygroup.weblayer.webcontext.session.valueencode 中的 类
SessionEncoder针对非串行化场景的抽象编码实现,加密,base64来编码、解码。
AbstractSessionValueEncoder() - 类 的构造方法org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder
 
AbstractTinyFilter - org.tinygroup.weblayer 中的 类
tinyfilter的抽象实现
AbstractTinyFilter() - 类 的构造方法org.tinygroup.weblayer.AbstractTinyFilter
 
AbstractTinyProcessor - org.tinygroup.weblayer 中的 类
tiny servlet 处理器的抽象实现
AbstractTinyProcessor() - 类 的构造方法org.tinygroup.weblayer.AbstractTinyProcessor
 
AbstractValueParser - org.tinygroup.weblayer.webcontext.parser.valueparser 中的 类
代表一个解析器的基类,用来取得HTTP请求中的参数和cookies。
AbstractValueParser(ParserWebContext) - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
 
AbstractWebContextWrapper - org.tinygroup.weblayer.webcontext 中的 类
功能说明:抽象的包装上下文,类属性值都是从被包装的上下文对象中获得

开发人员: renhui
开发时间: 2013-4-28

AbstractWebContextWrapper() - 类 的构造方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
 
AbstractWebContextWrapper(WebContext) - 类 的构造方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
 
add(String, boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
添加参数名/参数值。
add(String, byte) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
添加参数名/参数值。
add(String, char) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
添加参数名/参数值。
add(String, double) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
添加参数名/参数值。
add(String, float) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
添加参数名/参数值。
add(String, int) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
添加参数名/参数值。
add(String, long) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
添加参数名/参数值。
add(String, short) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
添加参数名/参数值。
add(String, Object) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
添加参数名/参数值。
add(String, FileItem) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ParameterParserImpl
添加FileItem
add(String, Object) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ParameterParserImpl
添加参数名/参数值。
add(String, FileItem) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ParameterParser
添加FileItem
add(String, boolean) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
添加参数名/参数值。
add(String, byte) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
添加参数名/参数值。
add(String, char) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
添加参数名/参数值。
add(String, double) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
添加参数名/参数值。
add(String, float) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
添加参数名/参数值。
add(String, int) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
添加参数名/参数值。
add(String, long) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
添加参数名/参数值。
add(String, short) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
添加参数名/参数值。
add(String, Object) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
添加参数名/参数值。
add(String, String) - 类 中的方法org.tinygroup.weblayer.webcontext.util.QueryStringParser
 
addConfig(TinyFilterConfigInfos) - 类 中的方法org.tinygroup.weblayer.configmanager.TinyFilterConfigManager
 
addConfig(TinyListenerConfigInfos) - 类 中的方法org.tinygroup.weblayer.configmanager.TinyListenerConfigManager
 
addConfig(TinyProcessorConfigInfos) - 类 中的方法org.tinygroup.weblayer.configmanager.TinyProcessorConfigManager
 
addCookie(Cookie) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
 
addCookie(HttpServletResponse) - 类 中的方法org.tinygroup.weblayer.webcontext.util.CookieSupport
将cookie添加到response中。
addDateHeader(String, long) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
 
addHandler(String, WebExceptionHandler) - 类 中的方法org.tinygroup.weblayer.exceptionhandler.impl.WebExceptionHandlerManagerImpl
 
addHandler(String, WebExceptionHandler) - 接口 中的方法org.tinygroup.weblayer.exceptionhandler.WebExceptionHandlerManager
 
addHeader(String, String) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
 
addHttpFilter(String, String, Filter) - 接口 中的方法org.tinygroup.weblayer.FilterWrapper
 
addHttpFilter(String, String, Filter) - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterWrapper
 
addIntHeader(String, int) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
 
addMethodModel(MappingMethodModel) - 类 中的方法org.tinygroup.weblayer.mvc.MappingClassModel
 
addValue(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
添加参数名/参数值。
addValue(byte) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
添加参数名/参数值。
addValue(char) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
添加参数名/参数值。
addValue(double) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
添加参数名/参数值。
addValue(float) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
添加参数名/参数值。
addValue(int) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
添加参数名/参数值。
addValue(long) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
添加参数名/参数值。
addValue(short) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
添加参数名/参数值。
addValue(Object) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
添加参数名/参数值。
addValue(boolean) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
添加参数名/参数值。
addValue(byte) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
添加参数名/参数值。
addValue(char) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
添加参数名/参数值。
addValue(double) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
添加参数名/参数值。
addValue(float) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
添加参数名/参数值。
addValue(int) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
添加参数名/参数值。
addValue(long) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
添加参数名/参数值。
addValue(short) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
添加参数名/参数值。
addValue(Object) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
添加参数名/参数值。
AesEncrypter - org.tinygroup.weblayer.webcontext.session.encrypter.impl 中的 类
 
AesEncrypter() - 类 的构造方法org.tinygroup.weblayer.webcontext.session.encrypter.impl.AesEncrypter
 
afterPropertiesSet() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition
 
afterPropertiesSet() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteRule
 
afterPropertiesSet() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution
 
afterPropertiesSet() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution.Parameter
 
AGE_DELETE - 接口 中的静态变量org.tinygroup.weblayer.webcontext.parser.valueparser.CookieParser
 
AGE_SESSION - 接口 中的静态变量org.tinygroup.weblayer.webcontext.parser.valueparser.CookieParser
 
ALG_NAME - 类 中的静态变量org.tinygroup.weblayer.webcontext.session.encrypter.impl.AesEncrypter
 
allocateRequestId(HttpServletRequest) - 类 中的方法org.tinygroup.weblayer.servlet.LocalServlet
 
allowForAttribute(String, Class<?>) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.AbstractSessionAttributeAccessController
 
allowForAttribute(String, Class<?>) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionAttributeWhitelist
 
alreadyQuoted(String) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServerCookie
 
ALWAYS_ADD_EXPIRES - 类 中的静态变量org.tinygroup.weblayer.webcontext.util.ServerCookie
If set to false, we don't use the IE6/7 Max-Age/Expires work around
ALWAYS_MAKE_TAGS - 类 中的静态变量org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter
flag determining whether to try to make tags when presented with "unbalanced" angle brackets (e.g.
AnnotationHandlerMapping - org.tinygroup.weblayer.mvc.handlermapping 中的 类
功能说明: 注解方式处理类 开发人员: renhui
开发时间: 2013-4-22

AnnotationHandlerMapping() - 类 的构造方法org.tinygroup.weblayer.mvc.handlermapping.AnnotationHandlerMapping
 
append(String, String) - 类 中的方法org.tinygroup.weblayer.webcontext.util.QueryStringParser
 
append(Map<String, String>) - 类 中的方法org.tinygroup.weblayer.webcontext.util.QueryStringParser
 
appendCookieValue(StringBuilder, int, String, String, String, String, String, int, boolean, boolean) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServerCookie
 
applicationConfig - 类 中的变量org.tinygroup.weblayer.filter.gzip.GZIPFilter
 
ApplicationStartupListener - org.tinygroup.weblayer 中的 类
 
ApplicationStartupListener() - 类 的构造方法org.tinygroup.weblayer.ApplicationStartupListener
 
applyDefaultValues() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
设置默认值。
assertAttributeNameForModification(String, String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
检查将要更改的attr name是否合法。
assertModel(String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
确保model已经被取得,即session已被初始化。
assertValid(String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
确保session处于valid状态。
attributeAdded(ServletRequestAttributeEvent) - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultRequestAttributeListener
 
attributeAdded(ServletContextAttributeEvent) - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultServletContextAttributeListener
 
attributeAdded(HttpSessionBindingEvent) - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultSessionAttributeListener
 
attributeRemoved(ServletRequestAttributeEvent) - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultRequestAttributeListener
 
attributeRemoved(ServletContextAttributeEvent) - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultServletContextAttributeListener
 
attributeRemoved(HttpSessionBindingEvent) - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultSessionAttributeListener
 
attributeReplaced(ServletRequestAttributeEvent) - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultRequestAttributeListener
 
attributeReplaced(ServletContextAttributeEvent) - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultServletContextAttributeListener
 
attributeReplaced(HttpSessionBindingEvent) - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultSessionAttributeListener
 

B

baos - 类 中的变量org.tinygroup.weblayer.filter.gzip.GZIPResponseStream
 
baos - 类 中的变量org.tinygroup.weblayer.filter.gzip.GZIPResponseWrapper
 
BASIC_FILTER_PRECEDENCE - 接口 中的静态变量org.tinygroup.weblayer.TinyFilter
 
BasicConfigInfo - org.tinygroup.weblayer.config 中的 类
 
BasicConfigInfo() - 类 的构造方法org.tinygroup.weblayer.config.BasicConfigInfo
 
BasicResponseImpl - org.tinygroup.weblayer.webcontext.basic.response 中的 类
包裹HttpServletResponse,使之具备: Header的安全性:过滤CRLF。
BasicResponseImpl(WebContext, HttpServletResponse, Object[]) - 类 的构造方法org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
 
BasicTinyConfig - org.tinygroup.weblayer 中的 接口
tiny获取配置信息的接口
basicTinyConfig - 类 中的变量org.tinygroup.weblayer.listener.impl.SimpleBasicTinyConfigAware
 
BasicTinyConfigAware - org.tinygroup.weblayer 中的 接口
设置获取配置信息的适配接口
BasicTinyFilter - org.tinygroup.weblayer.filter 中的 类
对输入、输出的数据进行安全检查,排除可能的攻击。
BasicTinyFilter() - 类 的构造方法org.tinygroup.weblayer.filter.BasicTinyFilter
 
BasicWebContext - org.tinygroup.weblayer.webcontext.basic 中的 接口
这是一个基础性的web context,提供了interceptor机制,主要用于构建可扩展的安全方案。
BasicWebContextImpl - org.tinygroup.weblayer.webcontext.basic.impl 中的 类
过滤header中的crlf,将status message用HTML entities转义,限制cookie的总大小。
BasicWebContextImpl(WebContext) - 类 的构造方法org.tinygroup.weblayer.webcontext.basic.impl.BasicWebContextImpl
 
BufferCommitFailedException - org.tinygroup.weblayer.webcontext.buffered.exception 中的 异常
代表一个buffer commit失败的异常。
BufferCommitFailedException() - 异常 的构造方法org.tinygroup.weblayer.webcontext.buffered.exception.BufferCommitFailedException
创建一个异常。
BufferCommitFailedException(String) - 异常 的构造方法org.tinygroup.weblayer.webcontext.buffered.exception.BufferCommitFailedException
创建一个异常。
BufferCommitFailedException(String, Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.buffered.exception.BufferCommitFailedException
创建一个异常。
BufferCommitFailedException(Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.buffered.exception.BufferCommitFailedException
创建一个异常。
BUFFERED_FILTER_PRECEDENCE - 接口 中的静态变量org.tinygroup.weblayer.TinyFilter
 
BufferedResponseImpl - org.tinygroup.weblayer.webcontext.buffered.response 中的 类
包裹HttpServletResponse,使之输出到内存中。
BufferedResponseImpl(WebContext, HttpServletResponse) - 类 的构造方法org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl
创建一个BufferedResponseImpl
BufferedTinyFilter - org.tinygroup.weblayer.filter 中的 类
对写入response中的数据进行缓存,以便于实现嵌套的页面。
BufferedTinyFilter() - 类 的构造方法org.tinygroup.weblayer.filter.BufferedTinyFilter
 
BufferedWebContext - org.tinygroup.weblayer.webcontext.buffered 中的 接口
对response.
BufferedWebContextImpl - org.tinygroup.weblayer.webcontext.buffered.impl 中的 类
 
BufferedWebContextImpl(WebContext) - 类 的构造方法org.tinygroup.weblayer.webcontext.buffered.impl.BufferedWebContextImpl
 
buildInstances(INSTANCE) - 类 中的方法org.tinygroup.weblayer.listener.impl.AbstractListenerBuilder
 
buildInstances(INSTANCE) - 接口 中的方法org.tinygroup.weblayer.listener.ListenerInstanceBuilder
构建实例

C

cache - 类 中的变量org.tinygroup.weblayer.filter.gzip.CacheResponseStream
 
cache - 类 中的变量org.tinygroup.weblayer.filter.gzip.CacheResponseWrapper
 
CACHE_TIME - 类 中的静态变量org.tinygroup.weblayer.tinyprocessor.UiEngineTinyProcessor
 
CacheFilter - org.tinygroup.weblayer.filter.gzip 中的 类
 
CacheFilter() - 类 的构造方法org.tinygroup.weblayer.filter.gzip.CacheFilter
 
CacheResponseStream - org.tinygroup.weblayer.filter.gzip 中的 类
 
CacheResponseStream(HttpServletResponse, OutputStream) - 类 的构造方法org.tinygroup.weblayer.filter.gzip.CacheResponseStream
 
CacheResponseWrapper - org.tinygroup.weblayer.filter.gzip 中的 类
 
CacheResponseWrapper(HttpServletResponse, OutputStream) - 类 的构造方法org.tinygroup.weblayer.filter.gzip.CacheResponseWrapper
 
CHARSET_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.setlocacle.SetLocaleWebContext
默认的charset。
checkCookie(Cookie) - 接口 中的方法org.tinygroup.weblayer.webcontext.basic.interceptor.CookieInterceptor
检查cookie。
checkCookie(Cookie) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.interceptor.ResponseHeaderSecurityFilter
 
checkCookieHeaderValue(String, String, boolean) - 接口 中的方法org.tinygroup.weblayer.webcontext.basic.interceptor.CookieHeaderValueInterceptor
检查cookie header。
checkCookieHeaderValue(String, String, boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.interceptor.ResponseHeaderSecurityFilter
 
checkHeaderName(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.basic.interceptor.HeaderNameInterceptor
检查header名称。
checkHeaderName(String) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.interceptor.ResponseHeaderSecurityFilter
 
checkHeaderValue(String, String) - 接口 中的方法org.tinygroup.weblayer.webcontext.basic.interceptor.HeaderValueInterceptor
检查header的值。
checkHeaderValue(String, String) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.interceptor.ResponseHeaderSecurityFilter
 
checkMatch(FileObject) - 类 中的方法org.tinygroup.weblayer.fileresolver.TinyFilterFileProcessor
 
checkMatch(FileObject) - 类 中的方法org.tinygroup.weblayer.fileresolver.TinyListenerFileProcessor
 
checkMatch(FileObject) - 类 中的方法org.tinygroup.weblayer.fileresolver.TinyProcessorFileProcessor
 
checkRedirectLocation(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.basic.interceptor.RedirectLocationInterceptor
检查重定向location。
checkRedirectLocation(String) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.interceptor.ResponseHeaderSecurityFilter
 
checkStatusMessage(int, String) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.interceptor.ResponseHeaderSecurityFilter
 
checkStatusMessage(int, String) - 接口 中的方法org.tinygroup.weblayer.webcontext.basic.interceptor.StatusMessageInterceptor
检查status消息。
chr(int) - 类 中的静态方法org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter
 
clear() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
清除所有值。
clear() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
清除所有值。
clear() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
清除所有值。
clear() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
清除一个session。
clear() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl
清除session。
clear() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionWebContext
清除session。
clearData() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.DeferredByteOutputStream
 
clearSessionIDFromCookie() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl
将session ID从Cookie中删除。
close() - 类 中的方法org.tinygroup.weblayer.filter.gzip.CacheResponseStream
 
close() - 类 中的方法org.tinygroup.weblayer.filter.gzip.GZIPResponseStream
 
close() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.DeferredByteOutputStream
Closes underlying output stream, and mark this as closed
closed - 类 中的变量org.tinygroup.weblayer.filter.gzip.CacheResponseStream
 
closed() - 类 中的方法org.tinygroup.weblayer.filter.gzip.CacheResponseStream
 
combine(TinyFilterConfigInfo) - 类 中的方法org.tinygroup.weblayer.config.TinyFilterConfigInfo
 
combine(TinyProcessorConfigInfo) - 类 中的方法org.tinygroup.weblayer.config.TinyProcessorConfigInfo
 
combine(String, String) - 类 中的方法org.tinygroup.weblayer.util.TinyPathMatcher
Combines two patterns into a new pattern that is returned.
combineConfig() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyFilterConfigManager
合并应用配置和组件配置
combineConfig() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyListenerConfigManager
合并应用配置和组件配置
combineConfig() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyProcessorConfigManager
合并应用配置和组件配置
commit() - 类 中的方法org.tinygroup.weblayer.webcontext.basic.interceptor.ResponseHeaderSecurityFilter
 
commit() - 接口 中的方法org.tinygroup.weblayer.webcontext.basic.interceptor.WebContextLifecycleInterceptor
 
commit() - 类 中的方法org.tinygroup.weblayer.webcontext.lazycommit.impl.LazyCommitWebContextImpl
结束一个请求。
commit(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
提交session的内容,删除的、新增的、修改的内容被保存。
commit() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl
结束一个请求。
commit(Map<String, Object>, String, SessionStore.StoreContext) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionStore
保存指定session的attributes。
commit(Map<String, Object>, String, SessionStore.StoreContext) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.CookieStoreImpl
 
commit(Map<String, Object>, String, SessionStore.StoreContext) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.SimpleMemoryStoreImpl
保存指定session的attributes。
commit(Map<String, Object>, String, SessionStore.StoreContext) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.SingleValuedCookieStoreImpl
 
commit() - 类 中的方法org.tinygroup.weblayer.webcontext.SimpleWebContext
结束一个请求。
commitBuffer() - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl
将buffer中的内容提交到真正的servlet输出流中。
commitHeaders(WebContext) - 类 中的方法org.tinygroup.weblayer.TinyFilterHandler
头部提交,保证内容只提交一次
commitHeaders() - 类 中的方法org.tinygroup.weblayer.webcontext.basic.impl.BasicWebContextImpl
 
commitHeaders() - 类 中的方法org.tinygroup.weblayer.webcontext.basic.interceptor.ResponseHeaderSecurityFilter
 
commitHeaders() - 接口 中的方法org.tinygroup.weblayer.webcontext.basic.interceptor.WebContextLifecycleInterceptor
 
commitHeaders() - 类 中的方法org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
 
commitHeaders() - 类 中的方法org.tinygroup.weblayer.webcontext.CommitMonitor
实现内部接口:HeaderCommitter
commitHeaders() - 类 中的方法org.tinygroup.weblayer.webcontext.lazycommit.impl.LazyCommitWebContextImpl
 
commitHeaders() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl
 
commitHeaders() - 接口 中的方法org.tinygroup.weblayer.webcontext.TwoPhaseCommitWebContext
提交headers
CommitMonitor - org.tinygroup.weblayer.webcontext 中的 类
保存commit的状态,用来防止重复commit。
CommitMonitor(WebContext, TinyFilterHandler) - 类 的构造方法org.tinygroup.weblayer.webcontext.CommitMonitor
 
commitResponse() - 类 中的方法org.tinygroup.weblayer.webcontext.basic.impl.BasicWebContextImpl
 
commitResponse() - 类 中的方法org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
 
config(XmlNode, XmlNode) - 类 中的方法org.tinygroup.weblayer.configmanager.TinyFilterConfigManager
 
config(XmlNode, XmlNode) - 类 中的方法org.tinygroup.weblayer.configmanager.TinyListenerConfigManager
 
config(XmlNode, XmlNode) - 类 中的方法org.tinygroup.weblayer.configmanager.TinyProcessorConfigManager
 
config(XmlNode, XmlNode) - 类 中的方法org.tinygroup.weblayer.exceptionhandler.WebExceptionProcessor
 
config(XmlNode, XmlNode) - 类 中的方法org.tinygroup.weblayer.filter.gzip.GZIPFilter
 
config(XmlNode, XmlNode) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.ParserConfiguration
 
config(XmlNode, XmlNode) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteConfiguration
 
config(XmlNode, XmlNode) - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration
 
configName - 类 中的变量org.tinygroup.weblayer.impl.SimpleBasicTinyConfig
 
containsCTL(String, int) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServerCookie
 
containsKey(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
检查是否包含指定名称的参数。
containsKey(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
检查是否包含指定名称的参数。
contextDestroyed(ServletContextEvent) - 类 中的方法org.tinygroup.weblayer.ApplicationStartupListener
 
contextDestroyed(ServletContextEvent) - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultServletContextListener
 
contextInitialized(ServletContextEvent) - 类 中的方法org.tinygroup.weblayer.ApplicationStartupListener
 
contextInitialized(ServletContextEvent) - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultServletContextListener
 
Controller - org.tinygroup.weblayer.mvc.annotation 中的 注释类型
 
ControllerAnnotationAction - org.tinygroup.weblayer.mvc.annotationaction 中的 类
功能说明:在类注解上发现控制层@Controller,并在方法上发现@RequestMapping时,进行的逻辑处理类 开发人员: renhui
开发时间: 2013-4-22

ControllerAnnotationAction() - 类 的构造方法org.tinygroup.weblayer.mvc.annotationaction.ControllerAnnotationAction
 
convert(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
首先将参数名进行trim(),然后再进行大小写转换。
convertCase(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
将指定的字符串根据getCaseFolding()的设置,转换成指定大小写形式。
convertCase(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.ParserWebContext
将指定的字符串根据getCaseFolding()的设置,转换成指定大小写形式。
converter - 类 中的变量org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
 
convertToString(Class<?>, Object, TypeConverter) - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder
 
convertToType(Class<?>, String, TypeConverter) - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder
 
COOKIE_DOMAIN_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.session.SessionConfig.CookieConfig
 
COOKIE_ENABLED_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.session.SessionConfig.IdConfig
 
COOKIE_HTTP_ONLY_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.session.SessionConfig.CookieConfig
 
COOKIE_MAX_AGE_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.session.SessionConfig.CookieConfig
 
COOKIE_NAME_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.session.SessionConfig.CookieConfig
 
COOKIE_PATH_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.session.SessionConfig.CookieConfig
 
COOKIE_SECURE_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.session.SessionConfig.CookieConfig
 
CookieHeaderValueInterceptor - org.tinygroup.weblayer.webcontext.basic.interceptor 中的 接口
检查cookie header
CookieInterceptor - org.tinygroup.weblayer.webcontext.basic.interceptor 中的 接口
检查cookie
CookieParser - org.tinygroup.weblayer.webcontext.parser.valueparser 中的 接口
CookieParser是用来解析和添加HTTP请求中的cookies的接口。
CookieParserImpl - org.tinygroup.weblayer.webcontext.parser.valueparser.impl 中的 类
CookieParser是用来解析和添加HTTP请求中的cookies的接口。
CookieParserImpl(ParserWebContext) - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.CookieParserImpl
从request中创建新的cookies。
CookieRejectedException - org.tinygroup.weblayer.webcontext.basic.exception 中的 异常
代表一个cookie被拒绝的异常。
CookieRejectedException() - 异常 的构造方法org.tinygroup.weblayer.webcontext.basic.exception.CookieRejectedException
 
CookieRejectedException(String, Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.basic.exception.CookieRejectedException
 
CookieRejectedException(String) - 异常 的构造方法org.tinygroup.weblayer.webcontext.basic.exception.CookieRejectedException
 
CookieRejectedException(Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.basic.exception.CookieRejectedException
 
CookieStore - org.tinygroup.weblayer.webcontext.session.store 中的 接口
基于cookie的session store实现。
CookieStoreImpl - org.tinygroup.weblayer.webcontext.session.store.impl 中的 类
将Session状态保存在cookie中。
CookieStoreImpl() - 类 的构造方法org.tinygroup.weblayer.webcontext.session.store.impl.CookieStoreImpl
 
CookieSupport - org.tinygroup.weblayer.webcontext.util 中的 类
扩展原cookie,使之支持HttpOnly cookie。
CookieSupport(String, String) - 类 的构造方法org.tinygroup.weblayer.webcontext.util.CookieSupport
创建一个cookie。
CookieSupport(Cookie) - 类 的构造方法org.tinygroup.weblayer.webcontext.util.CookieSupport
复制一个cookie。
CookieSupport(Cookie, String) - 类 的构造方法org.tinygroup.weblayer.webcontext.util.CookieSupport
复制一个cookie,修改cookie的名称。
createCipher(int) - 类 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.AbstractJceEncrypter
 
createCipher(int) - 类 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.impl.AesEncrypter
 
createDefaultSessionEncoder() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.CookieStoreImpl
 
createDefaultSessionValueEncoder() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.SingleValuedCookieStoreImpl
 
createFilterXmlNode(String, Map<String, String>, Set<String>) - 类 中的静态方法org.tinygroup.weblayer.util.TinyConfigUtil
 
createItem(String, String, boolean, String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItemFactory
 
createItem(String, String, boolean, String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItemFactory
 
createItem(String, String, boolean, String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileItemFactoryWrapper
 
createOutputStream() - 类 中的方法org.tinygroup.weblayer.filter.gzip.CacheResponseWrapper
 
createServletXmlNode(String, Map<String, String>, Set<String>) - 类 中的静态方法org.tinygroup.weblayer.util.TinyConfigUtil
 
CustomDateRegistrar - org.tinygroup.weblayer.webcontext.parser.propertyedit 中的 类
 
CustomDateRegistrar() - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.propertyedit.CustomDateRegistrar
 
customInit() - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
由客户自定义初始化
customInit() - 类 中的方法org.tinygroup.weblayer.AbstractTinyProcessor
 
customInit() - 类 中的方法org.tinygroup.weblayer.filter.BasicTinyFilter
 
customInit() - 类 中的方法org.tinygroup.weblayer.filter.BufferedTinyFilter
 
customInit() - 类 中的方法org.tinygroup.weblayer.filter.LazyCommitTinyFilter
 
customInit() - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
 
customInit() - 类 中的方法org.tinygroup.weblayer.filter.RewriteTinyFilter
 
customInit() - 类 中的方法org.tinygroup.weblayer.filter.SessionTinyFilter
 
customInit() - 类 中的方法org.tinygroup.weblayer.filter.SetLocaleTinyFilter
 
customInit() - 类 中的方法org.tinygroup.weblayer.tinyprocessor.FullContextUrlRedirectTinyProcessor
 
customInit() - 类 中的方法org.tinygroup.weblayer.tinyprocessor.MvcTinyProcessor
 
customInit() - 类 中的方法org.tinygroup.weblayer.tinyprocessor.PageFlowTinyProcessor
 
customInit() - 类 中的方法org.tinygroup.weblayer.tinyprocessor.ServiceOutPutTinyProcessor
 
customInit() - 类 中的方法org.tinygroup.weblayer.tinyprocessor.ServiceTinyProcessor
 
customInit() - 类 中的方法org.tinygroup.weblayer.tinyprocessor.TinyProcessorWapper
 
customInit() - 类 中的方法org.tinygroup.weblayer.tinyprocessor.UiEngineTinyProcessor
 

D

decode(String, SessionStore.StoreContext) - 类 中的方法org.tinygroup.weblayer.webcontext.session.encode.AbstractSerializationEncoder
解码。
decode(String, SessionStore.StoreContext) - 类 中的方法org.tinygroup.weblayer.webcontext.session.encode.JsonConvertSessionEncoder
 
decode(String, SessionStore.StoreContext) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.encode.SessionEncoder
将字符串解码成对象。
decode(Object, SessionModel.Factory) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionModelEncoderImpl
 
decode(Object, SessionModel.Factory) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionModelEncoder
将store中取得的数据转换成session model。
decode(String, SessionStore.StoreContext) - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder
 
decode(String, SessionStore.StoreContext) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.SessionValueEncoder
将字符串解码成对象。
decodeSessionIDFromCookie() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl
从cookie中取得session ID。
decodeSessionIDFromURL() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl
从URL中取得session ID。
decodeValue(String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder
 
decodeValue(String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.impl.MappedValuesEncoder
 
decodeValue(String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.impl.SimpleValueEncoder
 
decrypt(byte[]) - 类 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.AbstractJceEncrypter
 
decrypt(byte[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.Encrypter
 
DEFAULT_CHARSET - 类 中的静态变量org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem
Default content charset to be used when no explicit charset parameter is provided by the sender.
DEFAULT_CHARSET - 类 中的静态变量org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
Default content charset to be used when no explicit charset parameter is provided by the sender.
DEFAULT_CHARSET - 类 中的静态变量org.tinygroup.weblayer.webcontext.parser.impl.ServletRequestContext
 
DEFAULT_CHARSET_ENCODING - 接口 中的静态变量org.tinygroup.weblayer.webcontext.parser.ParserWebContext
默认的编码字符集。
DEFAULT_KEY_SIZE - 类 中的静态变量org.tinygroup.weblayer.webcontext.session.encrypter.impl.AesEncrypter
 
DEFAULT_PAGE_KEY - 类 中的静态变量org.tinygroup.weblayer.TinyHttpFilter
 
DEFAULT_POOL_SIZE - 类 中的静态变量org.tinygroup.weblayer.webcontext.session.encrypter.AbstractJceEncrypter
 
DEFAULT_POST_DATA_KEY - 类 中的静态变量org.tinygroup.weblayer.TinyHttpFilter
 
DEFAULT_POST_NODE_NAME - 类 中的静态变量org.tinygroup.weblayer.TinyHttpFilter
 
DefaultRequestAttributeListener - org.tinygroup.weblayer.listener.impl 中的 类
 
DefaultRequestAttributeListener(ServletRequestAttributeListener) - 类 的构造方法org.tinygroup.weblayer.listener.impl.DefaultRequestAttributeListener
 
DefaultRequestListener - org.tinygroup.weblayer.listener.impl 中的 类
 
DefaultRequestListener(ServletRequestListener) - 类 的构造方法org.tinygroup.weblayer.listener.impl.DefaultRequestListener
 
DefaultServletContextAttributeListener - org.tinygroup.weblayer.listener.impl 中的 类
 
DefaultServletContextAttributeListener(ServletContextAttributeListener) - 类 的构造方法org.tinygroup.weblayer.listener.impl.DefaultServletContextAttributeListener
 
DefaultServletContextListener - org.tinygroup.weblayer.listener.impl 中的 类
默认的TinyServletContextListener接口实现类,对原生ServletContextListener接口的包装
DefaultServletContextListener(ServletContextListener) - 类 的构造方法org.tinygroup.weblayer.listener.impl.DefaultServletContextListener
 
DefaultSessionActivationListener - org.tinygroup.weblayer.listener.impl 中的 类
 
DefaultSessionActivationListener(HttpSessionActivationListener) - 类 的构造方法org.tinygroup.weblayer.listener.impl.DefaultSessionActivationListener
 
DefaultSessionAttributeListener - org.tinygroup.weblayer.listener.impl 中的 类
 
DefaultSessionAttributeListener(HttpSessionAttributeListener) - 类 的构造方法org.tinygroup.weblayer.listener.impl.DefaultSessionAttributeListener
 
DefaultSessionBindingListener - org.tinygroup.weblayer.listener.impl 中的 类
 
DefaultSessionBindingListener(HttpSessionBindingListener) - 类 的构造方法org.tinygroup.weblayer.listener.impl.DefaultSessionBindingListener
 
DefaultSessionListener - org.tinygroup.weblayer.listener.impl 中的 类
 
DefaultSessionListener(HttpSessionListener) - 类 的构造方法org.tinygroup.weblayer.listener.impl.DefaultSessionListener
 
DefaultTinyFilterConfig - org.tinygroup.weblayer.impl 中的 类
默认实现
DefaultTinyFilterConfig(TinyFilterConfigInfo) - 类 的构造方法org.tinygroup.weblayer.impl.DefaultTinyFilterConfig
 
DefaultTinyProcessorConfig - org.tinygroup.weblayer.impl 中的 类
默认实现
DefaultTinyProcessorConfig(TinyProcessorConfigInfo) - 类 的构造方法org.tinygroup.weblayer.impl.DefaultTinyProcessorConfig
 
DefaultWebContext - org.tinygroup.weblayer.webcontext 中的 类
功能说明:默认的上下文实现,如果filter没有自定义增强上下文的对象,那么就返回此对象 开发人员: renhui
开发时间: 2013-7-1

DefaultWebContext() - 类 的构造方法org.tinygroup.weblayer.webcontext.DefaultWebContext
 
DefaultWebContext(WebContext) - 类 的构造方法org.tinygroup.weblayer.webcontext.DefaultWebContext
 
DefaultWebExceptionHandler - org.tinygroup.weblayer.exceptionhandler.impl 中的 类
功能说明: 默认的页面异常处理,采用往上包装成http-servlet体系可以识别的异常抛出 开发人员: renhui
开发时间: 2013-9-22

DefaultWebExceptionHandler() - 类 的构造方法org.tinygroup.weblayer.exceptionhandler.impl.DefaultWebExceptionHandler
 
DeferredByteOutputStream - org.tinygroup.weblayer.webcontext.parser.fileupload 中的 类
功能说明:对普通字段与表单字段延迟输出 开发人员: renhui
开发时间: 2014-1-2

DeferredByteOutputStream(int) - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.fileupload.DeferredByteOutputStream
Constructs an instance of this class which will trigger an event at the specified threshold, and save data to a file beyond that point.
delete() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem
 
delete() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
deserialize(InputStream) - 类 中的方法org.tinygroup.weblayer.webcontext.session.serializer.impl.JavaSerializer
 
deserialize(InputStream) - 类 中的方法org.tinygroup.weblayer.webcontext.session.serializer.impl.JsonConvertSerializer
 
deserialize(InputStream) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.serializer.Serializer
 
destoryTinyResources() - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterManagerImpl
 
destoryTinyResources() - 类 中的方法org.tinygroup.weblayer.impl.TinyProcessorManagerImpl
 
destoryTinyResources() - 接口 中的方法org.tinygroup.weblayer.TinyWebResourceManager
tiny资源销毁(servlet或filter)
destroy() - 类 中的方法org.tinygroup.weblayer.AbstractTinyProcessor
 
destroy() - 类 中的方法org.tinygroup.weblayer.filter.gzip.CacheFilter
 
destroy() - 类 中的方法org.tinygroup.weblayer.filter.gzip.GZIPFilter
 
destroy() - 接口 中的方法org.tinygroup.weblayer.FilterWrapper
 
destroy() - 类 中的方法org.tinygroup.weblayer.impl.EncodeingHttpFilter
 
destroy() - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterWrapper
 
destroy() - 类 中的方法org.tinygroup.weblayer.servlet.TinyServlet
 
destroy() - 类 中的方法org.tinygroup.weblayer.TinyHttpFilter
 
destroy() - 接口 中的方法org.tinygroup.weblayer.TinyProcessor
tinyprocessor的销毁操作
destroy() - 类 中的方法org.tinygroup.weblayer.tinyprocessor.TinyProcessorWapper
 
destroyTinyFilter() - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
 
destroyTinyFilter() - 接口 中的方法org.tinygroup.weblayer.TinyFilter
销毁tinyFilter
dfos - 类 中的变量org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
Output stream for this item.
DiskFileItem - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
 
DiskFileItem(String, String, boolean, boolean, boolean, String, int, boolean, File, HttpServletRequest, FileUploadReName) - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItem
 
DiskFileItemFactory - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
继承自commons-fileupload-1.2.1的同名类,改进了如下内容: 添加新的keepFormFieldInMemory参数。
DiskFileItemFactory() - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItemFactory
 
doCompress() - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder
 
doCompress() - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.impl.MappedValuesEncoder
复杂值压缩,取得的字符串较短。
doCompress() - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.impl.SimpleValueEncoder
简单值不压缩,取得的字符串较短。
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法org.tinygroup.weblayer.filter.gzip.CacheFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法org.tinygroup.weblayer.filter.gzip.GZIPFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法org.tinygroup.weblayer.impl.EncodeingHttpFilter
 
doFilter(ServletRequest, ServletResponse) - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterChain
 
doFilter(ServletRequest, ServletResponse, FilterChain) - 类 中的方法org.tinygroup.weblayer.TinyHttpFilter
 
doGet(HttpServletRequest, HttpServletResponse) - 类 中的方法org.tinygroup.weblayer.servlet.LocalServlet
 
doPost(HttpServletRequest, HttpServletResponse) - 类 中的方法org.tinygroup.weblayer.servlet.LocalServlet
 
doURLEncode() - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder
 
doURLEncode() - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.impl.MappedValuesEncoder
 
doURLEncode() - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.impl.SimpleValueEncoder
 

E

encode(Map<String, Object>, SessionStore.StoreContext) - 类 中的方法org.tinygroup.weblayer.webcontext.session.encode.AbstractSerializationEncoder
编码。
encode(Map<String, Object>, SessionStore.StoreContext) - 类 中的方法org.tinygroup.weblayer.webcontext.session.encode.JsonConvertSessionEncoder
 
encode(Map<String, Object>, SessionStore.StoreContext) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.encode.SessionEncoder
将对象编码成字符串。
encode(SessionModel) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionModelEncoderImpl
 
encode(SessionModel) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionModelEncoder
将session model转换成store中可存储的对象。
encode(Object, SessionStore.StoreContext) - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder
 
encode(Object, SessionStore.StoreContext) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.SessionValueEncoder
将对象编码成字符串。
EncodeingHttpFilter - org.tinygroup.weblayer.impl 中的 类
设置编码格式的httpfilter实现方式
EncodeingHttpFilter() - 类 的构造方法org.tinygroup.weblayer.impl.EncodeingHttpFilter
 
encodeSessionIDIntoCookie() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl
将session ID编码到Cookie中去。
encodeSessionIDIntoURL(String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl
将session ID编码到URL中去。
encodeValue(Object) - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder
 
encodeValue(Object) - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.impl.MappedValuesEncoder
 
encodeValue(Object) - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.impl.SimpleValueEncoder
 
encrypt(byte[]) - 类 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.AbstractJceEncrypter
 
encrypt(byte[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.Encrypter
 
encrypter - 类 中的变量org.tinygroup.weblayer.webcontext.session.encode.AbstractSerializationEncoder
 
Encrypter - org.tinygroup.weblayer.webcontext.session.encrypter 中的 接口
加密器。
encrypter - 类 中的变量org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder
 
equals(Object) - 类 中的方法org.tinygroup.weblayer.config.BasicConfigInfo
 
equals(Object) - 类 中的方法org.tinygroup.weblayer.config.FilterMapping
 
equals(Object) - 类 中的方法org.tinygroup.weblayer.config.ServletMapping
 
equals(Object) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
ExactMatchesOnlySessionStore - org.tinygroup.weblayer.webcontext.session 中的 接口
一个SessionStore,只接受精确匹配的attribute names。
execute(String, WebContext) - 类 中的方法org.tinygroup.weblayer.impl.TinyProcessorManagerImpl
 
execute() - 类 中的方法org.tinygroup.weblayer.mvc.HandlerExecutionChain
 
execute(HandlerExecutionChain, WebContext) - 类 中的方法org.tinygroup.weblayer.mvc.impl.MappingModelExecuteImpl
 
execute(HandlerExecutionChain, WebContext) - 接口 中的方法org.tinygroup.weblayer.mvc.MappingModelExecute
执行方法
execute(String, WebContext) - 接口 中的方法org.tinygroup.weblayer.TinyProcessorManager
根据请求路径,获取servlet处理器进行逻辑处理
exist(String) - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
 
existFilterWrapper() - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterManagerImpl
 
existFilterWrapper() - 接口 中的方法org.tinygroup.weblayer.TinyFilterManager
是不是filter包装模式,配置的tiny-filter是否实现了FilterWrapper接口如果是,则采用fiter包装方式来处理
existFromWrapperContext(String, WebContext) - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
 
expand(String, HttpServletRequest) - 类 中的静态方法org.tinygroup.weblayer.webcontext.rewrite.RewriteUtil
展开变量。

F

FILE_SIZE_MAX_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.parser.upload.UploadConfiguration
默认值:单个文件允许的最大尺寸,超过此尺寸的请求将被抛弃。
FileItemFactoryWrapper - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
功能说明: 复合的文件项创建工厂 开发人员: renhui
开发时间: 2014-1-2

FileItemFactoryWrapper(UploadParameters, UploadServiceImpl) - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.impl.FileItemFactoryWrapper
 
FileItemStorage - org.tinygroup.weblayer.webcontext.parser.fileupload 中的 接口
功能说明: 上传文件项存储接口

开发人员: renhui
开发时间: 2014-1-3

FileObjectInDisk - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
 
FileObjectInDisk(DiskFileItem) - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
 
FileObjectInMemory - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
 
FileObjectInMemory(InMemoryFormFieldItem) - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
 
FileUploadReName - org.tinygroup.weblayer.webcontext.parser.upload 中的 接口
功能说明: 上传文件命名接口 开发人员: renhui
开发时间: 2013-5-27

FileUploadRenameImpl - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
 
FileUploadRenameImpl() - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.impl.FileUploadRenameImpl
 
FileUploadRenameImpl(File) - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.impl.FileUploadRenameImpl
 
filter(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter
given a user submitted input String, filter out any invalid or restricted html.
filter(String, boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter
 
filter(String, String, boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.HTMLParameterValueFilter
 
filter(String, FileItem) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadedFileExtensionWhitelist
 
filter(String, String, boolean) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.upload.ParameterValueFilter
过滤指定值,如果返回null表示忽略该值。
filter(String, FileItem) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadedFileFilter
过滤指定文件,如果返回null表示忽略该文件。
FILTER_BEAN_NAMES - 类 中的静态变量org.tinygroup.weblayer.impl.TinyWrapperFilterConfig
 
FilterMapping - org.tinygroup.weblayer.config 中的 类
 
FilterMapping() - 类 的构造方法org.tinygroup.weblayer.config.FilterMapping
 
filterName - 类 中的变量org.tinygroup.weblayer.AbstractTinyFilter
 
FilterWrapper - org.tinygroup.weblayer 中的 接口
filter包装接口
filterWrapper(WebContext, TinyFilterHandler) - 接口 中的方法org.tinygroup.weblayer.FilterWrapper
 
filterWrapper(WebContext, TinyFilterHandler) - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterWrapper
 
finalize() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItem
Removes the file contents from the temporary storage.
findWebContext(HttpServletRequest, Class<R>) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.WebContextUtil
在指定的request context及其级联的request context中找到一个指定类型的request context。
findWebContext(WebContext, Class<R>) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.WebContextUtil
在指定的request context及其级联的request context中找到一个指定类型的request context。
Flags - org.tinygroup.weblayer.webcontext.rewrite 中的 类
 
Flags() - 类 的构造方法org.tinygroup.weblayer.webcontext.rewrite.Flags
 
Flags(String...) - 类 的构造方法org.tinygroup.weblayer.webcontext.rewrite.Flags
 
flush() - 类 中的方法org.tinygroup.weblayer.filter.gzip.CacheResponseStream
 
flushBuffer() - 类 中的方法org.tinygroup.weblayer.filter.gzip.CacheResponseWrapper
 
flushBuffer() - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl
冲洗buffer。
FORCE_EXPIRATION_PERIOD_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.session.SessionConfig
 
format(Context, String) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteFormatProvider
 
format(String, HttpServletRequest) - 类 中的静态方法org.tinygroup.weblayer.webcontext.rewrite.RewriteUtil
 
FullContextUrlRedirectServlet - org.tinygroup.weblayer.servlet 中的 类
 
FullContextUrlRedirectServlet() - 类 的构造方法org.tinygroup.weblayer.servlet.FullContextUrlRedirectServlet
 
FullContextUrlRedirectTinyProcessor - org.tinygroup.weblayer.tinyprocessor 中的 类
 
FullContextUrlRedirectTinyProcessor() - 类 的构造方法org.tinygroup.weblayer.tinyprocessor.FullContextUrlRedirectTinyProcessor
 

G

generateSessionID() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.RandomIDGenerator
 
generateSessionID() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.UUIDGenerator
 
generateSessionID() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionIDGenerator
生成session ID。
get(String) - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
 
get(String) - 类 中的方法org.tinygroup.weblayer.AbstractTinyProcessor
 
get(String) - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
改写get方法,使得可以从父环境中查找,同时,也可以从子环境中查找 先找自己,再找子,再找父
get() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem
 
get() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
Returns the contents of the file as an array of bytes.
get(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得参数值,如果指定名称的参数不存在,则返回null
get(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得参数值,如果指定名称的参数不存在,则返回null
getAbsolutePath() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject
 
getAbsolutePath() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
 
getAbsolutePath() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
 
getAlreadyWrappedContext(WebContext) - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
返回已经包装的上下文
getAlreadyWrappedContext(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.BasicTinyFilter
 
getAlreadyWrappedContext(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.BufferedTinyFilter
 
getAlreadyWrappedContext(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.LazyCommitTinyFilter
 
getAlreadyWrappedContext(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
 
getAlreadyWrappedContext(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.RewriteTinyFilter
 
getAlreadyWrappedContext(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.SessionTinyFilter
 
getAlreadyWrappedContext(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.SetLocaleTinyFilter
 
getAndSign() - 类 中的方法org.tinygroup.weblayer.webcontext.util.QueryStringParser
 
getApplicationConfig() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyFilterConfigManager
 
getApplicationConfig() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyListenerConfigManager
 
getApplicationConfig() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyProcessorConfigManager
 
getApplicationConfig() - 类 中的方法org.tinygroup.weblayer.filter.gzip.GZIPFilter
 
getApplicationNodePath() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyFilterConfigManager
 
getApplicationNodePath() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyListenerConfigManager
 
getApplicationNodePath() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyProcessorConfigManager
 
getApplicationNodePath() - 类 中的方法org.tinygroup.weblayer.exceptionhandler.WebExceptionProcessor
 
getApplicationNodePath() - 类 中的方法org.tinygroup.weblayer.filter.gzip.GZIPFilter
 
getApplicationNodePath() - 类 中的方法org.tinygroup.weblayer.listener.TinyListenerProcessor
 
getApplicationNodePath() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.ParserConfiguration
 
getApplicationNodePath() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteConfiguration
 
getApplicationNodePath() - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration
 
getAsText() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.propertyedit.HumanReadableSizeEditor
 
getAttribute(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
getAttribute(String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
取得指定名称的attribute值。
getAttributeNames() - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
getAttributeNames() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
取得所有attributes的名称。
getAttributeNames(String, SessionStore.StoreContext) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionStore
取得指定session的所有attribute名称。
getAttributeNames(String, SessionStore.StoreContext) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.CookieStoreImpl
 
getAttributeNames(String, SessionStore.StoreContext) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.SimpleMemoryStoreImpl
取得指定session的所有attribute名称。
getAttributeNames(String, SessionStore.StoreContext) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.SingleValuedCookieStoreImpl
 
getBaseURL(HttpServletRequest) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServletUtil
取得request请求的基准URL。
getBeanName() - 类 中的方法org.tinygroup.weblayer.config.BasicConfigInfo
 
getBoolean(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得参数值,如果指定名称的参数不存在,则返回false
getBoolean(String, boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getBoolean(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得参数值,如果指定名称的参数不存在,则返回false
getBoolean(String, boolean) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getBooleanValue() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得参数值,如果指定名称的参数不存在,则返回false
getBooleanValue(Boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getBooleanValue() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得参数值,如果指定名称的参数不存在,则返回false
getBooleanValue(Boolean) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getBufferedBytes() - 类 中的方法org.tinygroup.weblayer.filter.gzip.GZIPResponseWrapper
 
getBufferedResponse() - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.impl.BufferedWebContextImpl
取得BufferedRunDataResponse实例。
getByte(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得参数值,如果指定名称的参数不存在,则返回0
getByte(String, byte) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getByte(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得参数值,如果指定名称的参数不存在,则返回0
getByte(String, byte) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getBytes(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得指定参数的字节。
getBytes(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得指定参数的字节。
getBytes(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得指定参数的字节。
getBytes(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得指定参数的字节。
getByteValue() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得参数值,如果指定名称的参数不存在,则返回0
getByteValue(Byte) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getByteValue() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得参数值,如果指定名称的参数不存在,则返回0
getByteValue(Byte) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getCaseFolding() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
按照指定的风格转换parameters和cookies的名称,默认为“小写加下划线”。
getCaseFolding() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.ParserWebContext
按照指定的风格转换parameters和cookies的名称,默认为“小写加下划线”。
getChar(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得参数值,如果指定名称的参数不存在,则返回'\0'
getChar(String, char) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getChar(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得参数值,如果指定名称的参数不存在,则返回'\0'
getChar(String, char) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getCharacterEncoding() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ServletRequestContext
 
getCharacterEncoding() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得用于解析参数的编码字符集。
getCharacterEncoding() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ParameterParserImpl
取得用于解析参数的编码字符集。
getCharacterEncoding() - 类 中的方法org.tinygroup.weblayer.webcontext.util.QueryStringParser
 
getCharacterValue() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得参数值,如果指定名称的参数不存在,则返回'\0'
getCharacterValue(Character) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getCharacterValue() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得参数值,如果指定名称的参数不存在,则返回'\0'
getCharacterValue(Character) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getCharset() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem
取得当前field的字符集编码。
getCharset() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
取得当前field的字符集编码。
getCharset() - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder
 
getChild(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject
 
getChild(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
 
getChild(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
 
getChildren() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject
 
getChildren() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
 
getChildren() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
 
getCipher(int) - 类 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.AbstractJceEncrypter
 
getClassMapping() - 类 中的方法org.tinygroup.weblayer.mvc.MappingClassModel
 
getClassName() - 类 中的方法org.tinygroup.weblayer.config.BasicConfigInfo
 
getComponentConfig() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyFilterConfigManager
 
getComponentConfig() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyListenerConfigManager
 
getComponentConfig() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyProcessorConfigManager
 
getComponentConfig() - 类 中的方法org.tinygroup.weblayer.filter.gzip.GZIPFilter
 
getComponentConfigPath() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyFilterConfigManager
 
getComponentConfigPath() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyListenerConfigManager
 
getComponentConfigPath() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyProcessorConfigManager
 
getComponentConfigPath() - 类 中的方法org.tinygroup.weblayer.exceptionhandler.WebExceptionProcessor
 
getComponentConfigPath() - 类 中的方法org.tinygroup.weblayer.filter.gzip.GZIPFilter
 
getComponentConfigPath() - 类 中的方法org.tinygroup.weblayer.listener.TinyListenerProcessor
 
getComponentConfigPath() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.ParserConfiguration
 
getComponentConfigPath() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteConfiguration
 
getComponentConfigPath() - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration
 
getConditionFlags() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition
 
getConfigBeanName() - 类 中的方法org.tinygroup.weblayer.config.BasicConfigInfo
 
getConfigInfos() - 类 中的方法org.tinygroup.weblayer.config.TinyProcessorConfigInfos
 
getConfigManager() - 类 中的方法org.tinygroup.weblayer.fileresolver.TinyFilterFileProcessor
 
getConfigManager() - 类 中的方法org.tinygroup.weblayer.fileresolver.TinyProcessorFileProcessor
 
getConfigName() - 接口 中的方法org.tinygroup.weblayer.BasicTinyConfig
获取名称
getConfigName() - 类 中的方法org.tinygroup.weblayer.config.BasicConfigInfo
 
getConfigName() - 类 中的方法org.tinygroup.weblayer.impl.SimpleBasicTinyConfig
 
getConfigs() - 类 中的方法org.tinygroup.weblayer.config.TinyFilterConfigInfos
 
getContentType() - 类 中的方法org.tinygroup.weblayer.impl.EncodeingHttpFilter
 
getContentType() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem
 
getContentType() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
Returns the content type passed by the agent or null if not defined.
getContext(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
getContext() - 类 中的方法org.tinygroup.weblayer.mvc.HandlerExecutionChain
 
getContext() - 类 中的方法org.tinygroup.weblayer.TinyFilterHandler
 
getContextAttributeListeners() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyListenerConfigManager
 
getContextAttributeListeners() - 类 中的方法org.tinygroup.weblayer.listener.impl.ListenerBuilderSupport
 
getContextListeners() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyListenerConfigManager
 
getContextListeners() - 类 中的方法org.tinygroup.weblayer.listener.impl.ListenerBuilderSupport
 
getContextPath() - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
getCookie() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.IdConfig
取得session ID cookie的配置。
getCookieDomain() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.CookieParserImpl
取得cookie的domain。
getCookieHeaderName() - 类 中的方法org.tinygroup.weblayer.webcontext.util.CookieSupport
取得cookie header的名称。
getCookieHeaderName(int) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServerCookie
Return the header name to set the cookie, based on cookie version.
getCookieHeaderValue() - 类 中的方法org.tinygroup.weblayer.webcontext.util.CookieSupport
取得cookie header的值。
getCookiePath() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.CookieParserImpl
取得cookie的path。
getCookies() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
取得所有cookie。
getCookies() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.ParserWebContext
取得所有cookie。
getCore() - 类 中的方法org.tinygroup.weblayer.tinyprocessor.ServiceOutPutTinyProcessor
 
getCore() - 类 中的方法org.tinygroup.weblayer.tinyprocessor.ServiceTinyProcessor
 
getCreationTime() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
取得session的创建时间。
getCreationTime() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl
取得session的创建时间。
getCreationTime() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionModel
取得session的创建时间。
getDate(String, DateFormat) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得日期。
getDate(String, DateFormat, Date) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得日期。
getDate(String, DateFormat) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得日期。
getDate(String, DateFormat, Date) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得日期。
getDateValue(DateFormat) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得日期。
getDateValue(DateFormat, Date) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得日期。
getDateValue(DateFormat) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得日期。
getDateValue(DateFormat, Date) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得日期。
getDefaultPattern(String) - 类 中的静态方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.AttributePattern
创建默认匹配,匹配所有attribute names。
getDomain() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.CookieConfig
取得cookie的域名。
getDomain() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
 
getDouble(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得参数值,如果指定名称的参数不存在,则返回0
getDouble(String, double) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getDouble(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得参数值,如果指定名称的参数不存在,则返回0
getDouble(String, double) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getDoubleValue() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得参数值,如果指定名称的参数不存在,则返回0
getDoubleValue(Double) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getDoubleValue() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得参数值,如果指定名称的参数不存在,则返回0
getDoubleValue(Double) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getEncoding() - 类 中的方法org.tinygroup.weblayer.impl.EncodeingHttpFilter
 
getEncrypter() - 类 中的方法org.tinygroup.weblayer.webcontext.session.encode.impl.SerializationEncoder
 
getEqualSign() - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.impl.MappedValuesEncoder
 
getEqualSign() - 类 中的方法org.tinygroup.weblayer.webcontext.util.QueryStringParser
 
getErrorMessage() - 类 中的方法org.tinygroup.weblayer.webcontext.lazycommit.impl.LazyCommitWebContextImpl
如果sendError()方法曾被调用,则该方法返回一个error信息。
getErrorMessage() - 接口 中的方法org.tinygroup.weblayer.webcontext.lazycommit.LazyCommitWebContext
如果sendError()方法曾被调用,则该方法返回一个error信息。
getErrorStatus() - 类 中的方法org.tinygroup.weblayer.webcontext.lazycommit.impl.LazyCommitWebContextImpl
如果sendError()方法曾被调用,则该方法返回一个error状态值。
getErrorStatus() - 接口 中的方法org.tinygroup.weblayer.webcontext.lazycommit.LazyCommitWebContext
如果sendError()方法曾被调用,则该方法返回一个error状态值。
getExactMatchedAttributeNames(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.StoreMappingsConfig
反查指定store名称所对应的所有精确匹配的attribute名称。
getExactPattern(String, String) - 类 中的静态方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.AttributePattern
创建精确匹配,匹配名称完全相同的attribute names。
getExecute() - 类 中的方法org.tinygroup.weblayer.tinyprocessor.MvcTinyProcessor
 
getExecutor() - 类 中的方法org.tinygroup.weblayer.tinyprocessor.PageFlowTinyProcessor
 
getExtName() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject
 
getExtName() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
 
getExtName() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
 
getExtNames() - 类 中的方法org.tinygroup.weblayer.impl.EncodeingHttpFilter
 
getFieldName() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem
 
getFieldName() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
Returns the name of the field in the multipart form corresponding to this file item.
getFileData() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.DeferredByteOutputStream
返回文件字节流
getFileItem() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject
 
getFileItem() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
 
getFileItem() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
 
getFileItem() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ItemFileObject
文件对象关联的fileitem对象
getFileItemFactory() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileItemFactoryWrapper
 
getFileItems() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
 
getFileItems() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadService
 
getFileName() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject
 
getFileName() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
 
getFileName() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
 
getFileName(Map) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ServletFileUpload
 
getFileName(FileItemHeaders) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ServletFileUpload
 
getFileNameKey() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ServletFileUpload
 
getFileNameKey() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
 
getFileNameKey() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadConfiguration
标准的上传文件请求中,包含这样的内容: Content-Disposition: attachment; filename=xxx.txt
getFileNameKey() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
getFileObject(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ParameterParserImpl
取得指定名称的FileItem对象,如果不存在,则返回null
getFileObject() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得FileItem对象,如果不存在,则返回null
getFileObject(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ParameterParser
取得指定名称的FileItem对象,如果不存在,则返回null
getFileObject() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得FileItem对象,如果不存在,则返回null
getFileObjects(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ParameterParserImpl
取得指定名称的FileItem对象,如果不存在,则返回null
getFileObjects() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得FileItem对象,如果不存在,则返回null
getFileObjects(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ParameterParser
取得指定名称的FileItem对象,如果不存在,则返回null
getFileObjects() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得FileItem对象,如果不存在,则返回null
getFileSizeMax() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
 
getFileSizeMax() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadConfiguration
取得单个文件允许的最大尺寸,超过此尺寸的文件将被抛弃。
getFileSizeMax() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
getFilterBeanName() - 类 中的方法org.tinygroup.weblayer.config.TinyWrapperFilterConfigInfo
 
getFilterConfig(String) - 类 中的方法org.tinygroup.weblayer.configmanager.TinyFilterConfigManager
 
getFilterConfigs() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyFilterConfigManager
 
getFilterMappings() - 类 中的方法org.tinygroup.weblayer.config.TinyFilterConfigInfo
 
getFilterName() - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
 
getFilterName() - 类 中的方法org.tinygroup.weblayer.impl.TinyWrapperFilterConfig
 
getFilterName() - 接口 中的方法org.tinygroup.weblayer.TinyFilter
 
getFilterWrapper() - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterManagerImpl
 
getFilterWrapper() - 接口 中的方法org.tinygroup.weblayer.TinyFilterManager
获取filter包装实例
getFiltterMapping(XmlNode) - 类 中的静态方法org.tinygroup.weblayer.util.TinyConfigUtil
 
getFlags() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.Flags
 
getFlags() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition
 
getFlags() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution
 
getFlagValue(String...) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.Flags
如果flag不存在,则返回null
getFloat(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得参数值,如果指定名称的参数不存在,则返回0
getFloat(String, float) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getFloat(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得参数值,如果指定名称的参数不存在,则返回0
getFloat(String, float) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getFloatValue() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得参数值,如果指定名称的参数不存在,则返回0
getFloatValue(Float) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getFloatValue() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得参数值,如果指定名称的参数不存在,则返回0
getFloatValue(Float) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getForceExpirationPeriod() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig
Session强制作废期限(秒)。
getForceExpirationPeriod() - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.ConfigImpl
 
getFormat() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.propertyedit.CustomDateRegistrar
 
getFromWrapperContext(String, WebContext) - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
 
getFullContextFileRepository() - 类 中的方法org.tinygroup.weblayer.servlet.FullContextUrlRedirectServlet
 
getFullContextFileRepository() - 类 中的方法org.tinygroup.weblayer.tinyprocessor.FullContextUrlRedirectTinyProcessor
 
getFullContextFileRepository() - 类 中的方法org.tinygroup.weblayer.tinyprocessor.UiEngineTinyProcessor
 
getGenerator() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.IdConfig
取得session ID生成器。
getHandler(String) - 类 中的方法org.tinygroup.weblayer.mvc.handlermapping.AnnotationHandlerMapping
 
getHandler(String) - 接口 中的方法org.tinygroup.weblayer.mvc.HandlerMapping
 
getHandler() - 类 中的方法org.tinygroup.weblayer.tinyprocessor.MvcTinyProcessor
 
getHeaders() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
Returns the file item headers.
getHtmlFieldSuffix() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
取得代表HTML字段的后缀。
getHtmlFieldSuffix() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.ParserWebContext
取得代表HTML字段的后缀。
getHttpOnly() - 类 中的方法org.tinygroup.weblayer.webcontext.util.CookieSupport
是否生成IE6支持的HttpOnly标记。
getHttpSession() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionStore.StoreContext
取得当前的session对象。
getId() - 类 中的方法org.tinygroup.weblayer.config.BasicConfigInfo
 
getId() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
取得session ID。
getId() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig
取得session ID的配置。
getId() - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.ConfigImpl
 
getIdCookieConfig() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
 
getInitParam(XmlNode) - 类 中的静态方法org.tinygroup.weblayer.util.TinyConfigUtil
 
getInitParameter(String) - 接口 中的方法org.tinygroup.weblayer.BasicTinyConfig
根据参数名称获取参数值
getInitParameter(String) - 类 中的方法org.tinygroup.weblayer.impl.SimpleBasicTinyConfig
 
getInitParameter(String) - 类 中的方法org.tinygroup.weblayer.impl.TinyServletConfig
 
getInitParameter(String) - 类 中的方法org.tinygroup.weblayer.impl.TinyWrapperFilterConfig
 
getInitParameter(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
getInitParameterNames() - 接口 中的方法org.tinygroup.weblayer.BasicTinyConfig
返回所有参数信息
getInitParameterNames() - 类 中的方法org.tinygroup.weblayer.impl.SimpleBasicTinyConfig
 
getInitParameterNames() - 类 中的方法org.tinygroup.weblayer.impl.TinyServletConfig
 
getInitParameterNames() - 类 中的方法org.tinygroup.weblayer.impl.TinyWrapperFilterConfig
 
getInitParameterNames() - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
getInitParamMap() - 类 中的方法org.tinygroup.weblayer.AbstractTinyProcessor
 
getInitParams() - 类 中的方法org.tinygroup.weblayer.impl.TinyServletConfig
 
getInputCharset() - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleOverrider
 
getInputStream() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem
 
getInputStream() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject
 
getInputStream() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
Returns an InputStream that can be used to retrieve the contents of the file.
getInputStream() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
 
getInputStream() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
 
getInstance() - 类 中的静态方法org.tinygroup.weblayer.configmanager.TinyListenerConfigManagerHolder
 
getInstances() - 类 中的方法org.tinygroup.weblayer.listener.impl.AbstractListenerBuilder
 
getInstances() - 接口 中的方法org.tinygroup.weblayer.listener.ListenerInstanceBuilder
获取监听器实例列表
getInt(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得参数值,如果指定名称的参数不存在,则返回0
getInt(String, int) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getInt(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得参数值,如果指定名称的参数不存在,则返回0
getInt(String, int) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getIntegerValue() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得参数值,如果指定名称的参数不存在,则返回0
getIntegerValue(Integer) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getIntegerValue() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得参数值,如果指定名称的参数不存在,则返回0
getIntegerValue(Integer) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getIntegerValues() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得指定参数的所有值。
getIntegerValues(int[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得指定参数的所有值。
getIntegerValues() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得指定参数的所有值。
getIntegerValues(int[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得指定参数的所有值。
getInts(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得指定参数的所有值。
getInts(String, int[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得指定参数的所有值。
getInts(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得指定参数的所有值。
getInts(String, int[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得指定参数的所有值。
getItemIterator(HttpServletRequest) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ServletFileUpload
 
getItemStorageBeanName() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
 
getItemStorageBeanName() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
getIterator() - 类 中的方法org.tinygroup.weblayer.config.BasicConfigInfo
 
getKey(MatchResultSubstitution) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution.Parameter
 
getKey() - 类 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.impl.AesEncrypter
 
getKeys() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
 
getKeys() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
 
getKeySize() - 类 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.impl.AesEncrypter
 
getLastAccessedTime() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
取得最近访问时间。
getLastAccessedTime() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl
取得最近访问时间。
getLastAccessedTime() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionModel
取得最近访问时间。
getLastModifiedTime() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject
 
getLastModifiedTime() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
 
getLastModifiedTime() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
 
getLength() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.RandomIDGenerator
 
getListenerConfigInfos() - 类 中的方法org.tinygroup.weblayer.config.TinyListenerConfigInfos
 
getLong(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得参数值,如果指定名称的参数不存在,则返回0
getLong(String, long) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getLong(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得参数值,如果指定名称的参数不存在,则返回0
getLong(String, long) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getLongs(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得指定参数的所有值。
getLongs(String, long[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得指定参数的所有值。
getLongs(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得指定参数的所有值。
getLongs(String, long[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得指定参数的所有值。
getLongValue() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得参数值,如果指定名称的参数不存在,则返回0
getLongValue(Long) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getLongValue() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得参数值,如果指定名称的参数不存在,则返回0
getLongValue(Long) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getLongValues() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得指定参数的所有值。
getLongValues(long[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得指定参数的所有值。
getLongValues() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得指定参数的所有值。
getLongValues(long[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得指定参数的所有值。
getMajorVersion() - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
getManager() - 类 中的方法org.tinygroup.weblayer.mvc.annotationaction.ControllerAnnotationAction
 
getManager() - 类 中的方法org.tinygroup.weblayer.mvc.handlermapping.AbstractHandlerMapping
 
getManager() - 类 中的方法org.tinygroup.weblayer.tinyprocessor.ServiceTinyProcessor
 
getMapClass() - 类 中的方法org.tinygroup.weblayer.mvc.MappingClassModel
 
getMapMethod() - 类 中的方法org.tinygroup.weblayer.mvc.MappingMethodModel
 
getMappingClasses() - 类 中的方法org.tinygroup.weblayer.mvc.impl.MappingModelManagerImpl
 
getMappingClasses() - 接口 中的方法org.tinygroup.weblayer.mvc.MappingModelManager
 
getMappingMethodModels() - 类 中的方法org.tinygroup.weblayer.mvc.MappingClassModel
 
getMappingMethodWithUrlPattern(String) - 类 中的方法org.tinygroup.weblayer.mvc.MappingClassModel
 
getMappingModelWithClass(Class) - 类 中的方法org.tinygroup.weblayer.mvc.impl.MappingModelManagerImpl
 
getMappingModelWithClass(Class) - 接口 中的方法org.tinygroup.weblayer.mvc.MappingModelManager
根据Class获取请求映射信息
getMappingModelWithUrl(String) - 类 中的方法org.tinygroup.weblayer.mvc.impl.MappingModelManagerImpl
 
getMappingModelWithUrl(String) - 接口 中的方法org.tinygroup.weblayer.mvc.MappingModelManager
根据请求url获取相应的请求映射信息对象
getMatchResultSubstitution() - 接口 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitutionContext
 
getMatchResultSubstitution(MatchResult, MatchResult) - 类 中的静态方法org.tinygroup.weblayer.webcontext.rewrite.RewriteUtil
 
getMaxAge() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.CookieConfig
Cookie的最长存活时间(秒)。
getMaxAge() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
 
getMaxCookieSize() - 类 中的方法org.tinygroup.weblayer.webcontext.basic.impl.BasicWebContextImpl
 
getMaxCookieSize() - 类 中的方法org.tinygroup.weblayer.webcontext.basic.interceptor.ResponseHeaderSecurityFilter
 
getMaxInactiveInterval() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
取得session的最大不活动期限,超过此时间,session就会失效。
getMaxInactiveInterval() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl
取得session的最大不活动期限,超过此时间,session就会失效。
getMaxInactiveInterval() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig
Session的最长不活动时间(秒)。
getMaxInactiveInterval() - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.ConfigImpl
 
getMaxInactiveInterval() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionModel
取得session的最大不活动期限,超过此时间,session就会失效。
getMemoryData() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.DeferredByteOutputStream
Returns the data for this output stream as an array of bytes, assuming that the data has been retained in memory.
getMethodMapping() - 类 中的方法org.tinygroup.weblayer.mvc.MappingMethodModel
 
getMethodModel() - 类 中的方法org.tinygroup.weblayer.mvc.HandlerExecutionChain
 
getMimeType(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
getMinorVersion() - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
getModel() - 类 中的方法org.tinygroup.weblayer.mvc.HandlerExecutionChain
 
getModelKey() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig
代表session model在session中被保存的键值。
getModelKey() - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.ConfigImpl
 
getName() - 类 中的方法org.tinygroup.weblayer.config.BasicConfigInfo
 
getName() - 类 中的方法org.tinygroup.weblayer.config.InitParam
 
getName() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem
 
getName() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
Returns the original filename in the client's filesystem.
getName() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionAttribute
取得attribute的名字。
getName() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.CookieConfig
取得cookie名称。
getName() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.UrlEncodeConfig
取得URL encode的名称。
getName() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
 
getNamedDispatcher(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
getObject(String, String) - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
 
getObject(String, String) - 接口 中的方法org.tinygroup.weblayer.WebContext
获取指定范围内的对象
getObject(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得指定参数的值。
getObject(String, Object) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得指定参数的值。
getObject(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得指定参数的值。
getObject(String, Object) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得指定参数的值。
getObjectOfType(String, Class<T>) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得指定类型的对象。
getObjectOfType(String, Class<T>, MethodParameter, Object[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得指定类型的对象。
getObjectOfType(String, Class<T>) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得指定类型的对象。
getObjectOfType(String, Class<T>, MethodParameter, Object[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得指定类型的对象。
getObjects(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得指定参数的所有值。
getObjects(String, Object[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得指定参数的所有值。
getObjects(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得指定参数的所有值。
getObjects(String, Object[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得指定参数的所有值。
getOrder() - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
 
getOrder() - 类 中的方法org.tinygroup.weblayer.AbstractTinyProcessor
 
getOrder() - 类 中的方法org.tinygroup.weblayer.filter.BasicTinyFilter
 
getOrder() - 类 中的方法org.tinygroup.weblayer.filter.BufferedTinyFilter
 
getOrder() - 类 中的方法org.tinygroup.weblayer.filter.LazyCommitTinyFilter
 
getOrder() - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
 
getOrder() - 类 中的方法org.tinygroup.weblayer.filter.RewriteTinyFilter
 
getOrder() - 类 中的方法org.tinygroup.weblayer.filter.SessionTinyFilter
 
getOrder() - 类 中的方法org.tinygroup.weblayer.filter.SetLocaleTinyFilter
 
getOrder() - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultRequestAttributeListener
 
getOrder() - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultRequestListener
 
getOrder() - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultServletContextAttributeListener
 
getOrder() - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultServletContextListener
 
getOrder() - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultSessionActivationListener
 
getOrder() - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultSessionAttributeListener
 
getOrder() - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultSessionBindingListener
 
getOrder() - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultSessionListener
 
getOrder() - 类 中的方法org.tinygroup.weblayer.listener.TinyListenerProcessor
 
getOutputCharset() - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleOverrider
 
getOutputStream() - 类 中的方法org.tinygroup.weblayer.filter.gzip.CacheResponseWrapper
 
getOutputStream() - 类 中的方法org.tinygroup.weblayer.filter.gzip.GZIPResponseWrapper
 
getOutputStream() - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl
取得输出流。
getOutputStream() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem
 
getOutputStream() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject
 
getOutputStream() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
Returns an OutputStream that can be used for storing the contents of the file.
getOutputStream() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
 
getOutputStream() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
 
getParameterMap() - 接口 中的方法org.tinygroup.weblayer.BasicTinyConfig
 
getParameterMap() - 类 中的方法org.tinygroup.weblayer.config.BasicConfigInfo
 
getParameterMap() - 类 中的方法org.tinygroup.weblayer.impl.SimpleBasicTinyConfig
 
getParameters() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
取得所有query参数。
getParameters() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.ParserWebContext
取得所有query参数。
getParameters() - 接口 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitutionContext
 
getParameterValue(String) - 类 中的方法org.tinygroup.weblayer.config.BasicConfigInfo
 
getParams() - 类 中的方法org.tinygroup.weblayer.config.BasicConfigInfo
 
getParserFilters() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.ParserConfiguration
 
getParserWebContext() - 接口 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitutionContext
 
getPath() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject
 
getPath() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
 
getPath() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
 
getPath() - 接口 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitutionContext
 
getPath() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.CookieConfig
取得cookie的路径。
getPath() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
 
getPattern() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteRule
 
getPattern() - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.AttributePattern
 
getPatternName() - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.AttributePattern
 
getPoolSize() - 类 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.AbstractJceEncrypter
 
getProcessorConfig(String) - 类 中的方法org.tinygroup.weblayer.configmanager.TinyProcessorConfigManager
 
getProcessorConfigs() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyProcessorConfigManager
 
getProcessorName() - 类 中的方法org.tinygroup.weblayer.AbstractTinyProcessor
 
getProcessorName() - 接口 中的方法org.tinygroup.weblayer.TinyProcessor
 
getPropertyEditorRegistrar() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
取得用来转换参数类型的propertyEditor注册器。
getPropertyEditorRegistrar() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.ParserWebContext
取得用来转换参数类型的propertyEditor注册器。
getPropertyEditorRegistrars() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.PropertyEditorRegistrarsSupport
取得一组PropertyEditor注册器。
getPropertyEditors() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.ParserConfiguration
 
getRealPath(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
getRedirectCode() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution.SubstitutionFlags
标志位:重定向,并取得redirect code。
getRedirectLocation() - 类 中的方法org.tinygroup.weblayer.webcontext.lazycommit.impl.LazyCommitWebContextImpl
取得重定向的URI。
getRedirectLocation() - 接口 中的方法org.tinygroup.weblayer.webcontext.lazycommit.LazyCommitWebContext
取得重定向的URI。
getRegexPattern(String, String) - 类 中的静态方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.AttributePattern
创建正则表达式匹配。
getRename() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItemFactory
 
getRename() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
 
getRepository() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
 
getRepository() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileUploadRenameImpl
 
getRepository() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
 
getRepository() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadConfiguration
取得暂存文件的目录。
getRepository() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
getRequest() - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
 
getRequest() - 接口 中的方法org.tinygroup.weblayer.WebContext
 
getRequest() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItemFactory
 
getRequest() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ServletRequestContext
 
getRequestAttributeListeners() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyListenerConfigManager
 
getRequestAttributeListeners() - 类 中的方法org.tinygroup.weblayer.listener.impl.ListenerBuilderSupport
 
getRequestDispatcher(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
getRequestedSessionID() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl
取得当前的session ID。
getRequestId(String) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.PageFlowTinyProcessor
 
getRequestListeners() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyListenerConfigManager
 
getRequestListeners() - 类 中的方法org.tinygroup.weblayer.listener.impl.ListenerBuilderSupport
 
getRequestUriPattern() - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleOverrider
 
getResource(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
getResourceAsStream(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
getResourcePath(HttpServletRequest) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServletUtil
取得request所请求的资源路径。
getResourcePaths(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
getResponse() - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
 
getResponse() - 接口 中的方法org.tinygroup.weblayer.WebContext
 
getResponseContentType() - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
取得content type。
getResponseContentType() - 接口 中的方法org.tinygroup.weblayer.webcontext.setlocacle.SetLocaleWebContext
取得content type。
getResponseHeaderInterceptors() - 接口 中的方法org.tinygroup.weblayer.webcontext.basic.BasicWebContext
 
getResponseHeaderInterceptors() - 类 中的方法org.tinygroup.weblayer.webcontext.basic.impl.BasicWebContextImpl
 
getResultKey() - 类 中的方法org.tinygroup.weblayer.mvc.MappingMethodModel
 
getRules() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteConfiguration
 
getSecure() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
 
getSerializer() - 类 中的方法org.tinygroup.weblayer.webcontext.session.encode.impl.SerializationEncoder
 
getServerInfo() - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
getServlet(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
已过时。
getServletBaseURL(HttpServletRequest) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServletUtil
取得request请求的基准URL。
getServletConfig() - 类 中的方法org.tinygroup.weblayer.impl.TinyServletConfig
 
getServletContext() - 类 中的方法org.tinygroup.weblayer.impl.TinyServletConfig
 
getServletContext() - 类 中的方法org.tinygroup.weblayer.impl.TinyWrapperFilterConfig
 
getServletContext() - 类 中的静态方法org.tinygroup.weblayer.listener.ServletContextHolder
 
getServletContext() - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractRequestWrapper
取得当前request所处的servlet context环境。
getServletContext() - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractResponseWrapper
取得当前request所处的servlet context环境。
getServletContext() - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
 
getServletContext() - 接口 中的方法org.tinygroup.weblayer.WebContext
取得servletContext对象
getServletContext() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
取得当前session所属的servlet context。
getServletContextAttributeListenerConfigs() - 类 中的方法org.tinygroup.weblayer.config.TinyListenerConfigInfo
 
getServletContextListenerConfigs() - 类 中的方法org.tinygroup.weblayer.config.TinyListenerConfigInfo
 
getServletContextName() - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
getServletMapping(XmlNode) - 类 中的静态方法org.tinygroup.weblayer.util.TinyConfigUtil
 
getServletMappings() - 类 中的方法org.tinygroup.weblayer.config.TinyProcessorConfigInfo
 
getServletName() - 类 中的方法org.tinygroup.weblayer.impl.TinyServletConfig
 
getServletNames() - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
getServletPath() - 类 中的方法org.tinygroup.weblayer.TinyFilterHandler
 
getServletRequestAttributeListenerConfigs() - 类 中的方法org.tinygroup.weblayer.config.TinyListenerConfigInfo
 
getServletRequestListenerConfigs() - 类 中的方法org.tinygroup.weblayer.config.TinyListenerConfigInfo
 
getServletResourcePath(HttpServletRequest) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServletUtil
取得request所请求的资源路径。
getServlets() - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
已过时。
getSession(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl
取得当前的session,如果不存在,且createtrue,则创建一个新的。
getSession(String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.SimpleMemoryStoreImpl
取得指定session ID的所有值。
getSessionActivationListenerConfigs() - 类 中的方法org.tinygroup.weblayer.config.TinyListenerConfigInfo
 
getSessionActivationListeners() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyListenerConfigManager
 
getSessionActivationListeners() - 类 中的方法org.tinygroup.weblayer.listener.impl.ListenerBuilderSupport
 
getSessionAttributeListenerConfigs() - 类 中的方法org.tinygroup.weblayer.config.TinyListenerConfigInfo
 
getSessionAttributeListeners() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyListenerConfigManager
 
getSessionAttributeListeners() - 类 中的方法org.tinygroup.weblayer.listener.impl.ListenerBuilderSupport
 
getSessionBindingListenerConfigs() - 类 中的方法org.tinygroup.weblayer.config.TinyListenerConfigInfo
 
getSessionBindingListeners() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyListenerConfigManager
 
getSessionBindingListeners() - 类 中的方法org.tinygroup.weblayer.listener.impl.ListenerBuilderSupport
 
getSessionConfig() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl
取得SessionConfig实例。
getSessionConfig() - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration
 
getSessionConfig() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionWebContext
取得SessionConfig实例。
getSessionContext() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
已过时。
no replacement
getSessionID() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl
取得session ID。
getSessionID() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionModel
取得session ID。
getSessionInterceptors() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig
取得用来监听session行为的interceptors。
getSessionInterceptors() - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.ConfigImpl
 
getSessionListenerConfigs() - 类 中的方法org.tinygroup.weblayer.config.TinyListenerConfigInfo
 
getSessionListeners() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyListenerConfigManager
 
getSessionListeners() - 类 中的方法org.tinygroup.weblayer.listener.impl.ListenerBuilderSupport
 
getSessionModel() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
取得当前的model。
getSessionModelEncoders() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig
取得model encoders。
getSessionModelEncoders() - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.ConfigImpl
 
getSessionWebContext() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
取得创建该session的request context。
getSessionWebContext() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionStore.StoreContext
取得当前的request context。
getShort(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得参数值,如果指定名称的参数不存在,则返回0
getShort(String, short) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getShort(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得参数值,如果指定名称的参数不存在,则返回0
getShort(String, short) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getShortValue() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得参数值,如果指定名称的参数不存在,则返回0
getShortValue(Short) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getShortValue() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得参数值,如果指定名称的参数不存在,则返回0
getShortValue(Short) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getSize() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem
 
getSize() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject
 
getSize() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
Returns the size of the file.
getSize() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
 
getSize() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
 
getSizeMax() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
 
getSizeMax() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadConfiguration
取得HTTP请求的最大尺寸,超过此尺寸的请求将被抛弃。
getSizeMax() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
getSizeThreshold() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
 
getSizeThreshold() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadConfiguration
取得将文件放在内存中的阈值,小于此值的文件被保存在内存中。
getSizeThreshold() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
getState() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionStore.StoreContext
取得store的request scope状态数据。
getStatus() - 类 中的方法org.tinygroup.weblayer.webcontext.lazycommit.impl.LazyCommitWebContextImpl
取得最近设置的HTTP status。
getStatus() - 接口 中的方法org.tinygroup.weblayer.webcontext.lazycommit.LazyCommitWebContext
取得最近设置的HTTP status。
getStorage() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItemFactory
 
getStore() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionAttribute
取得store。
getStore(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.StoresConfig
取得指定名称的对象所存放的session store。
getStoreContext(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionStore.StoreContext
取得指定名称的store的状态数据。
getStoreLocation() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
Returns the File object for the FileItem's data's temporary location on the disk.
getStoreMappings() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig
取得所有store mappings。
getStoreMappings() - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.ConfigImpl
 
getStoreName() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionAttribute
取得store名称。
getStoreName() - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.AttributePattern
 
getStoreName() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
 
getStoreNameForAttribute(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.StoreMappingsConfig
取得指定session attribute名称的对象所存放的session store。
getStoreNames() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.StoresConfig
取得所有的session store的名称。
getStores() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig
取得所有stores。
getStores() - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.ConfigImpl
 
getStream() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.DeferredByteOutputStream
Returns the current output stream.
getString(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem
 
getString() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem
 
getString(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
Returns the contents of the file as a String, using the specified encoding.
getString() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
取得字段或文件的内容。
getString(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得参数值,如果指定名称的参数不存在,则返回null
getString(String, String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getString(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得参数值,如果指定名称的参数不存在,则返回null
getString(String, String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getStrings(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得指定参数的所有值。
getStrings(String, String[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得指定参数的所有值。
getStrings(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得指定参数的所有值。
getStrings(String, String[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得指定参数的所有值。
getStringValue() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得参数值,如果指定名称的参数不存在,则返回null
getStringValue(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getStringValue() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得参数值,如果指定名称的参数不存在,则返回null
getStringValue(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getStringValues() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得指定参数的所有值。
getStringValues(String[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得指定参数的所有值。
getStringValues() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得指定参数的所有值。
getStringValues(String[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得指定参数的所有值。
getSubFlags() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution
 
getSubstitutedTestString(String, MatchResult, MatchResult, HttpServletRequest) - 类 中的静态方法org.tinygroup.weblayer.webcontext.rewrite.RewriteUtil
 
getSubstitution() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteRule
 
getSupportInstance() - 类 中的静态方法org.tinygroup.weblayer.listener.impl.ListenerBuilderSupport
 
getTinyFilterConfig(String) - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterManagerImpl
 
getTinyFilterConfig(String) - 接口 中的方法org.tinygroup.weblayer.TinyFilterManager
根据filter名称获取对应的TinyFilterConfig
getTinyFiltersWithUrl(String) - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterManagerImpl
 
getTinyFiltersWithUrl(String) - 接口 中的方法org.tinygroup.weblayer.TinyFilterManager
根据请求url,获取相关的tinyfilter列表
getTopWebContext() - 类 中的方法org.tinygroup.weblayer.webcontext.CommitMonitor
 
getTypeConverter() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
 
getTypeConverter() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得类型转换器。
getTypeConverter() - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder
 
getUiComponentManager() - 类 中的方法org.tinygroup.weblayer.tinyprocessor.UiEngineTinyProcessor
 
getUnique() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem
 
getUploadService() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
 
getUploadService() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.ParserConfiguration
 
getUploadService() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.ParserWebContext
返回上传服务
getURIEncoding() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
useServletEngineParser==false并且 useBodyEncodingForURI=false时,用该编码来解释GET请求的参数。
getURIEncoding() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.ParserWebContext
useServletEngineParser==false并且 useBodyEncodingForURI=false时,用该编码来解释GET请求的参数。
getURL() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject
 
getURL() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
 
getURL() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
 
getUrlEncode() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.IdConfig
取得session ID URL encode的配置。
getUrlMapping() - 类 中的方法org.tinygroup.weblayer.mvc.MappingClassModel
 
getUrlPattern() - 类 中的方法org.tinygroup.weblayer.config.FilterMapping
 
getUrlPattern() - 类 中的方法org.tinygroup.weblayer.config.ServletMapping
 
getUrlPatterns() - 类 中的方法org.tinygroup.weblayer.mvc.MappingMethodModel
 
getValue() - 类 中的方法org.tinygroup.weblayer.config.InitParam
 
getValue() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得指定参数的值。
getValue(Object) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得指定参数的值。
getValue() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得指定参数的值。
getValue(Object) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得指定参数的值。
getValue() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionAttribute
取得attribute的值。
getValue(String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
已过时。
use getAttribute instead
getValueList(String, boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得指定参数的值的列表。
getValueNames() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
已过时。
use getAttributeNames instead
getValueOfType(Class<T>, MethodParameter, Object[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得指定类型的值。
getValueOfType(Class<T>, boolean, MethodParameter, Object[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得指定类型的值。
getValueOfType(Class<T>, MethodParameter, Object[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得指定类型的值。
getValueOfType(Class<T>, boolean, MethodParameter, Object[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得指定类型的值。
getValues() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得指定参数的所有值。
getValues(Object[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得指定参数的所有值。
getValues() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得指定参数的所有值。
getValues(Object[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得指定参数的所有值。
getValues(MatchResultSubstitution) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution.Parameter
 
getView() - 类 中的方法org.tinygroup.weblayer.mvc.MappingMethodModel
 
getWebContext() - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractRequestWrapper
取得支持它们的WebContext
getWebContext() - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractResponseWrapper
取得支持它们的getWebContext
getWebContext(HttpServletRequest) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.WebContextUtil
取得和当前request相关联的WebContext对象。
getWebHandlerManager() - 类 中的方法org.tinygroup.weblayer.exceptionhandler.WebExceptionProcessor
 
getWrappedWebContext() - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
 
getWrappedWebContext(String) - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
 
getWrappedWebContext() - 接口 中的方法org.tinygroup.weblayer.WebContext
获取包装的WebContext
getWrapperFilterConfigs() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyFilterConfigManager
 
getWriter() - 类 中的方法org.tinygroup.weblayer.filter.gzip.CacheResponseWrapper
 
getWriter() - 类 中的方法org.tinygroup.weblayer.filter.gzip.GZIPResponseWrapper
 
getWriter() - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl
取得输出字符流。
GZIPFilter - org.tinygroup.weblayer.filter.gzip 中的 类
 
GZIPFilter() - 类 的构造方法org.tinygroup.weblayer.filter.gzip.GZIPFilter
 
GZIPResponseStream - org.tinygroup.weblayer.filter.gzip 中的 类
 
GZIPResponseStream(ByteArrayOutputStream) - 类 的构造方法org.tinygroup.weblayer.filter.gzip.GZIPResponseStream
 
GZIPResponseWrapper - org.tinygroup.weblayer.filter.gzip 中的 类
 
GZIPResponseWrapper(HttpServletResponse) - 类 的构造方法org.tinygroup.weblayer.filter.gzip.GZIPResponseWrapper
 

H

handler(Throwable, WebContext) - 类 中的方法org.tinygroup.weblayer.exceptionhandler.impl.DefaultWebExceptionHandler
 
handler(Throwable, WebContext) - 类 中的方法org.tinygroup.weblayer.exceptionhandler.impl.WebExceptionHandlerManagerImpl
 
handler(Throwable, WebContext) - 接口 中的方法org.tinygroup.weblayer.exceptionhandler.WebExceptionHandler
异常处理方法
handler(Throwable, WebContext) - 接口 中的方法org.tinygroup.weblayer.exceptionhandler.WebExceptionHandlerManager
 
HandlerExecutionChain - org.tinygroup.weblayer.mvc 中的 类
功能说明: 根据http请求获取本次请求的处理相关对象 开发人员: renhui
开发时间: 2013-4-22

HandlerExecutionChain(MappingClassModel, MappingMethodModel) - 类 的构造方法org.tinygroup.weblayer.mvc.HandlerExecutionChain
 
HandlerMapping - org.tinygroup.weblayer.mvc 中的 接口
请求与处理对象之间的映射接口 功能说明: 开发人员: renhui
开发时间: 2013-4-22

handlers() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteRule
 
hasC() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution.SubstitutionFlags
标志位:如果一个规则被匹配,则继续处理其后继规则;如果该规则不被匹配,则其后继规则将被跳过。
hasFlags(String...) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.Flags
检查flags,如果存在,则返回true
hashCode() - 类 中的方法org.tinygroup.weblayer.config.BasicConfigInfo
 
hashCode() - 类 中的方法org.tinygroup.weblayer.config.FilterMapping
 
hashCode() - 类 中的方法org.tinygroup.weblayer.config.ServletMapping
 
hashCode() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
hasL() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution.SubstitutionFlags
标志位:如果一个规则被匹配,并指明该参数,则立即结束。
hasOR() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition.ConditionFlags
标志位:和下一个condition呈“或”的关系。
hasQSA() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution.SubstitutionFlags
标志位:保留所有GET、POST、UPLOAD所得的参数。
HeaderNameInterceptor - org.tinygroup.weblayer.webcontext.basic.interceptor 中的 接口
 
HeaderValueInterceptor - org.tinygroup.weblayer.webcontext.basic.interceptor 中的 接口
检查header的值
HTMLInputFilter - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
HTML filtering utility for protecting against XSS (Cross Site Scripting).
HTMLInputFilter() - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter
 
HTMLInputFilter(Map, String[], String[], String[], String[], String[], String[], String[]) - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter
 
HTMLParameterValueFilter - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
过滤参数。
HTMLParameterValueFilter() - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.impl.HTMLParameterValueFilter
 
htmlSpecialChars(String) - 类 中的静态方法org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter
 
HttpHeaderSessionStore - org.tinygroup.weblayer.webcontext.session 中的 接口
从这个接口实现的session store,将会把数据保存在HTTP HEADERS中,因而需要在headers被提交时一同提交。
HumanReadableSizeEditor - org.tinygroup.weblayer.webcontext.parser.propertyedit 中的 类
用于注入HumanReadableSizeEditor类型的property。
HumanReadableSizeEditor() - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.propertyedit.HumanReadableSizeEditor
 

I

init(TinyProcessorConfig) - 类 中的方法org.tinygroup.weblayer.AbstractTinyProcessor
 
init(FilterConfig) - 类 中的方法org.tinygroup.weblayer.filter.gzip.CacheFilter
 
init(FilterConfig) - 类 中的方法org.tinygroup.weblayer.filter.gzip.GZIPFilter
 
init() - 接口 中的方法org.tinygroup.weblayer.FilterWrapper
 
init(FilterConfig) - 类 中的方法org.tinygroup.weblayer.impl.EncodeingHttpFilter
 
init() - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterWrapper
 
init() - 类 中的方法org.tinygroup.weblayer.listener.TinyListenerProcessor
 
init() - 类 中的方法org.tinygroup.weblayer.mvc.handlermapping.AbstractHandlerMapping
 
init() - 类 中的方法org.tinygroup.weblayer.mvc.handlermapping.AnnotationHandlerMapping
 
init() - 接口 中的方法org.tinygroup.weblayer.mvc.HandlerMapping
初始化操作
init() - 类 中的方法org.tinygroup.weblayer.servlet.FullContextUrlRedirectServlet
 
init() - 类 中的方法org.tinygroup.weblayer.servlet.TinyServlet
 
init(ServletConfig) - 类 中的方法org.tinygroup.weblayer.servlet.TinyServlet
 
init(FilterConfig) - 类 中的方法org.tinygroup.weblayer.TinyHttpFilter
 
init(TinyProcessorConfig) - 接口 中的方法org.tinygroup.weblayer.TinyProcessor
初始化操作
init(HttpServletRequest, HttpServletResponse, ServletContext) - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
 
init(HttpServletRequest, HttpServletResponse, ServletContext) - 接口 中的方法org.tinygroup.weblayer.WebContext
初始化web上下文方法
init() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.HTMLParameterValueFilter
 
init() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadedFileExtensionWhitelist
 
init() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
 
init() - 类 中的方法org.tinygroup.weblayer.webcontext.session.encode.AbstractSerializationEncoder
 
init() - 类 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.impl.AesEncrypter
 
init(SessionConfig) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.AbstractSessionAttributeAccessController
 
init() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.RandomIDGenerator
 
init(SessionConfig) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionAttributeWhitelist
 
init(SessionConfig) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionLifecycleLogger
 
init() - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.ConfigImpl
 
init(SessionConfig) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionInterceptor
 
init(String, SessionConfig) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionStore
初始化SessionStore。
init(String, SessionConfig) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
初始化cookie store。
init() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
初始化cookie store。
init() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.CookieStoreImpl
 
init(String, SessionConfig) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.SimpleMemoryStoreImpl
初始化SessionStore。
init() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.SingleValuedCookieStoreImpl
 
initAttributeNames(String[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.ExactMatchesOnlySessionStore
设置所有精确匹配的attribute名称。
initAttributeNames(String[]) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.SingleValuedCookieStoreImpl
 
initContext(WebContext) - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
 
initContext(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.BasicTinyFilter
 
initContext(Object[]) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.impl.BasicWebContextImpl
 
InitParam - org.tinygroup.weblayer.config 中的 类
 
InitParam() - 类 的构造方法org.tinygroup.weblayer.config.InitParam
 
initTinyFilter(TinyFilterConfig) - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
 
initTinyFilter(TinyFilterConfig) - 接口 中的方法org.tinygroup.weblayer.TinyFilter
web体系进行初始化filter
initTinyResources() - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterManagerImpl
 
initTinyResources() - 类 中的方法org.tinygroup.weblayer.impl.TinyProcessorManagerImpl
 
initTinyResources() - 接口 中的方法org.tinygroup.weblayer.TinyWebResourceManager
tiny资源初始化(servlet或filter)
InMemoryFormFieldItem - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
用来存储form field的FileItem实现。
InMemoryFormFieldItem(String, String, boolean, boolean, String, int, boolean, File, HttpServletRequest, FileUploadReName) - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.impl.InMemoryFormFieldItem
 
INPUT_CHARSET_PARAM_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.setlocacle.SetLocaleWebContext
 
invaldiate(String, SessionStore.StoreContext) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionStore
丢弃指定session ID的所有内容。
invaldiate(String, SessionStore.StoreContext) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.CookieStoreImpl
 
invaldiate(String, SessionStore.StoreContext) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.SimpleMemoryStoreImpl
丢弃指定session ID的所有内容。
invaldiate(String, SessionStore.StoreContext) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.SingleValuedCookieStoreImpl
 
invalidate() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
使一个session作废。
isAutoUpload() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
是否自动执行Upload。
isAutoUpload() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.ParserWebContext
是否自动执行Upload。
isBuffering() - 接口 中的方法org.tinygroup.weblayer.webcontext.buffered.BufferedWebContext
设置是否将所有信息保存在内存中。
isBuffering() - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.impl.BufferedWebContextImpl
设置是否将所有信息保存在内存中。
isBuffering() - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl
设置是否将所有信息保存在内存中。
isCommitted() - 类 中的方法org.tinygroup.weblayer.webcontext.CommitMonitor
 
isConverterQuiet() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
类型转换出现异常时,是否不报错,而是返回默认值。
isConverterQuiet() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.ParserWebContext
类型转换出现异常时,是否不报错,而是返回默认值。
isCookieEnabled() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.IdConfig
是否把session ID保存在cookie中,如若不是,则只能保存的URL中。
isDefaultPattern() - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.AttributePattern
 
isDiskItemFactory() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
 
isDiskItemFactory() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
isEmpty() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
判断是否无值。
isEmpty() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
判断是否无值。
isEmpty() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.Flags
 
isEnable() - 类 中的方法org.tinygroup.weblayer.impl.EncodeingHttpFilter
 
isError() - 类 中的方法org.tinygroup.weblayer.webcontext.lazycommit.impl.LazyCommitWebContextImpl
判断当前请求是否已出现异常。
isError() - 接口 中的方法org.tinygroup.weblayer.webcontext.lazycommit.LazyCommitWebContext
判断当前请求是否已出现异常。
isExist() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject
 
isExist() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
 
isExist() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
 
isExpired() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl
判断session有没有过期。
isExpired() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionModel
判断session有没有过期。
isFilter(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractParamValueFilter
 
isFilter(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.upload.ParamValueFilter
参数名称是否匹配
isFiltering(HttpServletRequest) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractParamValueFilter
 
isFiltering(HttpServletRequest) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.HTMLParameterValueFilter
 
isFiltering(HttpServletRequest) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadedFileExtensionWhitelist
 
isFiltering(HttpServletRequest) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.upload.ParameterParserFilter
是否需要过滤,如果返回否,则对于该请求的所有参数均不执行该过滤器。
isFolder() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject
 
isFolder() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
 
isFolder() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
 
isFormField() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem
 
isFormField() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
Determines whether or not a FileItem instance represents a simple form field.
isFullURL(String) - 类 中的静态方法org.tinygroup.weblayer.webcontext.rewrite.RewriteUtil
 
isHeadersCommitted() - 类 中的方法org.tinygroup.weblayer.webcontext.CommitMonitor
 
isHttpOnly() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.CookieConfig
在cookie上设置httpOnly标记。
isHttpOnly() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
 
isHttpOnly() - 类 中的方法org.tinygroup.weblayer.webcontext.util.CookieSupport
是否生成IE6支持的HttpOnly标记。
isInMemory() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.DeferredByteOutputStream
Determines whether or not the data for this output stream has been retained in memory.
isInMemory() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem
 
isInMemory() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
Provides a hint as to whether or not the file contents will be read from memory.
isInPackage() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject
 
isInPackage() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
 
isInPackage() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
 
isInvalidated() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
判断当前session是否非法。
isKeepFormFieldInMemory() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItemFactory
 
isKeepFormFieldInMemory() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
 
isKeepFormFieldInMemory() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadConfiguration
是否将普通的form field保持在内存里?
isKeepFormFieldInMemory() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
isKeepInTouch() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig
是否每次请求都touch session。
isKeepInTouch() - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.ConfigImpl
 
isMatch(String) - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
 
isMatch(String) - 类 中的方法org.tinygroup.weblayer.AbstractTinyProcessor
 
isMatch(String) - 类 中的方法org.tinygroup.weblayer.impl.DefaultTinyFilterConfig
 
isMatch(String) - 类 中的方法org.tinygroup.weblayer.impl.DefaultTinyProcessorConfig
 
isMatch(String) - 接口 中的方法org.tinygroup.weblayer.TinyFilter
是否匹配
isMatch(String) - 接口 中的方法org.tinygroup.weblayer.TinyFilterConfig
请求的url是否匹配定义的映射正则表达式
isMatch(String) - 接口 中的方法org.tinygroup.weblayer.TinyProcessor
判断url是否匹配,如果匹配,返回True
isMatch(String) - 接口 中的方法org.tinygroup.weblayer.TinyProcessorConfig
请求的url是否匹配定义的映射正则表达式
isModified() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionAttribute
值是否被改变。
isMultipartContent(HttpServletRequest) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
判断是否是符合RFC 1867标准的 multipart/form-data类型的HTTP请求。
isMultipartContent(HttpServletRequest) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadService
判断是否是符合RFC 1867标准的 multipart/form-data类型的HTTP请求。
isNew() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
当前session是否为新的?
isPrefixServletMapping(HttpServletRequest) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServletUtil
判断servlet是否为前缀映射。
isRedirected() - 类 中的方法org.tinygroup.weblayer.webcontext.lazycommit.impl.LazyCommitWebContextImpl
判断当前请求是否已被重定向。
isRedirected() - 接口 中的方法org.tinygroup.weblayer.webcontext.lazycommit.LazyCommitWebContext
判断当前请求是否已被重定向。
isRegexPattern() - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.AttributePattern
 
isRequestedSessionIDFromCookie() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl
当前的session ID是从cookie中取得的吗?
isRequestedSessionIDFromURL() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl
当前的session ID是从URL中取得的吗?
isRequestedSessionIDValid() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl
判断当前的session ID是否仍然合法。
isRequestFinished() - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
 
isRequestFinished() - 接口 中的方法org.tinygroup.weblayer.WebContext
请求是否已终止,例如请求已被重定向了,该请求将被终止,返回true。
isRequestFinished() - 类 中的方法org.tinygroup.weblayer.webcontext.lazycommit.impl.LazyCommitWebContextImpl
 
isSaveInFile() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItemFactory
 
isSaveInFile() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
 
isSaveInFile() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadConfiguration
 
isSaveInFile() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
isSecure() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.CookieConfig
在cookie上设置secure标记。
isSessionInvalidated() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl
判断session是否已经作废。
isSessionInvalidated() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionWebContext
判断session是否已经作废。
isSurvivesInInvalidating() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
 
isTemporary() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItem
 
isTemporary() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItemFactory
 
isTemporary() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
 
isTemporary() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
isToken(String) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServerCookie
 
isToken(String, String) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServerCookie
 
isToken2(String) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServerCookie
 
isToken2(String, String) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServerCookie
 
isTrimming() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
是否对输入参数进行trimming。
isTrimming() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.ParserWebContext
是否对输入参数进行trimming。
isTypeMatch(Object) - 类 中的方法org.tinygroup.weblayer.listener.impl.RequestAttributeListenerBuilder
 
isTypeMatch(Object) - 类 中的方法org.tinygroup.weblayer.listener.impl.RequestListenerBuilder
 
isTypeMatch(Object) - 类 中的方法org.tinygroup.weblayer.listener.impl.ServletContextAttributeListenerBuilder
 
isTypeMatch(Object) - 类 中的方法org.tinygroup.weblayer.listener.impl.ServletContextListenerBuilder
 
isTypeMatch(Object) - 类 中的方法org.tinygroup.weblayer.listener.impl.SessionActivationListenerBuilder
 
isTypeMatch(Object) - 类 中的方法org.tinygroup.weblayer.listener.impl.SessionAttributeListenerBuilder
 
isTypeMatch(Object) - 类 中的方法org.tinygroup.weblayer.listener.impl.SessionBindingListenerBuilder
 
isTypeMatch(Object) - 类 中的方法org.tinygroup.weblayer.listener.impl.SessionListenerBuilder
 
isTypeMatch(Object) - 接口 中的方法org.tinygroup.weblayer.listener.ListenerInstanceBuilder
是否匹配参数指定的实例
isUnescapeParameters() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
是否对参数进行HTML entities解码,默认为false
isUnescapeParameters() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.ParserWebContext
是否对参数进行HTML entities解码,默认为true
isUrlEncodeEnabled() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.IdConfig
是否支持把session ID保存在URL中。
isUseBodyEncodingForURI() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
是否以request.setCharacterEncoding所指定的编码来解析query,默认为true
isUseBodyEncodingForURI() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.ParserWebContext
是否以request.setCharacterEncoding所指定的编码来解析query,默认为true
isUseServletEngineParser() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
是否使用servlet引擎的parser,默认为false
isUseServletEngineParser() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.ParserWebContext
是否使用servlet引擎的parser,默认为false
ItemFileObject - org.tinygroup.weblayer.webcontext.parser.impl 中的 接口
功能说明:获取文件对象关联的fileitem 开发人员: renhui
开发时间: 2013-11-1

iterator() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.PropertyEditorRegistrarsSupport
遍历registrars。

J

JavaSerializer - org.tinygroup.weblayer.webcontext.session.serializer.impl 中的 类
Java序列化。
JavaSerializer() - 类 的构造方法org.tinygroup.weblayer.webcontext.session.serializer.impl.JavaSerializer
 
JsonConvertSerializer - org.tinygroup.weblayer.webcontext.session.serializer.impl 中的 类
 
JsonConvertSerializer() - 类 的构造方法org.tinygroup.weblayer.webcontext.session.serializer.impl.JsonConvertSerializer
 
JsonConvertSessionEncoder - org.tinygroup.weblayer.webcontext.session.encode 中的 类
功能说明:没有压缩加密的序列化处理 开发人员: renhui
开发时间: 2013-10-9

JsonConvertSessionEncoder() - 类 的构造方法org.tinygroup.weblayer.webcontext.session.encode.JsonConvertSessionEncoder
 

K

KEEP_IN_TOUCH_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.session.SessionConfig
 
keySet() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
 
keySet() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
 

L

LAZY_COMMIT_FILTER_PRECEDENCE - 接口 中的静态变量org.tinygroup.weblayer.TinyFilter
 
LazyCommitFailedException - org.tinygroup.weblayer.webcontext.lazycommit.exception 中的 异常
代表一个lazy commit失败的异常。
LazyCommitFailedException() - 异常 的构造方法org.tinygroup.weblayer.webcontext.lazycommit.exception.LazyCommitFailedException
创建一个异常。
LazyCommitFailedException(String) - 异常 的构造方法org.tinygroup.weblayer.webcontext.lazycommit.exception.LazyCommitFailedException
创建一个异常。
LazyCommitFailedException(String, Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.lazycommit.exception.LazyCommitFailedException
创建一个异常。
LazyCommitFailedException(Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.lazycommit.exception.LazyCommitFailedException
创建一个异常。
LazyCommitTinyFilter - org.tinygroup.weblayer.filter 中的 类
延迟提交response,用来支持基于cookie的session。
LazyCommitTinyFilter() - 类 的构造方法org.tinygroup.weblayer.filter.LazyCommitTinyFilter
 
LazyCommitWebContext - org.tinygroup.weblayer.webcontext.lazycommit 中的 接口
延迟提交response。
LazyCommitWebContextImpl - org.tinygroup.weblayer.webcontext.lazycommit.impl 中的 类
延迟提交response的实现。
LazyCommitWebContextImpl(WebContext) - 类 的构造方法org.tinygroup.weblayer.webcontext.lazycommit.impl.LazyCommitWebContextImpl
包装一个RequestContext对象。
LISTENER_NODE_CONFIG - 类 中的静态变量org.tinygroup.weblayer.listener.TinyListenerProcessor
 
ListenerBuilderSupport - org.tinygroup.weblayer.listener.impl 中的 类
 
listenerInstanceBuilder(Map<String, List<BasicConfigInfo>>) - 类 中的方法org.tinygroup.weblayer.listener.impl.ListenerBuilderSupport
 
ListenerInstanceBuilder<INSTANCE> - org.tinygroup.weblayer.listener 中的 接口
创建监听器实例的接口
listeners - 类 中的变量org.tinygroup.weblayer.listener.impl.AbstractListenerBuilder
 
loadAttribute(String, String, SessionStore.StoreContext) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionStore
装载指定session的某个attribute。
loadAttribute(String, String, SessionStore.StoreContext) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.CookieStoreImpl
 
loadAttribute(String, String, SessionStore.StoreContext) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.SimpleMemoryStoreImpl
装载指定session的某个attribute。
loadAttribute(String, String, SessionStore.StoreContext) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.SingleValuedCookieStoreImpl
 
LOCALE_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.setlocacle.SetLocaleWebContext
默认的locale。
LocalServlet - org.tinygroup.weblayer.servlet 中的 类
 
LocalServlet() - 类 的构造方法org.tinygroup.weblayer.servlet.LocalServlet
 
log(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
log(Exception, String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
已过时。
log(String, Throwable) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
log - 类 中的静态变量org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter
 
log - 类 中的变量org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
 
log - 类 中的静态变量org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
 
logger - 类 中的静态变量org.tinygroup.weblayer.AbstractTinyFilter
 
logger - 类 中的静态变量org.tinygroup.weblayer.AbstractTinyProcessor
 
logger - 类 中的静态变量org.tinygroup.weblayer.impl.SimpleBasicTinyConfig
 
logger - 类 中的静态变量org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
 

M

main(String[]) - 类 中的静态方法org.tinygroup.weblayer.webcontext.parser.impl.FileItemFactoryWrapper
 
MANAGER_BEAN - 接口 中的静态变量org.tinygroup.weblayer.exceptionhandler.WebExceptionHandlerManager
 
MappedValuesEncoder - org.tinygroup.weblayer.webcontext.session.valueencode.impl 中的 类
将一个Map编码成字符串,或反之。
MappedValuesEncoder() - 类 的构造方法org.tinygroup.weblayer.webcontext.session.valueencode.impl.MappedValuesEncoder
 
MappingClassModel - org.tinygroup.weblayer.mvc 中的 类
功能说明:保存请求路径映射信息的实体类 开发人员: renhui
开发时间: 2013-4-23

MappingClassModel(Class, RequestMapping) - 类 的构造方法org.tinygroup.weblayer.mvc.MappingClassModel
 
MappingMethodModel - org.tinygroup.weblayer.mvc 中的 类
 
MappingMethodModel(Method, RequestMapping) - 类 的构造方法org.tinygroup.weblayer.mvc.MappingMethodModel
 
MappingModelExecute - org.tinygroup.weblayer.mvc 中的 接口
功能说明: 请求映射的执行接口 开发人员: renhui
开发时间: 2013-4-23

MappingModelExecuteImpl - org.tinygroup.weblayer.mvc.impl 中的 类
功能说明: 请求映射的执行接口的默认实现 开发人员: renhui
开发时间: 2013-4-24

MappingModelExecuteImpl() - 类 的构造方法org.tinygroup.weblayer.mvc.impl.MappingModelExecuteImpl
 
MappingModelManager - org.tinygroup.weblayer.mvc 中的 接口
功能说明: MappingModel的管理接口 开发人员: renhui
开发时间: 2013-4-23

MappingModelManagerImpl - org.tinygroup.weblayer.mvc.impl 中的 类
 
MappingModelManagerImpl() - 类 的构造方法org.tinygroup.weblayer.mvc.impl.MappingModelManagerImpl
 
match(MatchResult, MatchResult, HttpServletRequest) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition
 
match(String) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteRule
试图匹配rule。
matchConditions(MatchResult, HttpServletRequest) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteRule
 
MATCHES_ALL_ATTRIBUTES - 接口 中的静态变量org.tinygroup.weblayer.webcontext.session.SessionConfig.StoreMappingsConfig
 
MAX_INACTIVE_INTERVAL_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.session.SessionConfig
 
MAX_SET_COOKIE_SIZE_DEFAULT - 类 中的静态变量org.tinygroup.weblayer.webcontext.basic.interceptor.ResponseHeaderSecurityFilter
 
maybeQuote2(int, StringBuilder, String) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServerCookie
Quotes values using rules that vary depending on Cookie version.
maybeQuote2(int, StringBuilder, String, boolean) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServerCookie
 
maybeQuote2(int, StringBuilder, String, String, boolean) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServerCookie
 
MODEL_KEY_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.session.SessionConfig
 
MvcTinyProcessor - org.tinygroup.weblayer.tinyprocessor 中的 类
功能说明:tiny-mvc 开发人员: renhui
开发时间: 2013-4-23

MvcTinyProcessor() - 类 的构造方法org.tinygroup.weblayer.tinyprocessor.MvcTinyProcessor
 

N

newInstance() - 类 中的方法org.tinygroup.weblayer.configmanager.TinyListenerConfigManager
根据配置进行实例化
newInstance(String, long, long, int) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionModel.Factory
 
normalizeURI(String) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServletUtil
规格化URI。

O

onRead(String, Object) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.AbstractSessionAttributeAccessController
 
onRead(String, Object) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionAttributeInterceptor
从session中取得数据后,方法被调用。
onWrite(String, Object) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.AbstractSessionAttributeAccessController
 
onWrite(String, Object) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionAttributeInterceptor
将值设置到session中之前,方法被调用。
org.tinygroup.weblayer - 软件包 org.tinygroup.weblayer
 
org.tinygroup.weblayer.config - 软件包 org.tinygroup.weblayer.config
 
org.tinygroup.weblayer.configmanager - 软件包 org.tinygroup.weblayer.configmanager
 
org.tinygroup.weblayer.exceptionhandler - 软件包 org.tinygroup.weblayer.exceptionhandler
 
org.tinygroup.weblayer.exceptionhandler.impl - 软件包 org.tinygroup.weblayer.exceptionhandler.impl
 
org.tinygroup.weblayer.fileresolver - 软件包 org.tinygroup.weblayer.fileresolver
 
org.tinygroup.weblayer.filter - 软件包 org.tinygroup.weblayer.filter
 
org.tinygroup.weblayer.filter.gzip - 软件包 org.tinygroup.weblayer.filter.gzip
 
org.tinygroup.weblayer.impl - 软件包 org.tinygroup.weblayer.impl
 
org.tinygroup.weblayer.listener - 软件包 org.tinygroup.weblayer.listener
 
org.tinygroup.weblayer.listener.impl - 软件包 org.tinygroup.weblayer.listener.impl
 
org.tinygroup.weblayer.mvc - 软件包 org.tinygroup.weblayer.mvc
 
org.tinygroup.weblayer.mvc.annotation - 软件包 org.tinygroup.weblayer.mvc.annotation
 
org.tinygroup.weblayer.mvc.annotationaction - 软件包 org.tinygroup.weblayer.mvc.annotationaction
 
org.tinygroup.weblayer.mvc.handlermapping - 软件包 org.tinygroup.weblayer.mvc.handlermapping
 
org.tinygroup.weblayer.mvc.impl - 软件包 org.tinygroup.weblayer.mvc.impl
 
org.tinygroup.weblayer.servlet - 软件包 org.tinygroup.weblayer.servlet
 
org.tinygroup.weblayer.tinyprocessor - 软件包 org.tinygroup.weblayer.tinyprocessor
 
org.tinygroup.weblayer.util - 软件包 org.tinygroup.weblayer.util
 
org.tinygroup.weblayer.webcontext - 软件包 org.tinygroup.weblayer.webcontext
 
org.tinygroup.weblayer.webcontext.basic - 软件包 org.tinygroup.weblayer.webcontext.basic
 
org.tinygroup.weblayer.webcontext.basic.exception - 软件包 org.tinygroup.weblayer.webcontext.basic.exception
 
org.tinygroup.weblayer.webcontext.basic.impl - 软件包 org.tinygroup.weblayer.webcontext.basic.impl
 
org.tinygroup.weblayer.webcontext.basic.interceptor - 软件包 org.tinygroup.weblayer.webcontext.basic.interceptor
 
org.tinygroup.weblayer.webcontext.basic.response - 软件包 org.tinygroup.weblayer.webcontext.basic.response
 
org.tinygroup.weblayer.webcontext.buffered - 软件包 org.tinygroup.weblayer.webcontext.buffered
 
org.tinygroup.weblayer.webcontext.buffered.exception - 软件包 org.tinygroup.weblayer.webcontext.buffered.exception
 
org.tinygroup.weblayer.webcontext.buffered.impl - 软件包 org.tinygroup.weblayer.webcontext.buffered.impl
 
org.tinygroup.weblayer.webcontext.buffered.response - 软件包 org.tinygroup.weblayer.webcontext.buffered.response
 
org.tinygroup.weblayer.webcontext.lazycommit - 软件包 org.tinygroup.weblayer.webcontext.lazycommit
 
org.tinygroup.weblayer.webcontext.lazycommit.exception - 软件包 org.tinygroup.weblayer.webcontext.lazycommit.exception
 
org.tinygroup.weblayer.webcontext.lazycommit.impl - 软件包 org.tinygroup.weblayer.webcontext.lazycommit.impl
 
org.tinygroup.weblayer.webcontext.parser - 软件包 org.tinygroup.weblayer.webcontext.parser
 
org.tinygroup.weblayer.webcontext.parser.exception - 软件包 org.tinygroup.weblayer.webcontext.parser.exception
 
org.tinygroup.weblayer.webcontext.parser.fileupload - 软件包 org.tinygroup.weblayer.webcontext.parser.fileupload
 
org.tinygroup.weblayer.webcontext.parser.impl - 软件包 org.tinygroup.weblayer.webcontext.parser.impl
 
org.tinygroup.weblayer.webcontext.parser.propertyedit - 软件包 org.tinygroup.weblayer.webcontext.parser.propertyedit
 
org.tinygroup.weblayer.webcontext.parser.upload - 软件包 org.tinygroup.weblayer.webcontext.parser.upload
 
org.tinygroup.weblayer.webcontext.parser.valueparser - 软件包 org.tinygroup.weblayer.webcontext.parser.valueparser
 
org.tinygroup.weblayer.webcontext.parser.valueparser.impl - 软件包 org.tinygroup.weblayer.webcontext.parser.valueparser.impl
 
org.tinygroup.weblayer.webcontext.rewrite - 软件包 org.tinygroup.weblayer.webcontext.rewrite
 
org.tinygroup.weblayer.webcontext.rewrite.impl - 软件包 org.tinygroup.weblayer.webcontext.rewrite.impl
 
org.tinygroup.weblayer.webcontext.session - 软件包 org.tinygroup.weblayer.webcontext.session
 
org.tinygroup.weblayer.webcontext.session.encode - 软件包 org.tinygroup.weblayer.webcontext.session.encode
 
org.tinygroup.weblayer.webcontext.session.encode.impl - 软件包 org.tinygroup.weblayer.webcontext.session.encode.impl
 
org.tinygroup.weblayer.webcontext.session.encrypter - 软件包 org.tinygroup.weblayer.webcontext.session.encrypter
 
org.tinygroup.weblayer.webcontext.session.encrypter.impl - 软件包 org.tinygroup.weblayer.webcontext.session.encrypter.impl
 
org.tinygroup.weblayer.webcontext.session.exception - 软件包 org.tinygroup.weblayer.webcontext.session.exception
 
org.tinygroup.weblayer.webcontext.session.impl - 软件包 org.tinygroup.weblayer.webcontext.session.impl
 
org.tinygroup.weblayer.webcontext.session.serializer - 软件包 org.tinygroup.weblayer.webcontext.session.serializer
 
org.tinygroup.weblayer.webcontext.session.serializer.impl - 软件包 org.tinygroup.weblayer.webcontext.session.serializer.impl
 
org.tinygroup.weblayer.webcontext.session.store - 软件包 org.tinygroup.weblayer.webcontext.session.store
 
org.tinygroup.weblayer.webcontext.session.store.impl - 软件包 org.tinygroup.weblayer.webcontext.session.store.impl
 
org.tinygroup.weblayer.webcontext.session.valueencode - 软件包 org.tinygroup.weblayer.webcontext.session.valueencode
 
org.tinygroup.weblayer.webcontext.session.valueencode.impl - 软件包 org.tinygroup.weblayer.webcontext.session.valueencode.impl
 
org.tinygroup.weblayer.webcontext.setlocacle - 软件包 org.tinygroup.weblayer.webcontext.setlocacle
 
org.tinygroup.weblayer.webcontext.setlocacle.impl - 软件包 org.tinygroup.weblayer.webcontext.setlocacle.impl
 
org.tinygroup.weblayer.webcontext.util - 软件包 org.tinygroup.weblayer.webcontext.util
 
org.tinygroup.weblayer.webcontextfactory - 软件包 org.tinygroup.weblayer.webcontextfactory
 
origResponse - 类 中的变量org.tinygroup.weblayer.filter.gzip.CacheResponseWrapper
 
output - 类 中的变量org.tinygroup.weblayer.filter.gzip.CacheResponseStream
 
OUTPUT_CHARSET_PARAM_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.setlocacle.SetLocaleWebContext
 

P

PageFlowTinyProcessor - org.tinygroup.weblayer.tinyprocessor 中的 类
页面流flow-processor
PageFlowTinyProcessor() - 类 的构造方法org.tinygroup.weblayer.tinyprocessor.PageFlowTinyProcessor
 
PARAMETER_KEY_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.setlocacle.SetLocaleWebContext
用来设置locale的parameter key的名称。
PARAMETER_SET_TO_DEFAULT_VALUE - 接口 中的静态变量org.tinygroup.weblayer.webcontext.setlocacle.SetLocaleWebContext
 
parameterKeys - 类 中的变量org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
 
parameterMap - 类 中的变量org.tinygroup.weblayer.impl.SimpleBasicTinyConfig
 
ParameterParser - org.tinygroup.weblayer.webcontext.parser.valueparser 中的 接口
ParameterParser是用来解析HTTP请求中GET或POST的参数的接口。
ParameterParserFilter - org.tinygroup.weblayer.webcontext.parser.upload 中的 接口
用来拦截和修改用户提交的数据。
ParameterParserImpl - org.tinygroup.weblayer.webcontext.parser.valueparser.impl 中的 类
用来解析HTTP请求中GET或POST的参数的接口ParameterParser的默认实现。
ParameterParserImpl(ParserWebContext, UploadService, boolean, ParameterParserFilter[], String) - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ParameterParserImpl
从request中创建新的parameters,如果是multipart-form,则自动解析之。
parameters - 类 中的变量org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
 
ParameterValueFilter - org.tinygroup.weblayer.webcontext.parser.upload 中的 接口
过滤用户输入的参数值。
ParamValueDecryptFilter - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
功能说明: 对参数值进行解密 开发人员: renhui
开发时间: 2013-10-14

ParamValueDecryptFilter() - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.impl.ParamValueDecryptFilter
 
ParamValueEncryptFilter - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
功能说明: 对参数值进行加密 开发人员: renhui
开发时间: 2013-10-14

ParamValueEncryptFilter() - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.impl.ParamValueEncryptFilter
 
ParamValueFilter - org.tinygroup.weblayer.webcontext.parser.upload 中的 接口
功能说明:参数值过滤 开发人员: renhui
开发时间: 2013-10-14

parse(String) - 类 中的方法org.tinygroup.weblayer.webcontext.util.QueryStringParser
解析query string。
PARSER_FILTER_PRECEDENCE - 接口 中的静态变量org.tinygroup.weblayer.TinyFilter
 
ParserConfiguration - org.tinygroup.weblayer.webcontext.parser 中的 类
 
ParserConfiguration() - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.ParserConfiguration
 
parseRequest(HttpServletRequest) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ServletFileUpload
 
parseRequest(RequestContext) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ServletFileUpload
 
parseRequest(HttpServletRequest) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
解析符合RFC 1867标准的 multipart/form-data类型的HTTP请求。
parseRequest(HttpServletRequest, UploadParameters) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
解析符合RFC 1867标准的 multipart/form-data类型的HTTP请求。
parseRequest(HttpServletRequest) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadService
解析符合RFC 1867标准的 multipart/form-data类型的HTTP请求。
parseRequest(HttpServletRequest, UploadParameters) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadService
解析符合RFC 1867标准的 multipart/form-data类型的HTTP请求。
parserExtraConfig() - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
 
parserExtraConfig() - 类 中的方法org.tinygroup.weblayer.filter.RewriteTinyFilter
 
parserExtraConfig(XmlNode) - 类 中的方法org.tinygroup.weblayer.filter.SetLocaleTinyFilter
 
ParserTinyFilter - org.tinygroup.weblayer.filter 中的 类
解析用户提交的参数,无论是普通的请求,还是multipart/form-data这样的用于上传文件的 请求。
ParserTinyFilter() - 类 的构造方法org.tinygroup.weblayer.filter.ParserTinyFilter
 
ParserWebContext - org.tinygroup.weblayer.webcontext.parser 中的 接口
自动解析request parameters和cookie parameters,并透明地处理upload请求的web context实现。
ParserWebContextImpl - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
自动解析request parameters和cookie parameters,并透明地处理upload请求的request context实现。
ParserWebContextImpl(WebContext) - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
包装一个RequestContext对象。
parseUpload() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ParameterParserImpl
解析符合RFC 1867标准的 multipart/form-data类型的HTTP请求。
parseUpload(UploadParameters) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ParameterParserImpl
解析符合RFC 1867标准的 multipart/form-data类型的HTTP请求。
parseUpload() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ParameterParser
解析符合RFC 1867标准的 multipart/form-data类型的HTTP请求。
parseUpload(UploadParameters) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ParameterParser
解析符合RFC 1867标准的 multipart/form-data类型的HTTP请求。
pattern - 类 中的变量org.tinygroup.weblayer.webcontext.session.SessionConfiguration.AttributePattern
 
patternName - 类 中的变量org.tinygroup.weblayer.webcontext.session.SessionConfiguration.AttributePattern
 
peekByteBuffer() - 接口 中的方法org.tinygroup.weblayer.webcontext.buffered.BufferedWebContext
返回最上层的ByteArray
peekByteBuffer() - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.impl.BufferedWebContextImpl
 
peekByteBuffer() - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl
返回最上层的ByteArray
peekCharBuffer() - 接口 中的方法org.tinygroup.weblayer.webcontext.buffered.BufferedWebContext
返回最上层的buffer
peekCharBuffer() - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.impl.BufferedWebContextImpl
 
peekCharBuffer() - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl
返回最上层的buffer
popByteBuffer() - 接口 中的方法org.tinygroup.weblayer.webcontext.buffered.BufferedWebContext
弹出最近的buffer,如果堆栈中只有一个buffer,则弹出后再创建一个新的。
popByteBuffer() - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.impl.BufferedWebContextImpl
弹出最近的buffer,如果堆栈中只有一个buffer,则弹出后再创建一个新的。
popByteBuffer() - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl
弹出最近的buffer,如果堆栈中只有一个buffer,则弹出后再创建一个新的。
popCharBuffer() - 接口 中的方法org.tinygroup.weblayer.webcontext.buffered.BufferedWebContext
弹出最近的buffer,如果堆栈中只有一个buffer,则弹出后再创建一个新的。
popCharBuffer() - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.impl.BufferedWebContextImpl
弹出最近的buffer,如果堆栈中只有一个buffer,则弹出后再创建一个新的。
popCharBuffer() - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl
弹出最近的buffer,如果堆栈中只有一个buffer,则弹出后再创建一个新的。
postProcess(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.BasicTinyFilter
 
postProcess(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.BufferedTinyFilter
 
postProcess(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.LazyCommitTinyFilter
 
postProcess(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
 
postProcess(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.RewriteTinyFilter
 
postProcess(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.SessionTinyFilter
 
postProcess(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.SetLocaleTinyFilter
 
postProcess(WebContext) - 接口 中的方法org.tinygroup.weblayer.TinyFilter
后置操作
postProcess(WebContext) - 接口 中的方法org.tinygroup.weblayer.WebContextProcessor
后置操作
postSubstitution(RewriteSubstitutionContext) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.impl.UrlNormalizer
 
postSubstitution(RewriteSubstitutionContext) - 接口 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitutionHandler
处理程序有机会可以修改path和参数。
prepare() - 类 中的方法org.tinygroup.weblayer.webcontext.basic.interceptor.ResponseHeaderSecurityFilter
 
prepare() - 接口 中的方法org.tinygroup.weblayer.webcontext.basic.interceptor.WebContextLifecycleInterceptor
 
prepare() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.impl.RewriteWebContextImpl
开始一个请求。
prepare() - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
设置locale、输入charset、输出charset。
prepare() - 类 中的方法org.tinygroup.weblayer.webcontext.SimpleWebContext
开始一个请求。
prepareResponse() - 类 中的方法org.tinygroup.weblayer.webcontext.basic.impl.BasicWebContextImpl
 
prepareResponse() - 类 中的方法org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
 
preProcess(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.BasicTinyFilter
 
preProcess(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.BufferedTinyFilter
 
preProcess(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.LazyCommitTinyFilter
 
preProcess(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
 
preProcess(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.RewriteTinyFilter
 
preProcess(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.SessionTinyFilter
 
preProcess(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.SetLocaleTinyFilter
 
preProcess(WebContext) - 接口 中的方法org.tinygroup.weblayer.TinyFilter
前置操作
preProcess(WebContext) - 接口 中的方法org.tinygroup.weblayer.WebContextProcessor
前置操作
process(String, WebContext) - 类 中的方法org.tinygroup.weblayer.AbstractTinyProcessor
 
process() - 类 中的方法org.tinygroup.weblayer.fileresolver.TinyFilterFileProcessor
 
process() - 类 中的方法org.tinygroup.weblayer.fileresolver.TinyListenerFileProcessor
 
process() - 类 中的方法org.tinygroup.weblayer.fileresolver.TinyProcessorFileProcessor
 
process(Class<T>, Method, Annotation) - 类 中的方法org.tinygroup.weblayer.mvc.annotationaction.ControllerAnnotationAction
 
process(Class<T>, Annotation) - 类 中的方法org.tinygroup.weblayer.mvc.annotationaction.ControllerAnnotationAction
 
process(String, WebContext) - 接口 中的方法org.tinygroup.weblayer.TinyProcessor
处理
processorName - 类 中的变量org.tinygroup.weblayer.AbstractTinyProcessor
 
PropertyEditorRegistrarsSupport - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
代表一个property editor registrar的集合,然而它本身也是一个 PropertyEditorRegistrar
PropertyEditorRegistrarsSupport() - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.impl.PropertyEditorRegistrarsSupport
 
pushBuffer() - 接口 中的方法org.tinygroup.weblayer.webcontext.buffered.BufferedWebContext
创建新的buffer,保存老的buffer。
pushBuffer() - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.impl.BufferedWebContextImpl
创建新的buffer,保存老的buffer。
pushBuffer() - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl
创建新的buffer,保存老的buffer。
putMappingModel(Class, MappingClassModel) - 类 中的方法org.tinygroup.weblayer.mvc.impl.MappingModelManagerImpl
 
putMappingModel(Class, MappingClassModel) - 接口 中的方法org.tinygroup.weblayer.mvc.MappingModelManager
保存控制层类Class的请求映射信息
putSubWebContext(String, WebContext) - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
 
putUrlMapping(String, MappingClassModel) - 类 中的方法org.tinygroup.weblayer.mvc.impl.MappingModelManagerImpl
 
putUrlMapping(String, MappingMethodModel) - 类 中的方法org.tinygroup.weblayer.mvc.MappingClassModel
 
putUrlMapping(String, MappingClassModel) - 接口 中的方法org.tinygroup.weblayer.mvc.MappingModelManager
 
putUrlMappings(Set<String>, MappingClassModel) - 类 中的方法org.tinygroup.weblayer.mvc.impl.MappingModelManagerImpl
 
putUrlMappings(Set<String>, MappingMethodModel) - 类 中的方法org.tinygroup.weblayer.mvc.MappingClassModel
 
putUrlMappings(Set<String>, MappingClassModel) - 接口 中的方法org.tinygroup.weblayer.mvc.MappingModelManager
 
putValue(String, Object) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
已过时。
use setAttribute instead

Q

QueryStringParser - org.tinygroup.weblayer.webcontext.util 中的 类
解析和组装query string。
QueryStringParser() - 类 的构造方法org.tinygroup.weblayer.webcontext.util.QueryStringParser
 
QueryStringParser(String) - 类 的构造方法org.tinygroup.weblayer.webcontext.util.QueryStringParser
 
QueryStringParser(String, String) - 类 的构造方法org.tinygroup.weblayer.webcontext.util.QueryStringParser
 

R

RandomIDGenerator - org.tinygroup.weblayer.webcontext.session.impl 中的 类
用随机数生成session ID的机制。
RandomIDGenerator() - 类 的构造方法org.tinygroup.weblayer.webcontext.session.impl.RandomIDGenerator
 
readInvalidAttribute(String, Object) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.AbstractSessionAttributeAccessController
 
readInvalidAttribute(String, Object) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionAttributeWhitelist
 
reallyProcess(String, WebContext) - 类 中的方法org.tinygroup.weblayer.AbstractTinyProcessor
tinyprocessor的逻辑处理方法,由子类来完成
reallyProcess(String, WebContext) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.FullContextUrlRedirectTinyProcessor
 
reallyProcess(String, WebContext) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.MvcTinyProcessor
 
reallyProcess(String, WebContext) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.PageFlowTinyProcessor
 
reallyProcess(String, WebContext) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.ServiceOutPutTinyProcessor
 
reallyProcess(String, WebContext) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.ServiceTinyProcessor
 
reallyProcess(String, WebContext) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.TinyProcessorWapper
 
reallyProcess(String, WebContext) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.UiEngineTinyProcessor
 
RedirectLocationInterceptor - org.tinygroup.weblayer.webcontext.basic.interceptor 中的 接口
检查重定向location
RedirectLocationRejectedException - org.tinygroup.weblayer.webcontext.basic.exception 中的 异常
代表一个重定向location被拒绝的异常。
RedirectLocationRejectedException() - 异常 的构造方法org.tinygroup.weblayer.webcontext.basic.exception.RedirectLocationRejectedException
 
RedirectLocationRejectedException(String, Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.basic.exception.RedirectLocationRejectedException
 
RedirectLocationRejectedException(String) - 异常 的构造方法org.tinygroup.weblayer.webcontext.basic.exception.RedirectLocationRejectedException
 
RedirectLocationRejectedException(Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.basic.exception.RedirectLocationRejectedException
 
REGEX_FLAGS_SI - 类 中的静态变量org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter
regex flag union representing /si modifiers in php *
registerCustomEditors(PropertyEditorRegistry) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.PropertyEditorRegistrarsSupport
在registry中注册自定义的PropertyEditor
registerCustomEditors(PropertyEditorRegistry) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.propertyedit.CustomDateRegistrar
 
registerRequestDestructionCallback(String, Runnable) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.WebContextUtil
注册spring ServletRequestAttributes中的析构回调方法,这些方法将在request context被提交之后依次调用。
remove(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
删除指定名称的参数。
remove(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
删除指定名称的参数。
removeAttribute(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
removeAttribute(String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
删除一个attribute。
removeConfig(TinyFilterConfigInfos) - 类 中的方法org.tinygroup.weblayer.configmanager.TinyFilterConfigManager
 
removeConfig(TinyListenerConfigInfos) - 类 中的方法org.tinygroup.weblayer.configmanager.TinyListenerConfigManager
 
removeConfig(TinyProcessorConfigInfos) - 类 中的方法org.tinygroup.weblayer.configmanager.TinyProcessorConfigManager
 
removeCookie(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.CookieParser
Remove a previously set cookie from the client machine.
removeCookie(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.CookieParserImpl
Remove a previously set cookie from the client machine.
removeMappingMethodWithUrlPattern(String) - 类 中的方法org.tinygroup.weblayer.mvc.MappingClassModel
 
removeValue(String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
已过时。
use removeAttribute instead
removeWebContext(HttpServletRequest) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.WebContextUtil
RequestContext对象和request脱离关联。
reName(String, HttpServletRequest) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileUploadRenameImpl
 
reName(String, HttpServletRequest) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.upload.FileUploadReName
对上传过来的本地文件进行重新命名,返回的是重新命名后的文件全路径
replaceListener(INSTANCE) - 类 中的方法org.tinygroup.weblayer.listener.impl.AbstractListenerBuilder
 
replaceListener(ServletRequestAttributeListener) - 类 中的方法org.tinygroup.weblayer.listener.impl.RequestAttributeListenerBuilder
 
replaceListener(ServletRequestListener) - 类 中的方法org.tinygroup.weblayer.listener.impl.RequestListenerBuilder
 
replaceListener(ServletContextAttributeListener) - 类 中的方法org.tinygroup.weblayer.listener.impl.ServletContextAttributeListenerBuilder
 
replaceListener(ServletContextListener) - 类 中的方法org.tinygroup.weblayer.listener.impl.ServletContextListenerBuilder
 
replaceListener(HttpSessionActivationListener) - 类 中的方法org.tinygroup.weblayer.listener.impl.SessionActivationListenerBuilder
 
replaceListener(HttpSessionAttributeListener) - 类 中的方法org.tinygroup.weblayer.listener.impl.SessionAttributeListenerBuilder
 
replaceListener(HttpSessionBindingListener) - 类 中的方法org.tinygroup.weblayer.listener.impl.SessionBindingListenerBuilder
 
replaceListener(HttpSessionListener) - 类 中的方法org.tinygroup.weblayer.listener.impl.SessionListenerBuilder
 
RequestAttributeListenerBuilder - org.tinygroup.weblayer.listener.impl 中的 类
 
RequestAttributeListenerBuilder() - 类 的构造方法org.tinygroup.weblayer.listener.impl.RequestAttributeListenerBuilder
 
requestDestroyed(ServletRequestEvent) - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultRequestListener
 
requestInitialized(ServletRequestEvent) - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultRequestListener
 
RequestListenerBuilder - org.tinygroup.weblayer.listener.impl 中的 类
 
RequestListenerBuilder() - 类 的构造方法org.tinygroup.weblayer.listener.impl.RequestListenerBuilder
 
RequestMapping - org.tinygroup.weblayer.mvc.annotation 中的 注释类型
功能说明: 开发人员: renhui
开发时间: 2013-4-22

reset() - 类 中的方法org.tinygroup.weblayer.filter.gzip.CacheResponseStream
 
reset() - 类 中的方法org.tinygroup.weblayer.impl.TinyProcessorManagerImpl
 
reset() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl
 
resetBuffer() - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl
清除所有buffers,常用于显示出现异常信息。
response - 类 中的变量org.tinygroup.weblayer.filter.gzip.CacheResponseStream
 
ResponseHeaderInterceptor - org.tinygroup.weblayer.webcontext.basic.interceptor 中的 接口
代表一个拦截器,是个标记接口,可以修改或拒绝response header中的参数。
ResponseHeaderRejectedException - org.tinygroup.weblayer.webcontext.basic.exception 中的 异常
代表一个response header被拒绝的异常。
ResponseHeaderRejectedException() - 异常 的构造方法org.tinygroup.weblayer.webcontext.basic.exception.ResponseHeaderRejectedException
 
ResponseHeaderRejectedException(String, Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.basic.exception.ResponseHeaderRejectedException
 
ResponseHeaderRejectedException(String) - 异常 的构造方法org.tinygroup.weblayer.webcontext.basic.exception.ResponseHeaderRejectedException
 
ResponseHeaderRejectedException(Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.basic.exception.ResponseHeaderRejectedException
 
ResponseHeaderSecurityFilter - org.tinygroup.weblayer.webcontext.basic.interceptor 中的 类
过滤header中的crlf,将status message用HTML entities转义,限制cookie的总大小。
ResponseHeaderSecurityFilter() - 类 的构造方法org.tinygroup.weblayer.webcontext.basic.interceptor.ResponseHeaderSecurityFilter
 
ResponseHeaderSecurityFilter(HttpServletRequest) - 类 的构造方法org.tinygroup.weblayer.webcontext.basic.interceptor.ResponseHeaderSecurityFilter
 
ResultKey - org.tinygroup.weblayer.mvc.annotation 中的 注释类型
结果保存名称,Tiny框架会把方法返回值以该名称保存到上下文。
returnCipher(int, Cipher) - 类 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.AbstractJceEncrypter
 
REWRITE_FILTER_PRECEDENCE - 接口 中的静态变量org.tinygroup.weblayer.TinyFilter
 
RewriteCondition - org.tinygroup.weblayer.webcontext.rewrite 中的 类
 
RewriteCondition() - 类 的构造方法org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition
 
RewriteCondition.ConditionFlags - org.tinygroup.weblayer.webcontext.rewrite 中的 类
代表condition的标志位。
RewriteCondition.ConditionFlags() - 类 的构造方法org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition.ConditionFlags
 
RewriteCondition.ConditionFlags(String...) - 类 的构造方法org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition.ConditionFlags
 
RewriteConfiguration - org.tinygroup.weblayer.webcontext.rewrite 中的 类
 
RewriteConfiguration() - 类 的构造方法org.tinygroup.weblayer.webcontext.rewrite.RewriteConfiguration
 
RewriteContext - org.tinygroup.weblayer.webcontext.rewrite 中的 接口
代表一个rewrite上下文信息。
RewriteFormatProvider - org.tinygroup.weblayer.webcontext.rewrite 中的 类
功能说明: 为url重写模块提供字符串替换实现 开发人员: renhui
开发时间: 2013-5-8

RewriteFormatProvider() - 类 的构造方法org.tinygroup.weblayer.webcontext.rewrite.RewriteFormatProvider
 
RewriteFormatProvider(HttpServletRequest) - 类 的构造方法org.tinygroup.weblayer.webcontext.rewrite.RewriteFormatProvider
 
RewriteRule - org.tinygroup.weblayer.webcontext.rewrite 中的 类
代表一个rewrite规则。
RewriteRule() - 类 的构造方法org.tinygroup.weblayer.webcontext.rewrite.RewriteRule
 
RewriteSubstitution - org.tinygroup.weblayer.webcontext.rewrite 中的 类
 
RewriteSubstitution() - 类 的构造方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution
 
RewriteSubstitution.Parameter - org.tinygroup.weblayer.webcontext.rewrite 中的 类
 
RewriteSubstitution.Parameter() - 类 的构造方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution.Parameter
 
RewriteSubstitution.SubstitutionFlags - org.tinygroup.weblayer.webcontext.rewrite 中的 类
代表substitution的标志位。
RewriteSubstitution.SubstitutionFlags() - 类 的构造方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution.SubstitutionFlags
 
RewriteSubstitution.SubstitutionFlags(String...) - 类 的构造方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution.SubstitutionFlags
 
RewriteSubstitutionContext - org.tinygroup.weblayer.webcontext.rewrite 中的 接口
代表一个替换过程的上下文信息。
RewriteSubstitutionHandler - org.tinygroup.weblayer.webcontext.rewrite 中的 接口
代表一个处理rewrite替换事件的处理器。
RewriteTinyFilter - org.tinygroup.weblayer.filter 中的 类
改写URL及参数,类似于Apache HTTPD Server中的rewrite模块。
RewriteTinyFilter() - 类 的构造方法org.tinygroup.weblayer.filter.RewriteTinyFilter
 
RewriteUtil - org.tinygroup.weblayer.webcontext.rewrite 中的 类
和rewrite相关的工具类。
RewriteUtil() - 类 的构造方法org.tinygroup.weblayer.webcontext.rewrite.RewriteUtil
 
RewriteWebContext - org.tinygroup.weblayer.webcontext.rewrite 中的 接口
重写URL及参数的web context,类似于apache的mod_rewrite模块。
RewriteWebContextImpl - org.tinygroup.weblayer.webcontext.rewrite.impl 中的 类
重写URL及参数的request context,类似于apache的mod_rewrite模块。
RewriteWebContextImpl(WebContext, RewriteRule[]) - 类 的构造方法org.tinygroup.weblayer.webcontext.rewrite.impl.RewriteWebContextImpl
包装一个RequestContext对象。

S

sendError(int, String) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
 
sendRedirect(String) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
 
SerializationEncoder - org.tinygroup.weblayer.webcontext.session.encode.impl 中的 类
通过Serializer提供的序列化机制来编码对象,以及解码字符串。
SerializationEncoder() - 类 的构造方法org.tinygroup.weblayer.webcontext.session.encode.impl.SerializationEncoder
 
serialize(Object, OutputStream) - 类 中的方法org.tinygroup.weblayer.webcontext.session.serializer.impl.JavaSerializer
 
serialize(Object, OutputStream) - 类 中的方法org.tinygroup.weblayer.webcontext.session.serializer.impl.JsonConvertSerializer
 
serialize(Object, OutputStream) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.serializer.Serializer
 
serializer - 类 中的变量org.tinygroup.weblayer.webcontext.session.encode.AbstractSerializationEncoder
 
Serializer - org.tinygroup.weblayer.webcontext.session.serializer 中的 接口
序列化器。
SERVER_PORT_HTTP - 类 中的静态变量org.tinygroup.weblayer.webcontext.rewrite.impl.RewriteWebContextImpl
 
SERVER_PORT_HTTPS - 类 中的静态变量org.tinygroup.weblayer.webcontext.rewrite.impl.RewriteWebContextImpl
 
SERVER_SCHEME_HTTP - 类 中的静态变量org.tinygroup.weblayer.webcontext.rewrite.impl.RewriteWebContextImpl
 
SERVER_SCHEME_HTTPS - 类 中的静态变量org.tinygroup.weblayer.webcontext.rewrite.impl.RewriteWebContextImpl
 
ServerCookie - org.tinygroup.weblayer.webcontext.util 中的 类
这个类从Tomcat 6.0.29的org.apache.tomcat.util.http.ServerCookie改编。
ServerCookie() - 类 的构造方法org.tinygroup.weblayer.webcontext.util.ServerCookie
 
service(HttpServletRequest, HttpServletResponse) - 类 中的方法org.tinygroup.weblayer.servlet.FullContextUrlRedirectServlet
 
service(HttpServletRequest, HttpServletResponse) - 类 中的方法org.tinygroup.weblayer.servlet.TinyServlet
 
ServiceOutPutTinyProcessor - org.tinygroup.weblayer.tinyprocessor 中的 类
 
ServiceOutPutTinyProcessor() - 类 的构造方法org.tinygroup.weblayer.tinyprocessor.ServiceOutPutTinyProcessor
 
ServiceTinyProcessor - org.tinygroup.weblayer.tinyprocessor 中的 类
 
ServiceTinyProcessor() - 类 的构造方法org.tinygroup.weblayer.tinyprocessor.ServiceTinyProcessor
 
SERVLET_BEAN - 类 中的静态变量org.tinygroup.weblayer.impl.TinyServletConfig
 
ServletContextAttributeListenerBuilder - org.tinygroup.weblayer.listener.impl 中的 类
创建ServletContextAttributeListener
ServletContextAttributeListenerBuilder() - 类 的构造方法org.tinygroup.weblayer.listener.impl.ServletContextAttributeListenerBuilder
 
ServletContextAttributeListenerConfig - org.tinygroup.weblayer.config 中的 类
ServletContextAttributeListener的配置
ServletContextAttributeListenerConfig() - 类 的构造方法org.tinygroup.weblayer.config.ServletContextAttributeListenerConfig
 
ServletContextHolder - org.tinygroup.weblayer.listener 中的 类
 
ServletContextHolder() - 类 的构造方法org.tinygroup.weblayer.listener.ServletContextHolder
 
ServletContextListenerBuilder - org.tinygroup.weblayer.listener.impl 中的 类
创建ServletContextListener
ServletContextListenerBuilder() - 类 的构造方法org.tinygroup.weblayer.listener.impl.ServletContextListenerBuilder
 
ServletContextListenerConfig - org.tinygroup.weblayer.config 中的 类
servlet-context-listener的配置信息
ServletContextListenerConfig() - 类 的构造方法org.tinygroup.weblayer.config.ServletContextListenerConfig
 
ServletFileUpload - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
继承自commons-fileupload-1.2.1的同名类,改进了如下内容: 使用新的ServletRequestContext,以便在处理字符集编码时,和servlet规范相容。
ServletFileUpload() - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.impl.ServletFileUpload
 
ServletFileUpload(FileItemFactory) - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.impl.ServletFileUpload
 
ServletMapping - org.tinygroup.weblayer.config 中的 类
 
ServletMapping() - 类 的构造方法org.tinygroup.weblayer.config.ServletMapping
 
ServletRequestAttributeListenerConfig - org.tinygroup.weblayer.config 中的 类
ServletRequestAttributeListener的配置信息
ServletRequestAttributeListenerConfig() - 类 的构造方法org.tinygroup.weblayer.config.ServletRequestAttributeListenerConfig
 
ServletRequestContext - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
继承自commons-fileupload-1.2.1的同名类,改进了如下内容: 假如request.getCharacterEncoding()返回null ,那么返回默认值 ISO-8859-1
ServletRequestContext(HttpServletRequest) - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.impl.ServletRequestContext
 
ServletRequestListenerConfig - org.tinygroup.weblayer.config 中的 类
ServletRequestListener的配置信息
ServletRequestListenerConfig() - 类 的构造方法org.tinygroup.weblayer.config.ServletRequestListenerConfig
 
ServletUtil - org.tinygroup.weblayer.webcontext.util 中的 类
有关servlet的小工具。
ServletUtil() - 类 的构造方法org.tinygroup.weblayer.webcontext.util.ServletUtil
 
SESSION_FILTER_PRECEDENCE - 接口 中的静态变量org.tinygroup.weblayer.TinyFilter
 
SESSION_ID_LENGTH_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.session.SessionIDGenerator
 
SESSION_KEY_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.setlocacle.SetLocaleWebContext
用来保存locale的session key的名称。
SessionActivationListenerBuilder - org.tinygroup.weblayer.listener.impl 中的 类
 
SessionActivationListenerBuilder() - 类 的构造方法org.tinygroup.weblayer.listener.impl.SessionActivationListenerBuilder
 
SessionActivationListenerConfig - org.tinygroup.weblayer.config 中的 类
HttpSessionActivationListener的配置信息
SessionActivationListenerConfig() - 类 的构造方法org.tinygroup.weblayer.config.SessionActivationListenerConfig
 
SessionAttribute - org.tinygroup.weblayer.webcontext.session.impl 中的 类
代表session中的一个属性。
SessionAttribute(String, SessionImpl, String, SessionStore.StoreContext) - 类 的构造方法org.tinygroup.weblayer.webcontext.session.impl.SessionAttribute
创建一个attribute。
SessionAttributeInterceptor - org.tinygroup.weblayer.webcontext.session 中的 接口
session属性读写操作时的拦截器
SessionAttributeListenerBuilder - org.tinygroup.weblayer.listener.impl 中的 类
 
SessionAttributeListenerBuilder() - 类 的构造方法org.tinygroup.weblayer.listener.impl.SessionAttributeListenerBuilder
 
SessionAttributeListenerConfig - org.tinygroup.weblayer.config 中的 类
HttpSessionAttributeListener的配置信息
SessionAttributeListenerConfig() - 类 的构造方法org.tinygroup.weblayer.config.SessionAttributeListenerConfig
 
SessionAttributeWhitelist - org.tinygroup.weblayer.webcontext.session.impl 中的 类
用来控制session attributes的使用。
SessionAttributeWhitelist() - 类 的构造方法org.tinygroup.weblayer.webcontext.session.impl.SessionAttributeWhitelist
 
SessionBindingListenerBuilder - org.tinygroup.weblayer.listener.impl 中的 类
 
SessionBindingListenerBuilder() - 类 的构造方法org.tinygroup.weblayer.listener.impl.SessionBindingListenerBuilder
 
SessionBindingListenerConfig - org.tinygroup.weblayer.config 中的 类
HttpSessionBindingListener的配置信息
SessionBindingListenerConfig() - 类 的构造方法org.tinygroup.weblayer.config.SessionBindingListenerConfig
 
SessionConfig - org.tinygroup.weblayer.webcontext.session 中的 接口
包含session系统的配置。
SessionConfig.CookieConfig - org.tinygroup.weblayer.webcontext.session 中的 接口
代表cookie的配置。
SessionConfig.IdConfig - org.tinygroup.weblayer.webcontext.session 中的 接口
代表session ID的配置。
SessionConfig.StoreMappingsConfig - org.tinygroup.weblayer.webcontext.session 中的 接口
代表store mappings的配置。
SessionConfig.StoresConfig - org.tinygroup.weblayer.webcontext.session 中的 接口
代表stores的配置。
SessionConfig.UrlEncodeConfig - org.tinygroup.weblayer.webcontext.session 中的 接口
代表url encode的配置。
SessionConfiguration - org.tinygroup.weblayer.webcontext.session 中的 类
 
SessionConfiguration() - 类 的构造方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration
 
SessionConfiguration.AttributePattern - org.tinygroup.weblayer.webcontext.session 中的 类
代表一个pattern的信息。
SessionConfiguration.ConfigImpl - org.tinygroup.weblayer.webcontext.session 中的 类
 
SessionConfiguration.ConfigImpl() - 类 的构造方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.ConfigImpl
 
sessionCreated(HttpSessionEvent) - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultSessionListener
 
sessionCreated(HttpSession) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionLifecycleLogger
 
sessionCreated(HttpSession) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionLifecycleListener
当session第一次被创建以后,被调用。
sessionDestroyed(HttpSessionEvent) - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultSessionListener
 
sessionDidActivate(HttpSessionEvent) - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultSessionActivationListener
 
SessionEncoder - org.tinygroup.weblayer.webcontext.session.encode 中的 接口
将attributes map转换成字符串值或反之。
SessionEncoderException - org.tinygroup.weblayer.webcontext.session.exception 中的 异常
代表编码、解码时发生的错误。
SessionEncoderException() - 异常 的构造方法org.tinygroup.weblayer.webcontext.session.exception.SessionEncoderException
 
SessionEncoderException(String, Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.session.exception.SessionEncoderException
 
SessionEncoderException(String) - 异常 的构造方法org.tinygroup.weblayer.webcontext.session.exception.SessionEncoderException
 
SessionEncoderException(Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.session.exception.SessionEncoderException
 
SessionEncrypterException - org.tinygroup.weblayer.webcontext.session.exception 中的 异常
 
SessionEncrypterException() - 异常 的构造方法org.tinygroup.weblayer.webcontext.session.exception.SessionEncrypterException
 
SessionEncrypterException(String, Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.session.exception.SessionEncrypterException
 
SessionEncrypterException(String) - 异常 的构造方法org.tinygroup.weblayer.webcontext.session.exception.SessionEncrypterException
 
SessionEncrypterException(Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.session.exception.SessionEncrypterException
 
SessionFrameworkException - org.tinygroup.weblayer.webcontext.session.exception 中的 异常
代表session框架的异常。
SessionFrameworkException() - 异常 的构造方法org.tinygroup.weblayer.webcontext.session.exception.SessionFrameworkException
 
SessionFrameworkException(String, Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.session.exception.SessionFrameworkException
 
SessionFrameworkException(String) - 异常 的构造方法org.tinygroup.weblayer.webcontext.session.exception.SessionFrameworkException
 
SessionFrameworkException(Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.session.exception.SessionFrameworkException
 
SessionIDGenerator - org.tinygroup.weblayer.webcontext.session 中的 接口
生成session ID的机制。
SessionImpl - org.tinygroup.weblayer.webcontext.session.impl 中的 类
实现了HttpSession接口。
SessionImpl(String, SessionWebContext, boolean, boolean) - 类 的构造方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
创建一个session对象。
SessionInterceptor - org.tinygroup.weblayer.webcontext.session 中的 接口
 
sessionInvalidated(HttpSession) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionLifecycleLogger
 
sessionInvalidated(HttpSession) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionLifecycleListener
当session被作废后以后,被调用。
SessionLifecycleListener - org.tinygroup.weblayer.webcontext.session 中的 接口
session生命周期对应的拦截器
SessionLifecycleLogger - org.tinygroup.weblayer.webcontext.session.impl 中的 类
用来记录session日志生命期事件的listener。
SessionLifecycleLogger() - 类 的构造方法org.tinygroup.weblayer.webcontext.session.impl.SessionLifecycleLogger
 
SessionListenerBuilder - org.tinygroup.weblayer.listener.impl 中的 类
 
SessionListenerBuilder() - 类 的构造方法org.tinygroup.weblayer.listener.impl.SessionListenerBuilder
 
SessionListenerConfig - org.tinygroup.weblayer.config 中的 类
HttpSessionListener的配置信息
SessionListenerConfig() - 类 的构造方法org.tinygroup.weblayer.config.SessionListenerConfig
 
SessionModel - org.tinygroup.weblayer.webcontext.session 中的 接口
描述session模型的接口
SessionModel.Factory - org.tinygroup.weblayer.webcontext.session 中的 接口
用来创建session model实例的工厂。
SessionModelEncoder - org.tinygroup.weblayer.webcontext.session 中的 接口
将session model转换为store中可存储的对象,或者将store中取得的对象转换回session model。
SessionModelEncoderImpl - org.tinygroup.weblayer.webcontext.session.impl 中的 类
SessionModelEncoder的默认实现:将model内容保存成字符串。
SessionModelEncoderImpl() - 类 的构造方法org.tinygroup.weblayer.webcontext.session.impl.SessionModelEncoderImpl
 
SessionModelImpl - org.tinygroup.weblayer.webcontext.session.impl 中的 类
代表一个session本身的信息。
SessionModelImpl(SessionImpl) - 类 的构造方法org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl
 
SessionModelImpl(String, long, long, int) - 类 的构造方法org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl
 
SessionStore - org.tinygroup.weblayer.webcontext.session 中的 接口
用来持久化存储session attribute的机制。
SessionStore.StoreContext - org.tinygroup.weblayer.webcontext.session 中的 接口
帮助store取得当前request的信息,并存放它们自己的当前状态。
SessionStoreException - org.tinygroup.weblayer.webcontext.session.exception 中的 异常
构建SessionStore时的运行期异常。
SessionStoreException() - 异常 的构造方法org.tinygroup.weblayer.webcontext.session.exception.SessionStoreException
 
SessionStoreException(String, Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.session.exception.SessionStoreException
 
SessionStoreException(String) - 异常 的构造方法org.tinygroup.weblayer.webcontext.session.exception.SessionStoreException
 
SessionStoreException(Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.session.exception.SessionStoreException
 
SessionTinyFilter - org.tinygroup.weblayer.filter 中的 类
增强的Session框架,可将session中的对象保存到cookie、数据库或其它存储中。
SessionTinyFilter() - 类 的构造方法org.tinygroup.weblayer.filter.SessionTinyFilter
 
SessionValueEncoder - org.tinygroup.weblayer.webcontext.session.valueencode 中的 接口
将对象转换成字符串值或反之。
SessionValueEncoderException - org.tinygroup.weblayer.webcontext.session.exception 中的 异常
代表值编码、解码时发生的错误。
SessionValueEncoderException() - 异常 的构造方法org.tinygroup.weblayer.webcontext.session.exception.SessionValueEncoderException
 
SessionValueEncoderException(String, Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.session.exception.SessionValueEncoderException
 
SessionValueEncoderException(String) - 异常 的构造方法org.tinygroup.weblayer.webcontext.session.exception.SessionValueEncoderException
 
SessionValueEncoderException(Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.session.exception.SessionValueEncoderException
 
sessionVisited(HttpSession) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionLifecycleLogger
 
sessionVisited(HttpSession) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionLifecycleListener
当session被访问的时候,被调用。
SessionWebContext - org.tinygroup.weblayer.webcontext.session 中的 接口
支持session的WebContext实现。
SessionWebContextImpl - org.tinygroup.weblayer.webcontext.session.impl 中的 类
支持session的HttpRequestContext实现。
SessionWebContextImpl(WebContext, SessionConfig) - 类 的构造方法org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl
构造函数。
sessionWillPassivate(HttpSessionEvent) - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultSessionActivationListener
 
setAllowedAttributes(Map<String, Class<?>>) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionAttributeWhitelist
 
setAllowedExtensions(String[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadedFileExtensionWhitelist
 
setAndSign(String) - 类 中的方法org.tinygroup.weblayer.webcontext.util.QueryStringParser
设置用来替代“&”的字符。
setApplication(Application) - 类 中的方法org.tinygroup.weblayer.listener.TinyListenerProcessor
 
setAsText(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.propertyedit.HumanReadableSizeEditor
 
setAsText(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.StringFileItemEditor
 
setAttribute(String, Object) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
setAttribute(String, Object) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
设置指定名称的attribute值。
setAutoUpload(boolean) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
 
setAutoUpload(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
是否自动执行Upload。
setBasicConfig(BasicTinyConfig) - 接口 中的方法org.tinygroup.weblayer.BasicTinyConfigAware
 
setBasicConfig(BasicTinyConfig) - 类 中的方法org.tinygroup.weblayer.listener.impl.SimpleBasicTinyConfigAware
 
setBeanName(String) - 类 中的方法org.tinygroup.weblayer.config.BasicConfigInfo
 
setBuffering(boolean) - 接口 中的方法org.tinygroup.weblayer.webcontext.buffered.BufferedWebContext
设置buffer模式,如果设置成true,表示将所有信息保存在内存中,否则直接输出到原始response中。
setBuffering(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.impl.BufferedWebContextImpl
设置buffer模式,如果设置成true,表示将所有信息保存在内存中,否则直接输出到原始response中。
setBuffering(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl
设置buffer模式,如果设置成true,表示将所有信息保存在内存中,否则直接输出到原始response中。
setCaseFolding(String) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
 
setCaseFolding(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
按照指定的风格转换parameters和cookies的名称,默认为“小写加下划线”。
setCharset(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem
设置当前field的字符集编码。
setCharset(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
设置当前field的字符集编码。
setCharset(String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder
 
setChecksum(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.CookieStoreImpl
 
setClassMapping(RequestMapping) - 类 中的方法org.tinygroup.weblayer.mvc.MappingClassModel
 
setClassName(String) - 类 中的方法org.tinygroup.weblayer.config.BasicConfigInfo
 
setCommitted(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.CommitMonitor
 
setConditions(RewriteCondition[]) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteRule
 
setConfigInfos(List<TinyProcessorConfigInfo>) - 类 中的方法org.tinygroup.weblayer.config.TinyProcessorConfigInfos
 
setConfigManager(TinyFilterConfigManager) - 类 中的方法org.tinygroup.weblayer.fileresolver.TinyFilterFileProcessor
 
setConfigManager(TinyProcessorConfigManager) - 类 中的方法org.tinygroup.weblayer.fileresolver.TinyProcessorFileProcessor
 
setConfigManager(TinyFilterConfigManager) - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterManagerImpl
 
setConfigManager(TinyProcessorConfigManager) - 类 中的方法org.tinygroup.weblayer.impl.TinyProcessorManagerImpl
 
setConfigManager(TinyFilterConfigManager) - 接口 中的方法org.tinygroup.weblayer.TinyFilterManager
设置web资源(servlet或filter)的配置管理接口
setConfigManager(TinyProcessorConfigManager) - 接口 中的方法org.tinygroup.weblayer.TinyProcessorManager
设置web资源(servlet或filter)的配置管理接口
setConfigs(List<TinyFilterConfigInfo>) - 类 中的方法org.tinygroup.weblayer.config.TinyFilterConfigInfos
 
setContentLength(int) - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl
设置content长度。
setContentType(String) - 类 中的方法org.tinygroup.weblayer.impl.EncodeingHttpFilter
 
setContext(WebContext) - 类 中的方法org.tinygroup.weblayer.mvc.HandlerExecutionChain
 
setContext(WebContext) - 接口 中的方法org.tinygroup.weblayer.mvc.WebContextAware
 
setContext(WebContext) - 类 中的方法org.tinygroup.weblayer.TinyFilterHandler
 
setConverterQuiet(boolean) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
 
setConverterQuiet(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
设置类型转换出现异常时,是否不报错,而是返回默认值。
setCookie(String, String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.CookieParser
设置session cookie。
setCookie(String, String, int) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.CookieParser
Set a persisten cookie on the client that will expire after a maximum age (given in seconds).
setCookie(String, String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.CookieParserImpl
Set a cookie that will be stored on the client for the duration of the session.
setCookie(String, String, int) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.CookieParserImpl
Set a persisten cookie on the client that will expire after a maximum age (given in seconds).
setCore(CEPCore) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.ServiceOutPutTinyProcessor
 
setCore(CEPCore) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.ServiceTinyProcessor
 
setDateHeader(String, long) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
 
setDefaultCharset(String) - 类 中的方法org.tinygroup.weblayer.filter.SetLocaleTinyFilter
 
setDefaultCharset(String) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
 
setDefaultHandler(WebExceptionHandler) - 类 中的方法org.tinygroup.weblayer.exceptionhandler.impl.WebExceptionHandlerManagerImpl
 
setDefaultHandler(WebExceptionHandler) - 接口 中的方法org.tinygroup.weblayer.exceptionhandler.WebExceptionHandlerManager
 
setDefaultLocale(Locale) - 类 中的方法org.tinygroup.weblayer.filter.SetLocaleTinyFilter
 
setDefaultLocale(Locale) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
 
setDiskItemFactory(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
 
setDiskItemFactory(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
setDomain(String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
 
setDomain(String) - 类 中的方法org.tinygroup.weblayer.webcontext.util.CookieSupport
 
setEnable(boolean) - 类 中的方法org.tinygroup.weblayer.impl.EncodeingHttpFilter
 
setEncoders(SessionEncoder[]) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.CookieStoreImpl
 
setEncoding(String) - 类 中的方法org.tinygroup.weblayer.impl.EncodeingHttpFilter
 
setEncrypter(Encrypter) - 类 中的方法org.tinygroup.weblayer.webcontext.session.encode.impl.SerializationEncoder
 
setEncrypter(Encrypter) - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder
 
setEqualSign(String) - 类 中的方法org.tinygroup.weblayer.webcontext.util.QueryStringParser
设置用来替代“=”的字符。
setExecute(MappingModelExecute) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.MvcTinyProcessor
 
setExecutor(FlowExecutor) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.PageFlowTinyProcessor
 
setExtNames(List<String>) - 类 中的方法org.tinygroup.weblayer.impl.EncodeingHttpFilter
 
setFieldName(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem
 
setFieldName(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
Sets the field name used to reference this file item.
setFileNameKey(String[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ServletFileUpload
 
setFileNameKey(String[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
 
setFileNameKey(String[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
setFileSizeMax(HumanReadableSize) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
 
setFileSizeMax(HumanReadableSize) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
setFileSizeMax(long) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
setFilterMappings(List<FilterMapping>) - 类 中的方法org.tinygroup.weblayer.config.TinyFilterConfigInfo
 
setFilterName(String) - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
 
setFilterName(String) - 接口 中的方法org.tinygroup.weblayer.TinyFilter
 
setFlags(String) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition
 
setFlags(String) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution
 
setForceExpirationPeriod(long) - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.ConfigImpl
 
setFormat(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.propertyedit.CustomDateRegistrar
 
setFormField(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem
 
setFormField(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
Specifies whether or not a FileItem instance represents a simple form field.
setFullContextFileRepository(FullContextFileRepository) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
setFullContextFileRepository(FullContextFileRepository) - 类 中的方法org.tinygroup.weblayer.servlet.FullContextUrlRedirectServlet
 
setFullContextFileRepository(FullContextFileRepository) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.FullContextUrlRedirectTinyProcessor
 
setFullContextFileRepository(FullContextFileRepository) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.UiEngineTinyProcessor
 
setHandler(HandlerMapping) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.MvcTinyProcessor
 
setHandlers(Object[]) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteRule
 
setHeader(String, String) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
 
setHeaders(FileItemHeaders) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
Sets the file item headers.
setHeadersCommitted(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.CommitMonitor
 
setHtmlFieldSuffix(String) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
 
setHtmlFieldSuffix(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
设置代表HTML字段的后缀。
setHttpOnly(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
 
setHttpOnly(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.util.CookieSupport
是否生成IE6支持的HttpOnly标记。
setId(String) - 类 中的方法org.tinygroup.weblayer.config.BasicConfigInfo
 
setInitParameter(String, String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
setInitParams(Map<String, String>) - 类 中的方法org.tinygroup.weblayer.impl.TinyServletConfig
 
setInputCharset(String) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleOverrider
 
setInputCharsetPattern(Pattern) - 类 中的方法org.tinygroup.weblayer.filter.SetLocaleTinyFilter
 
setInputCharsetPattern(Pattern) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
 
setInterceptors(Object[]) - 类 中的方法org.tinygroup.weblayer.filter.BasicTinyFilter
 
setIntHeader(String, int) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
 
setItemStorageBeanName(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
 
setItemStorageBeanName(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
setKeepFormFieldInMemory(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItemFactory
 
setKeepFormFieldInMemory(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
 
setKeepFormFieldInMemory(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
setKeepInTouch(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.ConfigImpl
 
setKey(String) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution.Parameter
 
setKey(String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.impl.AesEncrypter
 
setKeySize(int) - 类 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.impl.AesEncrypter
 
setLength(int) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.RandomIDGenerator
 
setListenerConfigInfos(List<TinyListenerConfigInfo>) - 类 中的方法org.tinygroup.weblayer.config.TinyListenerConfigInfos
 
setLocale(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.propertyedit.CustomDateRegistrar
 
SETLOCALE_FILTER_PRECEDENCE - 接口 中的静态变量org.tinygroup.weblayer.TinyFilter
 
setLocaleObject(Locale) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.propertyedit.CustomDateRegistrar
 
SetLocaleOverrider - org.tinygroup.weblayer.webcontext.setlocacle.impl 中的 类
根据request uri来设置输入、输出charset。
SetLocaleOverrider(String, String, String) - 类 的构造方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleOverrider
 
SetLocaleTinyFilter - org.tinygroup.weblayer.filter 中的 类
设置当前请求的区域(locale)、编码字符集(charset)。
SetLocaleTinyFilter() - 类 的构造方法org.tinygroup.weblayer.filter.SetLocaleTinyFilter
 
SetLocaleWebContext - org.tinygroup.weblayer.webcontext.setlocacle 中的 接口
实现了Servlet 2.4规范中的response的方法。
SetLocaleWebContextImpl - org.tinygroup.weblayer.webcontext.setlocacle.impl 中的 类
SetLocaleWebContext的实现。
SetLocaleWebContextImpl(WebContext) - 类 的构造方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
包装一个RequestContext对象。
setLogLevel(LogLevel) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionLifecycleLogger
 
setManager(MappingModelManager) - 类 中的方法org.tinygroup.weblayer.mvc.annotationaction.ControllerAnnotationAction
 
setManager(MappingModelManager) - 类 中的方法org.tinygroup.weblayer.mvc.handlermapping.AbstractHandlerMapping
 
setManager(ServiceMappingManager) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.ServiceTinyProcessor
 
setMapClass(Class) - 类 中的方法org.tinygroup.weblayer.mvc.MappingClassModel
 
setMapMethod(Method) - 类 中的方法org.tinygroup.weblayer.mvc.MappingMethodModel
 
setMaxAge(int) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
 
setMaxCookieSize(String) - 类 中的方法org.tinygroup.weblayer.filter.BasicTinyFilter
 
setMaxCookieSize(String) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.impl.BasicWebContextImpl
 
setMaxCookieSize(HumanReadableSize) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.interceptor.ResponseHeaderSecurityFilter
 
setMaxCount(int) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.CookieStoreImpl
 
setMaxInactiveInterval(int) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
设置session的最大不活动期限,超过此时间,session就会失效。
setMaxInactiveInterval(int) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl
设置session的最大不活动期限,超过此时间,session就会失效。
setMaxInactiveInterval(int) - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.ConfigImpl
 
setMaxLength(int) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.CookieStoreImpl
 
setMethodMapping(RequestMapping) - 类 中的方法org.tinygroup.weblayer.mvc.MappingMethodModel
 
setMethodModel(MappingMethodModel) - 类 中的方法org.tinygroup.weblayer.mvc.HandlerExecutionChain
 
setModel(MappingClassModel) - 类 中的方法org.tinygroup.weblayer.mvc.HandlerExecutionChain
 
setModelKey(String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.ConfigImpl
 
setName(String) - 类 中的方法org.tinygroup.weblayer.config.BasicConfigInfo
 
setName(String) - 类 中的方法org.tinygroup.weblayer.config.InitParam
 
setName(String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
 
setObject(String, String, Object) - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
 
setObject(String, Object) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
设置参数值。
setObject(String, Object) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
设置参数值。
setObject(String, String, Object) - 接口 中的方法org.tinygroup.weblayer.WebContext
把对象设置到scope指定的范围内
setObjects(String, Object[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
设置参数值。
setObjects(String, Object[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
设置参数值。
setOutputCharset(String) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleOverrider
 
setOutputCharsetPattern(Pattern) - 类 中的方法org.tinygroup.weblayer.filter.SetLocaleTinyFilter
 
setOutputCharsetPattern(Pattern) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
 
setOverriders(SetLocaleOverrider[]) - 类 中的方法org.tinygroup.weblayer.filter.SetLocaleTinyFilter
 
setOverriders(SetLocaleOverrider[]) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
 
setParameterParserFilters(ParameterParserFilter[]) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
 
setParameterParserFilters(ParameterParserFilter[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
设置用于过滤参数的filters。
setParameters(RewriteSubstitution.Parameter[]) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution
 
setParamKey(String) - 类 中的方法org.tinygroup.weblayer.filter.SetLocaleTinyFilter
 
setParamKey(String) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
 
setParams(List<InitParam>) - 类 中的方法org.tinygroup.weblayer.config.BasicConfigInfo
 
setPath(String) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.impl.RewriteWebContextImpl
 
setPath(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitutionContext
 
setPath(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteWebContext
设置路径
setPath(String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
 
setPattern(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractParamValueFilter
 
setPattern(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.upload.ParamValueFilter
配置需要参数值过滤的正则
setPattern(String) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition
 
setPattern(String) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteRule
 
setPoolSize(int) - 类 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.AbstractJceEncrypter
 
setProcessorName(String) - 类 中的方法org.tinygroup.weblayer.AbstractTinyProcessor
 
setProcessorName(String) - 接口 中的方法org.tinygroup.weblayer.TinyProcessor
 
setProperties(Object) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
 
setProperties(Object) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
将数据保存到object properties中。
setPropertyEditorRegistrar(PropertyEditorRegistrar) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
设置用来转换参数类型的propertyEditor注册器。
setPropertyEditorRegistrars(PropertyEditorRegistrar[]) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
 
setPropertyEditorRegistrars(PropertyEditorRegistrar[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.PropertyEditorRegistrarsSupport
设置一组PropertyEditor注册器。
setRename(FileUploadReName) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItemFactory
 
setRename(FileUploadReName) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
 
setRepository(File) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileUploadRenameImpl
 
setRepository(File) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
 
setRepository(File) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
setRequest(HttpServletRequest) - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
 
setRequest(HttpServletRequest) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItemFactory
 
setRequest(HttpServletRequest) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteFormatProvider
 
setRequest(HttpServletRequest) - 接口 中的方法org.tinygroup.weblayer.WebContext
 
setResponse(HttpServletResponse) - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
 
setResponse(HttpServletResponse) - 接口 中的方法org.tinygroup.weblayer.WebContext
 
setResponseCharacterEncoding(String) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
设置response输出字符集。
setResponseCharacterEncoding(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.setlocacle.SetLocaleWebContext
设置response输出字符集。
setResponseContentType(String, boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
设置content type。
setResponseContentType(String, boolean) - 接口 中的方法org.tinygroup.weblayer.webcontext.setlocacle.SetLocaleWebContext
设置content type。
setResultKey(ResultKey) - 类 中的方法org.tinygroup.weblayer.mvc.MappingMethodModel
 
setRules(RewriteRule[]) - 类 中的方法org.tinygroup.weblayer.filter.RewriteTinyFilter
 
setSaveInFile(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItemFactory
 
setSaveInFile(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
 
setSaveInFile(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
setSecure(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
 
setSerializer(Serializer) - 类 中的方法org.tinygroup.weblayer.webcontext.session.encode.impl.SerializationEncoder
 
setServletConfig(ServletConfig) - 类 中的方法org.tinygroup.weblayer.impl.TinyServletConfig
 
setServletContext(ServletContext) - 类 中的静态方法org.tinygroup.weblayer.listener.ServletContextHolder
 
setServletContext(ServletContext) - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
 
setServletContext(ServletContext) - 接口 中的方法org.tinygroup.weblayer.WebContext
设置servletContext对象
setServletContextAttributeListenerConfigs(List<ServletContextAttributeListenerConfig>) - 类 中的方法org.tinygroup.weblayer.config.TinyListenerConfigInfo
 
setServletContextListenerConfigs(List<ServletContextListenerConfig>) - 类 中的方法org.tinygroup.weblayer.config.TinyListenerConfigInfo
 
setServletMappings(List<ServletMapping>) - 类 中的方法org.tinygroup.weblayer.config.TinyProcessorConfigInfo
 
setServletRequestAttributeListenerConfigs(List<ServletRequestAttributeListenerConfig>) - 类 中的方法org.tinygroup.weblayer.config.TinyListenerConfigInfo
 
setServletRequestListenerConfigs(List<ServletRequestListenerConfig>) - 类 中的方法org.tinygroup.weblayer.config.TinyListenerConfigInfo
 
setSession(SessionImpl) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl
设置model所在的session。
setSessionActivationListenerConfigs(List<SessionActivationListenerConfig>) - 类 中的方法org.tinygroup.weblayer.config.TinyListenerConfigInfo
 
setSessionAttributeListenerConfigs(List<SessionAttributeListenerConfig>) - 类 中的方法org.tinygroup.weblayer.config.TinyListenerConfigInfo
 
setSessionBindingListenerConfigs(List<SessionBindingListenerConfig>) - 类 中的方法org.tinygroup.weblayer.config.TinyListenerConfigInfo
 
setSessionInterceptors(SessionInterceptor[]) - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.ConfigImpl
 
setSessionKey(String) - 类 中的方法org.tinygroup.weblayer.filter.SetLocaleTinyFilter
 
setSessionKey(String) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
 
setSessionListenerConfigs(List<SessionListenerConfig>) - 类 中的方法org.tinygroup.weblayer.config.TinyListenerConfigInfo
 
setSessionModelEncoders(SessionModelEncoder[]) - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.ConfigImpl
 
setSizeMax(HumanReadableSize) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
 
setSizeMax(HumanReadableSize) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
setSizeMax(long) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
setSizeThreshold(HumanReadableSize) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
 
setSizeThreshold(HumanReadableSize) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
setSizeThreshold(int) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
setState(Object) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionStore.StoreContext
设置store的request scope状态数据。
setStatus(int, String) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
已过时。
setStorage(FileItemStorage) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItemFactory
 
setString(String, String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
设置参数值。
setString(String, String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
设置参数值。
setStrings(String, String[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
设置参数值。
setStrings(String, String[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
设置参数值。
setSubstitution(RewriteSubstitution) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteRule
 
setSurvivesInInvalidating(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
 
setTemporary(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItem
 
setTemporary(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItemFactory
 
setTemporary(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
 
setTemporary(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
setTest(String) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition
 
setTimeZone(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.propertyedit.CustomDateRegistrar
 
setTimeZoneObject(TimeZone) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.propertyedit.CustomDateRegistrar
 
setTopWebContext(WebContext) - 类 中的方法org.tinygroup.weblayer.webcontext.CommitMonitor
 
setTrimming(boolean) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
 
setTrimming(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
是否对输入参数进行trimming。
setType(Class<?>) - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.impl.SimpleValueEncoder
 
setUiComponentManager(UIComponentManager) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.UiEngineTinyProcessor
 
setUnescapeParameters(boolean) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
 
setUnescapeParameters(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
是否对参数进行HTML entities解码,默认为false
setUnique(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem
 
setUploadService(UploadService) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
 
setUploadService(UploadService) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
设置upload service。
setUri(String) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution
 
setUri(String) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleOverrider
 
setURIEncoding(String) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
 
setURIEncoding(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
useServletEngineParser==false并且 useBodyEncodingForURI=false时,用该编码来解释GET请求的参数。
setUrlPattern(String) - 类 中的方法org.tinygroup.weblayer.config.FilterMapping
 
setUrlPattern(String) - 类 中的方法org.tinygroup.weblayer.config.ServletMapping
 
setUrlPatterns(Set<String>) - 类 中的方法org.tinygroup.weblayer.mvc.MappingMethodModel
 
setUseBodyEncodingForURI(boolean) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
 
setUseBodyEncodingForURI(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
是否以request.setCharacterEncoding所指定的编码来解析query,默认为true
setUseServletEngineParser(boolean) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
 
setUseServletEngineParser(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
是否使用servlet引擎的parser,默认为false
setValue(String) - 类 中的方法org.tinygroup.weblayer.config.InitParam
 
setValue(Object) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.StringFileItemEditor
 
setValue(Object) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
设置参数值。
setValue(Object) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
设置参数值。
setValue(String) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution.Parameter
 
setValue(Object) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionAttribute
设置attribute的值。
setValueEncoders(SessionValueEncoder[]) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.SingleValuedCookieStoreImpl
 
setValues(Object[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
设置参数值。
setValues(Object[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
设置参数值。
setValues(String[]) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution.Parameter
 
setValueType(Class<?>) - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.impl.MappedValuesEncoder
 
setView(View) - 类 中的方法org.tinygroup.weblayer.mvc.MappingMethodModel
 
setVisitLogLevel(LogLevel) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionLifecycleLogger
 
setWebContext(WebContext) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.WebContextUtil
WebContext对象和request相关联。
setWebHandlerManager(WebExceptionHandlerManager) - 类 中的方法org.tinygroup.weblayer.exceptionhandler.WebExceptionProcessor
 
SimpleBasicTinyConfig - org.tinygroup.weblayer.impl 中的 类
 
SimpleBasicTinyConfig(String, BasicConfigInfo) - 类 的构造方法org.tinygroup.weblayer.impl.SimpleBasicTinyConfig
 
SimpleBasicTinyConfig(List<BasicConfigInfo>) - 类 的构造方法org.tinygroup.weblayer.impl.SimpleBasicTinyConfig
 
SimpleBasicTinyConfigAware - org.tinygroup.weblayer.listener.impl 中的 类
 
SimpleBasicTinyConfigAware() - 类 的构造方法org.tinygroup.weblayer.listener.impl.SimpleBasicTinyConfigAware
 
SimpleMemoryStoreImpl - org.tinygroup.weblayer.webcontext.session.store.impl 中的 类
存放在内存中的session attribute的机制。
SimpleMemoryStoreImpl() - 类 的构造方法org.tinygroup.weblayer.webcontext.session.store.impl.SimpleMemoryStoreImpl
 
SimpleValueEncoder - org.tinygroup.weblayer.webcontext.session.valueencode.impl 中的 类
将一个简单类型编码成字符串,或反之。
SimpleValueEncoder() - 类 的构造方法org.tinygroup.weblayer.webcontext.session.valueencode.impl.SimpleValueEncoder
 
SimpleWebContext - org.tinygroup.weblayer.webcontext 中的 类
功能说明: 实现了WebContext接口,包含request、response和servletContext的信息。
SimpleWebContext(WebContext, TinyFilterHandler, HttpServletRequest, HttpServletResponse) - 类 的构造方法org.tinygroup.weblayer.webcontext.SimpleWebContext
创建一个新的RequestContext对象。
SingleValuedCookieStoreImpl - org.tinygroup.weblayer.webcontext.session.store.impl 中的 类
将Session状态保存在cookie中。
SingleValuedCookieStoreImpl() - 类 的构造方法org.tinygroup.weblayer.webcontext.session.store.impl.SingleValuedCookieStoreImpl
 
size() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.PropertyEditorRegistrarsSupport
查看有几个registrars。
size() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
取得值的数量。
size() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得值的个数。
size() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
取得值的个数。
size() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
取得值的数量。
SIZE_MAX_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.parser.upload.UploadConfiguration
默认值:HTTP请求的最大尺寸,超过此尺寸的请求将被抛弃。
SIZE_THRESHOLD_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.parser.upload.UploadConfiguration
默认值:将文件放在内存中的阈值,小于此值的文件被保存在内存中。
start() - 类 中的方法org.tinygroup.weblayer.listener.TinyListenerProcessor
 
startsWithPath(String, String) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServletUtil
判断path是否为fullpath的前缀,匹配到“/”边界。
StatusMessageInterceptor - org.tinygroup.weblayer.webcontext.basic.interceptor 中的 接口
检查status消息。
stop() - 类 中的方法org.tinygroup.weblayer.listener.TinyListenerProcessor
 
storage(TinyFileItem) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.FileItemStorage
 
storage() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem
调用存储接口
storeName - 类 中的变量org.tinygroup.weblayer.webcontext.session.SessionConfiguration.AttributePattern
 
stream - 类 中的变量org.tinygroup.weblayer.filter.gzip.CacheResponseWrapper
 
STRICT_SERVLET_COMPLIANCE - 类 中的静态变量org.tinygroup.weblayer.webcontext.util.ServerCookie
If set to true, we parse cookies according to the servlet spec,
StringFileItemEditor - org.tinygroup.weblayer.webcontext.parser 中的 类
FileItem转换成字符串。
StringFileItemEditor() - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.StringFileItemEditor
 
STRIP_COMMENTS - 类 中的静态变量org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter
flag determing whether comments are allowed in input String.
substitute(String, MatchResultSubstitution) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution
 
substituteParameters(ParameterParser, MatchResultSubstitution) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution
 
SURVIVES_IN_INVALIDATING_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.session.store.CookieStore
 

T

thresholdReached() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.DeferredByteOutputStream
Switches the underlying output stream from a memory based stream to one that is backed by disk.
TINY_CONTEXT_PATH - 类 中的静态变量org.tinygroup.weblayer.webcontext.util.WebContextUtil
 
TINY_FILTER - 接口 中的静态变量org.tinygroup.weblayer.TinyFilter
 
TINY_FILTER_CONFIGMANAGER - 类 中的静态变量org.tinygroup.weblayer.configmanager.TinyFilterConfigManager
 
TINY_FILTER_MANAGER - 接口 中的静态变量org.tinygroup.weblayer.TinyFilterManager
 
TINY_PROCESSOR - 接口 中的静态变量org.tinygroup.weblayer.TinyProcessor
 
TINY_PROCESSOR_CONFIGMANAGER - 类 中的静态变量org.tinygroup.weblayer.configmanager.TinyProcessorConfigManager
 
TINY_PROCESSOR_MANAGER - 接口 中的静态变量org.tinygroup.weblayer.TinyProcessorManager
 
TINY_REQUEST_URI - 类 中的静态变量org.tinygroup.weblayer.webcontext.util.WebContextUtil
 
TINY_SERVLET_PATH - 类 中的静态变量org.tinygroup.weblayer.webcontext.util.WebContextUtil
 
TINY_WRAPPER_FILTER - 接口 中的静态变量org.tinygroup.weblayer.TinyFilter
 
TinyConfigUtil - org.tinygroup.weblayer.util 中的 类
配置解析工具类
TinyConfigUtil() - 类 的构造方法org.tinygroup.weblayer.util.TinyConfigUtil
 
TinyFileItem - org.tinygroup.weblayer.webcontext.parser.fileupload 中的 类
功能说明: tiny保存的文件项 开发人员: renhui
开发时间: 2014-1-2

TinyFileItem(String, String, boolean, String, FileItemStorage) - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem
 
TinyFileItemFactory - org.tinygroup.weblayer.webcontext.parser.fileupload 中的 类
功能说明: tiny框架内部的文件上传工厂 开发人员: renhui
开发时间: 2014-1-3

TinyFileItemFactory() - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItemFactory
 
TinyFilter - org.tinygroup.weblayer 中的 接口
WebContext过滤器,用于根据WebContext进行相关处理
TinyFilterChain - org.tinygroup.weblayer.impl 中的 类
过滤器链接口的默认实现,不再往下传递调用,直接返回
TinyFilterChain(List<Filter>, TinyFilterHandler) - 类 的构造方法org.tinygroup.weblayer.impl.TinyFilterChain
 
tinyFilterConfig - 类 中的变量org.tinygroup.weblayer.AbstractTinyFilter
 
TinyFilterConfig - org.tinygroup.weblayer 中的 接口
tinyfilter的配置对象
TinyFilterConfigInfo - org.tinygroup.weblayer.config 中的 类
 
TinyFilterConfigInfo() - 类 的构造方法org.tinygroup.weblayer.config.TinyFilterConfigInfo
 
TinyFilterConfigInfos - org.tinygroup.weblayer.config 中的 类
 
TinyFilterConfigInfos() - 类 的构造方法org.tinygroup.weblayer.config.TinyFilterConfigInfos
 
TinyFilterConfigManager - org.tinygroup.weblayer.configmanager 中的 类
tiny filter处理器配置管理对象
TinyFilterConfigManager() - 类 的构造方法org.tinygroup.weblayer.configmanager.TinyFilterConfigManager
 
TinyFilterFileProcessor - org.tinygroup.weblayer.fileresolver 中的 类
搜索tinyfilter的文件处理器
TinyFilterFileProcessor() - 类 的构造方法org.tinygroup.weblayer.fileresolver.TinyFilterFileProcessor
 
TinyFilterHandler - org.tinygroup.weblayer 中的 类
完成filter处理的中间类
TinyFilterHandler(String, FilterChain, WebContext, TinyFilterManager, TinyProcessorManager) - 类 的构造方法org.tinygroup.weblayer.TinyFilterHandler
 
TinyFilterManager - org.tinygroup.weblayer 中的 接口
代表一组tinyfilter信息
TinyFilterManagerImpl - org.tinygroup.weblayer.impl 中的 类
tiny-filter的管理类
TinyFilterManagerImpl() - 类 的构造方法org.tinygroup.weblayer.impl.TinyFilterManagerImpl
 
tinyFilterProcessor(HttpServletRequest, HttpServletResponse) - 类 中的方法org.tinygroup.weblayer.TinyFilterHandler
采用tiny-filter方式来处理
TinyFilterWrapper - org.tinygroup.weblayer.impl 中的 类
tiny-filter的包装类
TinyFilterWrapper(TinyFilterConfigManager, TinyFilterManager) - 类 的构造方法org.tinygroup.weblayer.impl.TinyFilterWrapper
 
TinyHttpFilter - org.tinygroup.weblayer 中的 类
 
TinyHttpFilter() - 类 的构造方法org.tinygroup.weblayer.TinyHttpFilter
 
TinyItemFileObject - org.tinygroup.weblayer.webcontext.parser.fileupload 中的 类
功能说明:tinyfileitem格式的文件对象 开发人员: renhui
开发时间: 2014-1-3

TinyItemFileObject(TinyFileItem) - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject
 
TinyListenerConfigInfo - org.tinygroup.weblayer.config 中的 类
 
TinyListenerConfigInfo() - 类 的构造方法org.tinygroup.weblayer.config.TinyListenerConfigInfo
 
TinyListenerConfigInfos - org.tinygroup.weblayer.config 中的 类
 
TinyListenerConfigInfos() - 类 的构造方法org.tinygroup.weblayer.config.TinyListenerConfigInfos
 
TinyListenerConfigManager - org.tinygroup.weblayer.configmanager 中的 类
tiny listener处理器配置管理对象
TinyListenerConfigManager() - 类 的构造方法org.tinygroup.weblayer.configmanager.TinyListenerConfigManager
 
TinyListenerConfigManagerHolder - org.tinygroup.weblayer.configmanager 中的 类
TinyListenerConfigManager全局单实例
TinyListenerFileProcessor - org.tinygroup.weblayer.fileresolver 中的 类
搜索tinylistener的文件处理器
TinyListenerFileProcessor() - 类 的构造方法org.tinygroup.weblayer.fileresolver.TinyListenerFileProcessor
 
TinyListenerProcessor - org.tinygroup.weblayer.listener 中的 类
ServletListener的应用程序处理器
TinyListenerProcessor() - 类 的构造方法org.tinygroup.weblayer.listener.TinyListenerProcessor
 
TinyPathMatcher - org.tinygroup.weblayer.util 中的 类
功能说明: 开发人员: renhui
开发时间: 2013-5-15

TinyPathMatcher() - 类 的构造方法org.tinygroup.weblayer.util.TinyPathMatcher
 
TinyProcessor - org.tinygroup.weblayer 中的 接口
WebContext处理器,用于根据WebContext进行相关处理
tinyProcessorConfig - 类 中的变量org.tinygroup.weblayer.AbstractTinyProcessor
 
TinyProcessorConfig - org.tinygroup.weblayer 中的 接口
processor的配置对象
TinyProcessorConfigInfo - org.tinygroup.weblayer.config 中的 类
TinyProcessor的配置信息
TinyProcessorConfigInfo() - 类 的构造方法org.tinygroup.weblayer.config.TinyProcessorConfigInfo
 
TinyProcessorConfigInfos - org.tinygroup.weblayer.config 中的 类
TinyProcessor的配置信息
TinyProcessorConfigInfos() - 类 的构造方法org.tinygroup.weblayer.config.TinyProcessorConfigInfos
 
TinyProcessorConfigManager - org.tinygroup.weblayer.configmanager 中的 类
tiny processor处理器配置管理对象
TinyProcessorConfigManager() - 类 的构造方法org.tinygroup.weblayer.configmanager.TinyProcessorConfigManager
 
TinyProcessorFileProcessor - org.tinygroup.weblayer.fileresolver 中的 类
搜索tinyprocessor的文件处理器
TinyProcessorFileProcessor() - 类 的构造方法org.tinygroup.weblayer.fileresolver.TinyProcessorFileProcessor
 
TinyProcessorManager - org.tinygroup.weblayer 中的 接口
tiny servlet 处理器管理接口
TinyProcessorManagerImpl - org.tinygroup.weblayer.impl 中的 类
tiny servlet处理器管理接口的默认实现
TinyProcessorManagerImpl() - 类 的构造方法org.tinygroup.weblayer.impl.TinyProcessorManagerImpl
 
TinyProcessorWapper - org.tinygroup.weblayer.tinyprocessor 中的 类
把Servlet包装成TinyProcessor
TinyProcessorWapper() - 类 的构造方法org.tinygroup.weblayer.tinyprocessor.TinyProcessorWapper
 
TinyRequestAttributeListener - org.tinygroup.weblayer.listener 中的 接口
实现顺序接口的ServletRequestAttributeListener
TinyRequestListener - org.tinygroup.weblayer.listener 中的 接口
实现顺序接口的ServletRequestListener
TinyServlet - org.tinygroup.weblayer.servlet 中的 类
TinyServlet入口
TinyServlet() - 类 的构造方法org.tinygroup.weblayer.servlet.TinyServlet
 
TinyServletConfig - org.tinygroup.weblayer.impl 中的 类
tiny框架中ServletConfig的实现
TinyServletConfig() - 类 的构造方法org.tinygroup.weblayer.impl.TinyServletConfig
 
TinyServletContext - org.tinygroup.weblayer.listener 中的 类
tiny框架 ServletContext实现
TinyServletContext(ServletContext) - 类 的构造方法org.tinygroup.weblayer.listener.TinyServletContext
 
TinyServletContextAttributeListener - org.tinygroup.weblayer.listener 中的 接口
实现顺序接口的ServletContextAttributeListener
TinyServletContextListener - org.tinygroup.weblayer.listener 中的 接口
实现顺序接口的ServletContextListener
TinySessionActivationListener - org.tinygroup.weblayer.listener 中的 接口
实现顺序接口的HttpSessionActivationListener
TinySessionAttributeListener - org.tinygroup.weblayer.listener 中的 接口
实现顺序接口的HttpSessionAttributeListener
TinySessionBindingListener - org.tinygroup.weblayer.listener 中的 接口
实现顺序接口的HttpSessionBindingListener
TinySessionListener - org.tinygroup.weblayer.listener 中的 接口
实现顺序接口的HttpSessionListener
TinyWebResourceManager - org.tinygroup.weblayer 中的 接口
tiny web资源管理器
TinyWrapperFilterConfig - org.tinygroup.weblayer.impl 中的 类
FilterConfig的tiny实现
TinyWrapperFilterConfig(TinyFilterConfigInfo) - 类 的构造方法org.tinygroup.weblayer.impl.TinyWrapperFilterConfig
 
TinyWrapperFilterConfigInfo - org.tinygroup.weblayer.config 中的 类
 
TinyWrapperFilterConfigInfo() - 类 的构造方法org.tinygroup.weblayer.config.TinyWrapperFilterConfigInfo
 
toQueryString() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ParameterParserImpl
将parameters重新组装成query string。
toQueryString() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ParameterParser
将parameters重新组装成query string。
toQueryString() - 类 中的方法org.tinygroup.weblayer.webcontext.util.QueryStringParser
 
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractRequestWrapper
取得字符串表示。
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractResponseWrapper
取得字符串表示。
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem
Returns a string representation of this object.
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
Returns a string representation of this object.
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.PropertyEditorRegistrarsSupport
 
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
转换成字符串。
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
取得字符串表示。
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.Flags
 
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition
 
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteRule
 
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution.Parameter
 
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution
 
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.session.encode.AbstractSerializationEncoder
 
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.impl.AesEncrypter
 
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.RandomIDGenerator
 
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionAttribute
 
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
 
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl
 
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.session.serializer.impl.JavaSerializer
 
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.session.serializer.impl.JsonConvertSerializer
 
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.AttributePattern
 
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfiguration.ConfigImpl
 
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
 
toString(ToStringBuilder.MapBuilder) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
 
toString(ToStringBuilder.MapBuilder) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.CookieStoreImpl
 
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.SimpleMemoryStoreImpl
 
toString(ToStringBuilder.MapBuilder) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.SingleValuedCookieStoreImpl
 
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleOverrider
 
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.SimpleWebContext
显示当前RequestContext的内容。
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.util.CookieSupport
生成set-cookie header的值,即使cookie value中包含非法值,也不会报错。
touch() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl
更新session的访问时间。
TwoPhaseCommitWebContext - org.tinygroup.weblayer.webcontext 中的 接口
扩展于WebContext,支持先提交headers,再提交全体内容。

U

UiEngineTinyProcessor - org.tinygroup.weblayer.tinyprocessor 中的 类
UI引擎处理css及js文件的合并并输出
UiEngineTinyProcessor() - 类 的构造方法org.tinygroup.weblayer.tinyprocessor.UiEngineTinyProcessor
 
UPLOAD_FAILED - 接口 中的静态变量org.tinygroup.weblayer.webcontext.parser.ParserWebContext
在parameters中表示upload失败,请求被忽略。
UPLOAD_SIZE_LIMIT_EXCEEDED - 接口 中的静态变量org.tinygroup.weblayer.webcontext.parser.ParserWebContext
在parameters中表示upload文件尺寸超过限制值,请求被忽略。
UploadConfiguration - org.tinygroup.weblayer.webcontext.parser.upload 中的 接口
定义UploadService的参数。
UploadedFileExtensionWhitelist - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
根据文件名后缀过滤上传文件。
UploadedFileExtensionWhitelist() - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.impl.UploadedFileExtensionWhitelist
 
UploadedFileFilter - org.tinygroup.weblayer.webcontext.parser.upload 中的 接口
过滤用户上传的文件。
UploadException - org.tinygroup.weblayer.webcontext.parser.exception 中的 异常
代表一个UploadService的异常。
UploadException() - 异常 的构造方法org.tinygroup.weblayer.webcontext.parser.exception.UploadException
创建一个异常。
UploadException(String) - 异常 的构造方法org.tinygroup.weblayer.webcontext.parser.exception.UploadException
创建一个异常。
UploadException(String, Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.parser.exception.UploadException
创建一个异常。
UploadException(Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.parser.exception.UploadException
创建一个异常。
UploadParameters - org.tinygroup.weblayer.webcontext.parser.upload 中的 类
multipart/form-data类型的HTTP请求参数上传
UploadParameters() - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
 
UploadService - org.tinygroup.weblayer.webcontext.parser.upload 中的 接口
用来处理multipart/form-data格式的HTTP POST请求,并将它们转换成form字段或文件。
UploadServiceImpl - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
这个service可以处理multipart/form-data格式的HTTP POST请求,并将它们转换成form字段或是文件。
UploadServiceImpl() - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
 
UploadSizeLimitExceededException - org.tinygroup.weblayer.webcontext.parser.exception 中的 异常
代表一个upload时,文件尽寸超过最大限制的异常。
UploadSizeLimitExceededException() - 异常 的构造方法org.tinygroup.weblayer.webcontext.parser.exception.UploadSizeLimitExceededException
创建一个异常。
UploadSizeLimitExceededException(String) - 异常 的构造方法org.tinygroup.weblayer.webcontext.parser.exception.UploadSizeLimitExceededException
创建一个异常。
UploadSizeLimitExceededException(String, Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.parser.exception.UploadSizeLimitExceededException
创建一个异常。
UploadSizeLimitExceededException(Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.parser.exception.UploadSizeLimitExceededException
创建一个异常。
URL_CASE_FOLDING_LOWER - 接口 中的静态变量org.tinygroup.weblayer.webcontext.parser.ParserWebContext
配置文件属性可选项:将parameters和cookies的名称转换成小写。
URL_CASE_FOLDING_LOWER_WITH_UNDERSCORES - 接口 中的静态变量org.tinygroup.weblayer.webcontext.parser.ParserWebContext
配置文件属性可选项:将parameters和cookies的名称转换成小写加下划线。
URL_CASE_FOLDING_NONE - 接口 中的静态变量org.tinygroup.weblayer.webcontext.parser.ParserWebContext
配置文件属性可选项:不对parameters和cookies的名称进行大小写转换。
URL_CASE_FOLDING_UPPER - 接口 中的静态变量org.tinygroup.weblayer.webcontext.parser.ParserWebContext
配置文件属性可选项:将parameters和cookies的名称转换成大写。
URL_CASE_FOLDING_UPPER_WITH_UNDERSCORES - 接口 中的静态变量org.tinygroup.weblayer.webcontext.parser.ParserWebContext
配置文件属性可选项:将parameters和cookies的名称转换成大写加下划线。
URL_ENCODE_ENABLED_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.session.SessionConfig.IdConfig
 
URL_ENCODE_NAME_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.session.SessionConfig.UrlEncodeConfig
 
UrlNormalizer - org.tinygroup.weblayer.webcontext.rewrite.impl 中的 类
替换处理程序,可用来规格化URL,使后续的rewrite配置更统一。
UrlNormalizer() - 类 的构造方法org.tinygroup.weblayer.webcontext.rewrite.impl.UrlNormalizer
 
UUIDGenerator - org.tinygroup.weblayer.webcontext.session.impl 中的 类
 
UUIDGenerator() - 类 的构造方法org.tinygroup.weblayer.webcontext.session.impl.UUIDGenerator
 

V

vAllowed - 类 中的变量org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter
set of allowed html elements, along with allowed attributes for each element *
vAllowedEntities - 类 中的变量org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter
entities allowed within html markup *
vAllowedProtocols - 类 中的变量org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter
allowed protocols *
valueBound(HttpSessionBindingEvent) - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultSessionBindingListener
 
valueFilter(String, WebContext) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParamValueDecryptFilter
 
valueFilter(String, WebContext) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParamValueEncryptFilter
 
valueFilter(String, WebContext) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.upload.ParamValueFilter
参数过滤方法
ValueList - org.tinygroup.weblayer.webcontext.parser.valueparser 中的 接口
代表一个值的列表。
ValueListSupport - org.tinygroup.weblayer.webcontext.parser.valueparser.impl 中的 类
代表一个值的列表。
ValueListSupport(TypeConverter, boolean) - 类 的构造方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
 
ValueParser - org.tinygroup.weblayer.webcontext.parser.valueparser 中的 接口
代表一个解析器,用来取得HTTP请求中的参数和cookies。
valueUnbound(HttpSessionBindingEvent) - 类 中的方法org.tinygroup.weblayer.listener.impl.DefaultSessionBindingListener
 
vDeniedTags - 类 中的变量org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter
set of denied html elements *
View - org.tinygroup.weblayer.mvc.annotation 中的 注释类型
 
vNeedClosingTags - 类 中的变量org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter
html elements which must always have separate opening and closing tags (e.g.
vProtocolAtts - 类 中的变量org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter
attributes which should be checked for valid protocols *
vRemoveBlanks - 类 中的变量org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter
tags which should be removed if they contain no content (e.g.
vSelfClosingTags - 类 中的变量org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter
html elements which must always be self-closing (e.g.

W

WebContext - org.tinygroup.weblayer 中的 接口
功能说明:定义web上下文接口 开发人员: renhui
开发时间: 2013-4-28

webContext - 类 中的变量org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
 
WebContextAware - org.tinygroup.weblayer.mvc 中的 接口
功能说明:webcontext的适配接口 开发人员: renhui
开发时间: 2013-4-24

WebContextException - org.tinygroup.weblayer.webcontext 中的 异常
代表一个通用web context中发生的异常。
WebContextException() - 异常 的构造方法org.tinygroup.weblayer.webcontext.WebContextException
创建一个异常。
WebContextException(String) - 异常 的构造方法org.tinygroup.weblayer.webcontext.WebContextException
创建一个异常。
WebContextException(String, Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.WebContextException
创建一个异常。
WebContextException(Throwable) - 异常 的构造方法org.tinygroup.weblayer.webcontext.WebContextException
创建一个异常。
WebContextFactory<R extends WebContext> - org.tinygroup.weblayer.webcontextfactory 中的 接口
对WebContext进行包装,产生新的包装后的WebContext
WebContextImpl - org.tinygroup.weblayer.impl 中的 类
web上下文接口实现
WebContextImpl() - 类 的构造方法org.tinygroup.weblayer.impl.WebContextImpl
 
WebContextImpl(WebContext) - 类 的构造方法org.tinygroup.weblayer.impl.WebContextImpl
 
WebContextLifecycleInterceptor - org.tinygroup.weblayer.webcontext.basic.interceptor 中的 接口
拦截“预处理(prepare)”和“提交(commit)”事件。
WebContextProcessor - org.tinygroup.weblayer 中的 接口
WebContext处理器,用于根据WebContext进行相关处理
WebContextUtil - org.tinygroup.weblayer.webcontext.util 中的 类
WebContext相关的辅助类。
WebContextUtil() - 类 的构造方法org.tinygroup.weblayer.webcontext.util.WebContextUtil
 
WebExceptionHandler - org.tinygroup.weblayer.exceptionhandler 中的 接口
功能说明:页面异常处理流程接口

开发人员: renhui
开发时间: 2013-9-22

WebExceptionHandlerManager - org.tinygroup.weblayer.exceptionhandler 中的 接口
功能说明:web异常处理管理接口 开发人员: renhui
开发时间: 2013-9-22

WebExceptionHandlerManagerImpl - org.tinygroup.weblayer.exceptionhandler.impl 中的 类
功能说明:web异常处理管理接口实现 开发人员: renhui
开发时间: 2013-9-22

WebExceptionHandlerManagerImpl() - 类 的构造方法org.tinygroup.weblayer.exceptionhandler.impl.WebExceptionHandlerManagerImpl
 
WebExceptionProcessor - org.tinygroup.weblayer.exceptionhandler 中的 类
功能说明:页面异常处理配置信息加载类 开发人员: renhui
开发时间: 2013-9-22

WebExceptionProcessor() - 类 的构造方法org.tinygroup.weblayer.exceptionhandler.WebExceptionProcessor
 
wrapContext(WebContext) - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
 
wrapContext(WebContext) - 接口 中的方法org.tinygroup.weblayer.webcontextfactory.WebContextFactory
获取包装的webcontext
write(int) - 类 中的方法org.tinygroup.weblayer.filter.gzip.CacheResponseStream
 
write(byte[]) - 类 中的方法org.tinygroup.weblayer.filter.gzip.CacheResponseStream
 
write(byte[], int, int) - 类 中的方法org.tinygroup.weblayer.filter.gzip.CacheResponseStream
 
write(int) - 类 中的方法org.tinygroup.weblayer.filter.gzip.GZIPResponseStream
 
write(byte[]) - 类 中的方法org.tinygroup.weblayer.filter.gzip.GZIPResponseStream
 
write(byte[], int, int) - 类 中的方法org.tinygroup.weblayer.filter.gzip.GZIPResponseStream
 
write(File) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem
 
write(File) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
A convenience method to write an uploaded item to disk.
writeCookie(HttpServletResponse, String, String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
向response中写入cookie。
writeInvalidAttribute(String, Object) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.AbstractSessionAttributeAccessController
 
writeInvalidAttribute(String, Object) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionAttributeWhitelist
 
writer - 类 中的变量org.tinygroup.weblayer.filter.gzip.CacheResponseWrapper
 
writer - 类 中的变量org.tinygroup.weblayer.filter.gzip.GZIPResponseWrapper
 
writeTo(OutputStream) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.fileupload.DeferredByteOutputStream
Writes the data from this output stream to the specified output stream, after it has been closed.

X

XSTEAM_PACKAGE_NAME - 接口 中的静态变量org.tinygroup.weblayer.TinyProcessorManager
 
A B C D E F G H I J K L M N O P Q R S T U V W X 

Copyright © 2006–2015 TinyGroup. All rights reserved.