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.
AbstractHandlerMapping - org.tinygroup.weblayer.mvc.handlermapping中的类
功能说明: 抽象的handlermapping 系统版本: v1.0
开发人员: 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
 
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中的类
功能说明:抽象的包装上下文,类属性值都是从被包装的上下文对象中获得 系统版本: v1.0
开发人员: renhui
开发时间: 2013-4-28
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
AbstractWebContextWrapper() - 类 的构造器org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
 
AbstractWebContextWrapper(WebContext) - 类 的构造器org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
 
acceptClassLoader(ClassLoader) - 类 中的静态方法org.tinygroup.weblayer.webcontext.parser.util.CachedIntrospectionResults
Accept the given ClassLoader as cache-safe, even if its classes would not qualify as cache-safe in this CachedIntrospectionResults class.
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
 
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
 
addHeader(String, String) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
 
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中的类
功能说明: 注解方式处理类 系统版本: v1.0
开发人员: 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
 
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状态。

B

BasicResponseImpl - org.tinygroup.weblayer.webcontext.basic.response中的类
包裹HttpServletResponse,使之具备: Header的安全性:过滤CRLF。
BasicResponseImpl(WebContext, HttpServletResponse, Object[]) - 类 的构造器org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
 
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
 
BeanWrapperImpl - org.tinygroup.weblayer.webcontext.parser.util中的类
Default BeanWrapper implementation that should be sufficient for all typical use cases.
BeanWrapperImpl() - 类 的构造器org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
Create new empty BeanWrapperImpl.
BeanWrapperImpl(boolean) - 类 的构造器org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
Create new empty BeanWrapperImpl.
BeanWrapperImpl(Object) - 类 的构造器org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
Create new BeanWrapperImpl for the given object.
BeanWrapperImpl(Class) - 类 的构造器org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
Create new BeanWrapperImpl, wrapping a new instance of the specified class.
BeanWrapperImpl(Object, String, Object) - 类 的构造器org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
Create new BeanWrapperImpl for the given object, registering a nested path that the object is in.
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
创建一个异常。
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
 

C

CachedIntrospectionResults - org.tinygroup.weblayer.webcontext.parser.util中的类
Internal class that caches JavaBeans PropertyDescriptor information for a Java class.
CacheStore - org.tinygroup.weblayer.webcontext.session.store.impl中的类
功能说明: session 保存在缓存中的实现方案 系统版本: v1.0
开发人员: renhui
开发时间: 2013-5-28
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
CacheStore() - 类 的构造器org.tinygroup.weblayer.webcontext.session.store.impl.CacheStore
 
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
 
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。
clearClassLoader(ClassLoader) - 类 中的静态方法org.tinygroup.weblayer.webcontext.parser.util.CachedIntrospectionResults
Clear the introspection cache for the given ClassLoader, removing the introspection results for all classes underneath that ClassLoader, and deregistering the ClassLoader (and any of its children) from the acceptance list.
clearSessionIDFromCookie() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl
将session ID从Cookie中删除。
clone() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl
 
combine(String, String) - 类 中的方法org.tinygroup.weblayer.util.TinyPathMatcher
Combines two patterns into a new pattern that is returned.
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.CacheStore
 
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
 
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
 
contextInitialized(ServletContextEvent) - 类 中的方法org.tinygroup.weblayer.ApplicationStartupListener
 
Controller - org.tinygroup.weblayer.mvc.annotation中的注释类型
 
ControllerAnnotationAction - org.tinygroup.weblayer.mvc.annotationaction中的类
功能说明:在类注解上发现控制层@Controller,并在方法上发现@RequestMapping时,进行的逻辑处理类 系统版本: v1.0
开发人员: 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
 
convertForProperty(Object, String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
Convert the given value for the specified property to the latter's type.
convertIfNecessary(Object, Class, MethodParameter) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
 
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.impl.DiskFileItemFactory
 
createServletXmlNode(String, Map<String, String>, Set<String>) - 类 中的静态方法org.tinygroup.weblayer.util.TinyConfigUtil
 
currentExcuteFilterName() - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterChain
 
CustomDateRegistrar - org.tinygroup.weblayer.webcontext.parser.propertyedit中的类
 
CustomDateRegistrar() - 类 的构造器org.tinygroup.weblayer.webcontext.parser.propertyedit.CustomDateRegistrar
 

D

DataSouceTinyFilter - org.tinygroup.weblayer.impl中的类
 
DataSouceTinyFilter() - 类 的构造器org.tinygroup.weblayer.impl.DataSouceTinyFilter
 
decode(String, SessionStore.StoreContext) - 类 中的方法org.tinygroup.weblayer.webcontext.session.encode.AbstractSerializationEncoder
解码。
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.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_POOL_SIZE - 类 中的静态变量org.tinygroup.weblayer.webcontext.session.encrypter.AbstractJceEncrypter
 
DefaultWebContext - org.tinygroup.weblayer.webcontext中的类
功能说明:默认的上下文实现,如果filter没有自定义增强上下文的对象,那么就返回此对象 系统版本: v1.0
开发人员: renhui
开发时间: 2013-7-1
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
DefaultWebContext() - 类 的构造器org.tinygroup.weblayer.webcontext.DefaultWebContext
 
DefaultWebContext(WebContext) - 类 的构造器org.tinygroup.weblayer.webcontext.DefaultWebContext
 
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.Serializer
 
destory() - 类 中的方法org.tinygroup.weblayer.AbstractTinyProcessor
 
destory() - 接口 中的方法org.tinygroup.weblayer.TinyProcessor
tinyprocessor的销毁操作
destory() - 类 中的方法org.tinygroup.weblayer.tinyprocessor.TinyProcessorWapper
 
destoryTinyFilter() - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
 
destoryTinyFilter() - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterWrapper
 
destoryTinyFilter() - 接口 中的方法org.tinygroup.weblayer.TinyFilter
销毁tinyFilter
destoryTinyResources() - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterManagerImpl
 
destoryTinyResources() - 类 中的方法org.tinygroup.weblayer.impl.TinyProcessorManagerImpl
 
destoryTinyResources() - 接口 中的方法org.tinygroup.weblayer.TinyWebResourceManager
tiny资源销毁(servlet或filter)
destroy() - 类 中的方法org.tinygroup.weblayer.impl.EncodeingHttpFilter
 
destroy() - 类 中的方法org.tinygroup.weblayer.servlet.TinyServlet
 
destroy() - 类 中的方法org.tinygroup.weblayer.TinyHttpFilter
 
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, 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
简单值不压缩,取得的字符串较短。
doExecute(Context) - 类 中的方法org.tinygroup.weblayer.flow.FullContextUrlRedirect
 
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
 
doTypeConversionIfNecessary(Object, Class) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
已过时。
in favor of convertIfNecessary
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.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.webcontext.parser.upload.UploadParameters
 
ExactMatchesOnlySessionStore - org.tinygroup.weblayer.webcontext.session中的接口
一个SessionStore,只接受精确匹配的attribute names。
execute(Context) - 类 中的方法org.tinygroup.weblayer.fc.Forward
 
execute(Context) - 类 中的方法org.tinygroup.weblayer.fc.Redirect
 
execute(Context) - 类 中的方法org.tinygroup.weblayer.flow.FullContextUrlRedirect
 
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处理器进行逻辑处理
existFilterWrapper() - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterManagerImpl
 
existFilterWrapper() - 接口 中的方法org.tinygroup.weblayer.TinyFilterManager
是不是filter包装模式,配置的tiny-filter是否实现了FilterWrapper接口如果是,则采用fiter包装方式来处理
existNode(String, XmlNode) - 类 中的静态方法org.tinygroup.weblayer.util.ParserXmlNodeUtil
是否存在指定节点名称
expand(String, HttpServletRequest) - 类 中的静态方法org.tinygroup.weblayer.webcontext.rewrite.RewriteUtil
展开变量。

F

FILE_SIZE_MAX_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.parser.upload.UploadConfiguration
默认值:单个文件允许的最大尺寸,超过此尺寸的请求将被抛弃。
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中的接口
功能说明: 上传文件命名接口 系统版本: v1.0
开发人员: 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.TinyFilterConfig
 
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
 
FlowServlet - org.tinygroup.weblayer.servlet中的类
 
FlowServlet() - 类 的构造器org.tinygroup.weblayer.servlet.FlowServlet
 
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
 
Forward - org.tinygroup.weblayer.fc中的类
功能说明: 请求转发组件
开发时间: 2013-5-2
功能描述: 用于Forward到指定的URL
Forward() - 类 的构造器org.tinygroup.weblayer.fc.Forward
 
FullContextUrlRedirect - org.tinygroup.weblayer.flow中的类
 
FullContextUrlRedirect() - 类 的构造器org.tinygroup.weblayer.flow.FullContextUrlRedirect
 
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.webcontext.AbstractWebContextWrapper
改写get方法,使得可以从父环境中查找,同时,也可以从子环境中查找 先找自己,再找子,再找父
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.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
 
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.CacheStore
 
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
 
getAttributeValue(String, XmlNode) - 类 中的静态方法org.tinygroup.weblayer.util.ParserXmlNodeUtil
 
getAttributeValueWithSubNode(String, String, XmlNode) - 类 中的静态方法org.tinygroup.weblayer.util.ParserXmlNodeUtil
 
getBaseURL(HttpServletRequest) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServletUtil
取得request请求的基准URL。
getBeanWrapperForPropertyPath(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
Recursively navigate to return a BeanWrapper for the nested property path.
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
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
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
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
getCache() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.CacheStore
 
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.impl.AbstractFileItem
取得当前field的字符集编码。
getCharset() - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder
 
getChild(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
 
getChild(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
 
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
 
getConditionFlags() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition
 
getConfig() - 类 中的方法org.tinygroup.weblayer.filter.SessionTinyFilter
 
getConfiguration() - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
 
getConfiguration() - 类 中的方法org.tinygroup.weblayer.AbstractTinyProcessor
 
getConfiguration() - 类 中的方法org.tinygroup.weblayer.listener.TinyListenerApplicationProcessor
 
getContentType() - 类 中的方法org.tinygroup.weblayer.impl.EncodeingHttpFilter
 
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
 
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。
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.filter.SessionTinyFilter.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.filter.SessionTinyFilter.AttributePattern
创建精确匹配,匹配名称完全相同的attribute names。
getExecute() - 类 中的方法org.tinygroup.weblayer.tinyprocessor.MvcTinyProcessor
 
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.impl.AbstractFileItem
Returns the name of the field in the multipart form corresponding to this file item.
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
 
getFilterName() - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterConfig
 
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强制作废期限(秒)。
getFormat() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.propertyedit.CustomDateRegistrar
 
getFromWrapperContext(String, WebContext) - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
 
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.webcontext.session.impl.SessionImpl
取得session ID。
getId() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig
取得session ID的配置。
getIdCookieConfig() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
 
getInitParam(XmlNode) - 类 中的静态方法org.tinygroup.weblayer.util.TinyConfigUtil
 
getInitParameter(String) - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterConfig
 
getInitParameter(String) - 类 中的方法org.tinygroup.weblayer.impl.TinyServletConfig
 
getInitParameter(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
getInitParameterNames() - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterConfig
 
getInitParameterNames() - 类 中的方法org.tinygroup.weblayer.impl.TinyServletConfig
 
getInitParameterNames() - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
getInitParamMap() - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
 
getInitParamMap() - 类 中的方法org.tinygroup.weblayer.AbstractTinyProcessor
 
getInputCharset() - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleOverrider
 
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
 
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
 
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.impl.FileObjectInDisk
 
getLastModifiedTime() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
 
getLength() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.RandomIDGenerator
 
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
 
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.SessionModel
取得session的最大不活动期限,超过此时间,session就会失效。
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中被保存的键值。
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
 
getNestedPath() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
Return the nested path of the object wrapped by this BeanWrapper.
getNodeName() - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
 
getNodeName() - 类 中的方法org.tinygroup.weblayer.AbstractTinyProcessor
 
getNodeName() - 类 中的方法org.tinygroup.weblayer.listener.TinyListenerApplicationProcessor
 
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
取得指定参数的所有值。
getOriginalPropertyValue() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.PropertyValue
Return the original PropertyValue instance for this value holder.
getOutputCharset() - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleOverrider
 
getOutputStream() - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl
取得输出流。
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
 
getParameters() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
取得所有query参数。
getParameters() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.ParserWebContext
取得所有query参数。
getParameters() - 接口 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitutionContext
 
getParent() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
 
getParent() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
 
getParserWebContext() - 接口 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitutionContext
 
getPath() - 类 中的方法org.tinygroup.weblayer.fc.Forward
 
getPath() - 类 中的方法org.tinygroup.weblayer.fc.Redirect
 
getPath() - 类 中的方法org.tinygroup.weblayer.flow.FullContextUrlRedirect
 
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.filter.SessionTinyFilter.AttributePattern
 
getPattern() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteRule
 
getPatternName() - 类 中的方法org.tinygroup.weblayer.filter.SessionTinyFilter.AttributePattern
 
getPatterns() - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
 
getPatterns() - 类 中的方法org.tinygroup.weblayer.AbstractTinyProcessor
 
getPoolSize() - 类 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.AbstractJceEncrypter
 
getPropertyDescriptor(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
 
getPropertyDescriptorInternal(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
Internal version of BeanWrapperImpl.getPropertyDescriptor(java.lang.String): Returns null if not found rather than throwing an exception.
getPropertyDescriptors() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
 
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注册器。
getPropertyType(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
 
getPropertyValue(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
 
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.filter.SessionTinyFilter.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
 
getRequestDispatcher(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
getRequestedSessionID() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl
取得当前的session ID。
getRequestId(HttpServletRequest) - 类 中的方法org.tinygroup.weblayer.servlet.FlowServlet
 
getRequestId(String) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.LogicFlowTinyProcessor
 
getRequestId(String) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.PageFlowTinyProcessor
 
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
 
getRootClass() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
Return the class of the root object at the top of the path of this BeanWrapper.
getRootInstance() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
Return the root object at the top of the path of this BeanWrapper.
getSchemaProvider() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
 
getSchemaProvider() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
 
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。
getServletContext() - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterConfig
 
getServletContext() - 类 中的方法org.tinygroup.weblayer.impl.TinyServletConfig
 
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。
getServletContextName() - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
getServletMapping(XmlNode) - 类 中的静态方法org.tinygroup.weblayer.util.TinyConfigUtil
 
getServletName() - 类 中的方法org.tinygroup.weblayer.impl.TinyServletConfig
 
getServletNames() - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
getServletPath() - 类 中的方法org.tinygroup.weblayer.TinyFilterHandler
 
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的所有值。
getSessionConfig() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl
取得SessionConfig实例。
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。
getSessionModel() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
取得当前的model。
getSessionModelEncoders() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig
取得model encoders。
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.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。
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。
getStoreName() - 类 中的方法org.tinygroup.weblayer.filter.SessionTinyFilter.AttributePattern
 
getStoreName() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionAttribute
取得store名称。
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。
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
 
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
 
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.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
 
getUrlPatterns() - 类 中的方法org.tinygroup.weblayer.mvc.MappingMethodModel
 
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对象。
getWrappedClass() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
 
getWrappedInstance() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
 
getWrappedWebContext() - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
 
getWrappedWebContext(String) - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
 
getWrappedWebContext() - 接口 中的方法org.tinygroup.weblayer.WebContext
获取包装的WebContext
getWriter() - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl
取得输出字符流。

H

HandlerExecutionChain - org.tinygroup.weblayer.mvc中的类
功能说明: 根据http请求获取本次请求的处理相关对象 系统版本: v1.0
开发人员: renhui
开发时间: 2013-4-22
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
HandlerExecutionChain(MappingClassModel, MappingMethodModel) - 类 的构造器org.tinygroup.weblayer.mvc.HandlerExecutionChain
 
HandlerMapping - org.tinygroup.weblayer.mvc中的接口
请求与处理对象之间的映射接口 功能说明: 系统版本: v1.0
开发人员: 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
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() - 类 中的方法org.tinygroup.weblayer.AbstractTinyProcessor
加载节点配置信息,存入对象中
init() - 类 中的方法org.tinygroup.weblayer.flow.FullContextUrlRedirect
 
init(FilterConfig) - 类 中的方法org.tinygroup.weblayer.impl.EncodeingHttpFilter
 
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.FlowServlet
 
init() - 类 中的方法org.tinygroup.weblayer.servlet.FullContextUrlRedirectServlet
 
init() - 类 中的方法org.tinygroup.weblayer.servlet.TinyServlet
 
init(ServletConfig) - 类 中的方法org.tinygroup.weblayer.servlet.TinyServlet
 
init(ServletConfig) - 类 中的方法org.tinygroup.weblayer.servlet.VelocityLayoutViewServlet
 
init(FilterConfig) - 类 中的方法org.tinygroup.weblayer.TinyHttpFilter
 
init() - 类 中的方法org.tinygroup.weblayer.tinyprocessor.FullContextUrlRedirectTinyProcessor
 
init() - 接口 中的方法org.tinygroup.weblayer.TinyProcessor
tinyprocessor的初始化操作
init() - 类 中的方法org.tinygroup.weblayer.tinyprocessor.MvcTinyProcessor
 
init() - 类 中的方法org.tinygroup.weblayer.tinyprocessor.TinyProcessorWapper
 
init() - 类 中的方法org.tinygroup.weblayer.tinyprocessor.VelocityLayoutViewTinyProcessor
 
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(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.CacheStore
 
init(String, SessionConfig) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.CacheStore
 
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
 
initTinyFilter() - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
 
initTinyFilter() - 类 中的方法org.tinygroup.weblayer.filter.BasicTinyFilter
 
initTinyFilter() - 类 中的方法org.tinygroup.weblayer.filter.BufferedTinyFilter
 
initTinyFilter() - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
 
initTinyFilter() - 类 中的方法org.tinygroup.weblayer.filter.RewriteTinyFilter
 
initTinyFilter() - 类 中的方法org.tinygroup.weblayer.filter.SessionTinyFilter
初始化factory。
initTinyFilter() - 类 中的方法org.tinygroup.weblayer.filter.SetLocaleTinyFilter
 
initTinyFilter() - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterWrapper
 
initTinyFilter() - 接口 中的方法org.tinygroup.weblayer.TinyFilter
初始化tinyFilter
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.CacheStore
 
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作废。
isAutoGrowNestedPaths() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
If this BeanWrapper should "auto grow" nested paths.
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.filter.SessionTinyFilter.AttributePattern
 
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.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有没有过期。
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.impl.FileObjectInDisk
 
isFolder() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
 
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.impl.AbstractFileItem
Provides a hint as to whether or not the file contents will be read from memory.
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。
isMatch(String) - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
 
isMatch(String) - 类 中的方法org.tinygroup.weblayer.AbstractTinyProcessor
 
isMatch(FileObject) - 类 中的方法org.tinygroup.weblayer.fileresolver.TinyFilterFileProcessor
 
isMatch(FileObject) - 类 中的方法org.tinygroup.weblayer.fileresolver.TinyProcessorFileProcessor
 
isMatch(String) - 接口 中的方法org.tinygroup.weblayer.TinyFilter
是否匹配
isMatch(String) - 接口 中的方法org.tinygroup.weblayer.TinyProcessor
判断url是否匹配,如果匹配,返回True
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是否为前缀映射。
isReadableProperty(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
 
isRedirected() - 类 中的方法org.tinygroup.weblayer.webcontext.lazycommit.impl.LazyCommitWebContextImpl
判断当前请求是否已被重定向。
isRedirected() - 接口 中的方法org.tinygroup.weblayer.webcontext.lazycommit.LazyCommitWebContext
判断当前请求是否已被重定向。
isRegexPattern() - 类 中的方法org.tinygroup.weblayer.filter.SessionTinyFilter.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是否仍然合法。
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
 
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。
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
isWritableProperty(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
 
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
 

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

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对象。
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.CacheStore
 
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.webcontext.parser.valueparser.AbstractValueParser
 
LogicFlowTinyProcessor - org.tinygroup.weblayer.tinyprocessor中的类
逻辑流flow-processor
LogicFlowTinyProcessor() - 类 的构造器org.tinygroup.weblayer.tinyprocessor.LogicFlowTinyProcessor
 

M

MappedValuesEncoder - org.tinygroup.weblayer.webcontext.session.valueencode.impl中的类
将一个Map编码成字符串,或反之。
MappedValuesEncoder() - 类 的构造器org.tinygroup.weblayer.webcontext.session.valueencode.impl.MappedValuesEncoder
 
MappingClassModel - org.tinygroup.weblayer.mvc中的类
功能说明:保存请求路径映射信息的实体类 系统版本: v1.0
开发人员: 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中的接口
功能说明: 请求映射的执行接口 系统版本: v1.0
开发人员: renhui
开发时间: 2013-4-23
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
MappingModelExecuteImpl - org.tinygroup.weblayer.mvc.impl中的类
功能说明: 请求映射的执行接口的默认实现 系统版本: v1.0
开发人员: renhui
开发时间: 2013-4-24
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
MappingModelExecuteImpl() - 类 的构造器org.tinygroup.weblayer.mvc.impl.MappingModelExecuteImpl
 
MappingModelManager - org.tinygroup.weblayer.mvc中的接口
功能说明: MappingModel的管理接口 系统版本: v1.0
开发人员: 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 系统版本: v1.0
开发人员: renhui
开发时间: 2013-4-23
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
MvcTinyProcessor() - 类 的构造器org.tinygroup.weblayer.tinyprocessor.MvcTinyProcessor
 

N

newInstance(String, long, long, int) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionModel.Factory
 
newNestedBeanWrapper(Object, String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
Create a new nested BeanWrapper instance.
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.fc - 程序包 org.tinygroup.weblayer.fc
 
org.tinygroup.weblayer.fileresolver - 程序包 org.tinygroup.weblayer.fileresolver
 
org.tinygroup.weblayer.filter - 程序包 org.tinygroup.weblayer.filter
 
org.tinygroup.weblayer.flow - 程序包 org.tinygroup.weblayer.flow
 
org.tinygroup.weblayer.impl - 程序包 org.tinygroup.weblayer.impl
 
org.tinygroup.weblayer.listener - 程序包 org.tinygroup.weblayer.listener
 
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.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.util - 程序包 org.tinygroup.weblayer.webcontext.parser.util
 
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
 
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
 
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中的接口
过滤用户输入的参数值。
parse(String) - 类 中的方法org.tinygroup.weblayer.webcontext.util.QueryStringParser
解析query string。
parseConfigToArray(String, XmlNode, Class<T>) - 类 中的静态方法org.tinygroup.weblayer.util.ParserXmlNodeUtil
 
parseConfigToArray(String, XmlNode, Class<T>, String...) - 类 中的静态方法org.tinygroup.weblayer.util.ParserXmlNodeUtil
 
parseConfigToArray(String, String, XmlNode, Class<T>) - 类 中的静态方法org.tinygroup.weblayer.util.ParserXmlNodeUtil
 
parseConfigToMap(String, String, XmlNode, Class<T>) - 类 中的静态方法org.tinygroup.weblayer.util.ParserXmlNodeUtil
 
parseConfigToMap(String, String, String, XmlNode) - 类 中的静态方法org.tinygroup.weblayer.util.ParserXmlNodeUtil
 
parseConfigToObject(String, XmlNode, Class<T>) - 类 中的静态方法org.tinygroup.weblayer.util.ParserXmlNodeUtil
 
parseConfigToObject(String, String, XmlNode, Class<T>, String...) - 类 中的静态方法org.tinygroup.weblayer.util.ParserXmlNodeUtil
 
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(XmlNode) - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
解析额外节点配置信息
parserExtraConfig(XmlNode) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
 
parserExtraConfig(XmlNode) - 类 中的方法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对象。
ParserXmlNodeUtil - org.tinygroup.weblayer.util中的类
功能说明: 解析xmlnode的工具类 系统版本: v1.0
开发人员: renhui
开发时间: 2013-5-6
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
ParserXmlNodeUtil() - 类 的构造器org.tinygroup.weblayer.util.ParserXmlNodeUtil
 
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.filter.SessionTinyFilter.AttributePattern
 
patternName - 类 中的变量org.tinygroup.weblayer.filter.SessionTinyFilter.AttributePattern
 
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.AbstractTinyFilter
 
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.impl.DataSouceTinyFilter
 
postProcess(WebContext) - 类 中的方法org.tinygroup.weblayer.impl.ResponseZip
 
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.AbstractTinyFilter
 
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.impl.DataSouceTinyFilter
 
preProcess(WebContext) - 类 中的方法org.tinygroup.weblayer.impl.ResponseZip
 
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(ClassLoader) - 类 中的方法org.tinygroup.weblayer.fileresolver.TinyFilterFileProcessor
 
process() - 类 中的方法org.tinygroup.weblayer.fileresolver.TinyProcessorFileProcessor
 
process(ClassLoader) - 类 中的方法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
处理
PropertyEditorRegistrarsSupport - org.tinygroup.weblayer.webcontext.parser.impl中的类
代表一个property editor registrar的集合,然而它本身也是一个 PropertyEditorRegistrar
PropertyEditorRegistrarsSupport() - 类 的构造器org.tinygroup.weblayer.webcontext.parser.impl.PropertyEditorRegistrarsSupport
 
PropertyValue - org.tinygroup.weblayer.webcontext.parser.util中的类
Object to hold information and value for an individual bean property.
PropertyValue(String, Object) - 类 的构造器org.tinygroup.weblayer.webcontext.parser.util.PropertyValue
Create a new PropertyValue instance.
PropertyValue(PropertyValue) - 类 的构造器org.tinygroup.weblayer.webcontext.parser.util.PropertyValue
Copy constructor.
PropertyValue(PropertyValue, Object) - 类 的构造器org.tinygroup.weblayer.webcontext.parser.util.PropertyValue
Constructor that exposes a new value for an original value holder.
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.LogicFlowTinyProcessor
 
reallyProcess(String, WebContext) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.MvcTinyProcessor
 
reallyProcess(String, WebContext) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.PageFlowTinyProcessor
 
reallyProcess(String, WebContext) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.TinyProcessorWapper
 
reallyProcess(String, WebContext) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.VelocityLayoutViewTinyProcessor
 
Redirect - org.tinygroup.weblayer.fc中的类
功能说明:重定向组件 开发时间: 2013-5-2
功能描述: 用于重定向到新的页面,这个是通过浏览器实现的重定向
Redirect() - 类 的构造器org.tinygroup.weblayer.fc.Redirect
 
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。
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
对上传过来的本地文件进行重新命名,返回的是重新命名后的文件全路径
RequestMapping - org.tinygroup.weblayer.mvc.annotation中的注释类型
功能说明: 系统版本: v1.0
开发人员: renhui
开发时间: 2013-4-22
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
reset() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl
 
resetBuffer() - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl
清除所有buffers,常用于显示出错信息。
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
 
ResponseZip - org.tinygroup.weblayer.impl中的类
对内容进行压缩
ResponseZip() - 类 的构造器org.tinygroup.weblayer.impl.ResponseZip
 
returnCipher(int, Cipher) - 类 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.AbstractJceEncrypter
 
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
 
RewriteContext - org.tinygroup.weblayer.webcontext.rewrite中的接口
代表一个rewrite上下文信息。
RewriteFormatProvider - org.tinygroup.weblayer.webcontext.rewrite中的类
功能说明: 为url重写模块提供字符串替换实现 系统版本: v1.0
开发人员: 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.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.FlowServlet
 
service(HttpServletRequest, HttpServletResponse) - 类 中的方法org.tinygroup.weblayer.servlet.FullContextUrlRedirectServlet
 
service(HttpServletRequest, HttpServletResponse) - 类 中的方法org.tinygroup.weblayer.servlet.TinyServlet
 
service(HttpServletRequest, HttpServletResponse) - 类 中的方法org.tinygroup.weblayer.servlet.VelocityLayoutViewServlet
 
SERVLET_BEAN - 类 中的静态变量org.tinygroup.weblayer.impl.TinyServletConfig
 
ServletContextHolder - org.tinygroup.weblayer.listener中的类
 
ServletContextHolder() - 类 的构造器org.tinygroup.weblayer.listener.ServletContextHolder
 
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
 
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
 
ServletUtil - org.tinygroup.weblayer.webcontext.util中的类
有关servlet的小工具。
ServletUtil() - 类 的构造器org.tinygroup.weblayer.webcontext.util.ServletUtil
 
SESSION_ID_LENGTH_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.session.SessionIDGenerator
 
SESSION_KEY_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.setlocacle.SetLocaleWebContext
用来保存locale的session key的名称。
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属性读写操作时的拦截器
SessionAttributeWhitelist - org.tinygroup.weblayer.webcontext.session.impl中的类
用来控制session attributes的使用。
SessionAttributeWhitelist() - 类 的构造器org.tinygroup.weblayer.webcontext.session.impl.SessionAttributeWhitelist
 
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的配置。
sessionCreated(HttpSession) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionLifecycleLogger
 
sessionCreated(HttpSession) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionLifecycleListener
当session第一次被创建以后,被调用。
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
 
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
 
SessionTinyFilter.AttributePattern - org.tinygroup.weblayer.filter中的类
代表一个pattern的信息。
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
构造函数。
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.TinyListenerApplicationProcessor
 
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值。
setAutoGrowNestedPaths(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
If this BeanWrapper should "auto grow" nested paths.
setAutoUpload(boolean) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
 
setAutoUpload(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
是否自动执行Upload。
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中。
setCache(Cache) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.CacheStore
 
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.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
 
setCommitted(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.CommitMonitor
 
setConditions(RewriteCondition[]) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteRule
 
setConfigManager(TinyFiterConfigManager) - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterManagerImpl
 
setConfigManager(TinyProcessorConfigManager) - 类 中的方法org.tinygroup.weblayer.impl.TinyProcessorManagerImpl
 
setConfigManager(TinyFiterConfigManager) - 接口 中的方法org.tinygroup.weblayer.TinyFilterManager
设置web资源(servlet或filter)的配置管理接口
setConfigManager(TinyProcessorConfigManager) - 接口 中的方法org.tinygroup.weblayer.TinyProcessorManager
设置web资源(servlet或filter)的配置管理接口
setConfiguration(XmlNode) - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
 
setConfiguration(XmlNode) - 类 中的方法org.tinygroup.weblayer.AbstractTinyProcessor
 
setConfiguration(XmlNode) - 类 中的方法org.tinygroup.weblayer.listener.TinyListenerApplicationProcessor
 
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
 
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).
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
 
setDefaultLocale(Locale) - 类 中的方法org.tinygroup.weblayer.filter.SetLocaleTinyFilter
 
setDefaultLocale(Locale) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
 
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
 
setExtNames(List<String>) - 类 中的方法org.tinygroup.weblayer.impl.EncodeingHttpFilter
 
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
 
setFlags(String) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition
 
setFlags(String) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution
 
setFormat(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.propertyedit.CustomDateRegistrar
 
setFormField(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
Specifies whether or not a FileItem instance represents a simple form field.
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标记。
setInitParameter(String, String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
 
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
 
setIntrospectionClass(Class) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
Set the class to introspect.
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
 
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
 
setLocale(String) - 类 中的方法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
 
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就会失效。
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
 
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
 
setParent(FileObject) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
 
setParent(FileObject) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
 
setPath(String) - 类 中的方法org.tinygroup.weblayer.fc.Forward
 
setPath(String) - 类 中的方法org.tinygroup.weblayer.fc.Redirect
 
setPath(String) - 类 中的方法org.tinygroup.weblayer.flow.FullContextUrlRedirect
 
setPath(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitutionContext
 
setPath(String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
 
setPattern(String) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition
 
setPattern(String) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteRule
 
setPluginManager(PluginManager) - 类 中的方法org.tinygroup.weblayer.servlet.FlowServlet
 
setPluginManager(PluginManager) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.LogicFlowTinyProcessor
 
setPoolSize(int) - 类 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.AbstractJceEncrypter
 
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注册器。
setPropertyValue(String, Object) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
 
setPropertyValue(PropertyValue) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
 
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。
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
 
setServletContext(ServletContext) - 类 中的静态方法org.tinygroup.weblayer.listener.ServletContextHolder
 
setServletContext(ServletContext) - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
 
setServletContext(ServletContext) - 接口 中的方法org.tinygroup.weblayer.WebContext
设置servletContext对象
setSession(SessionImpl) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl
设置model所在的session。
setSessionKey(String) - 类 中的方法org.tinygroup.weblayer.filter.SetLocaleTinyFilter
 
setSessionKey(String) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
 
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
已过时。
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
 
setTest(String) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition
 
setTimeZone(String) - 类 中的方法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
 
setUnescapeParameters(boolean) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
 
setUnescapeParameters(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
是否对参数进行HTML entities解码,默认为false
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请求的参数。
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(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相关联。
setWrappedInstance(Object) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
Switch the target object, replacing the cached introspection results only if the class of the new object is different to that of the replaced object.
setWrappedInstance(Object, String, Object) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
Switch the target object, replacing the cached introspection results only if the class of the new object is different to that of the replaced object.
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) - 类 的构造器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.TinyListenerApplicationProcessor
 
startsWithPath(String, String) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServletUtil
判断path是否为fullpath的前缀,匹配到“/”边界。
StatusMessageInterceptor - org.tinygroup.weblayer.webcontext.basic.interceptor中的接口
检查status消息。
stop() - 类 中的方法org.tinygroup.weblayer.listener.TinyListenerApplicationProcessor
 
storeName - 类 中的变量org.tinygroup.weblayer.filter.SessionTinyFilter.AttributePattern
 
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

TINY_FILTER - 接口 中的静态变量org.tinygroup.weblayer.TinyFilter
 
TINY_FILTER_MANAGER - 接口 中的静态变量org.tinygroup.weblayer.TinyFilterManager
 
TINY_PROCESSOR - 接口 中的静态变量org.tinygroup.weblayer.TinyProcessor
 
TINY_PROCESSOR_MANAGER - 接口 中的静态变量org.tinygroup.weblayer.TinyProcessorManager
 
TINY_WRAPPER_FILTER - 接口 中的静态变量org.tinygroup.weblayer.TinyFilter
 
TinyConfigUtil - org.tinygroup.weblayer.util中的类
配置解析工具类
TinyConfigUtil() - 类 的构造器org.tinygroup.weblayer.util.TinyConfigUtil
 
TinyFilter - org.tinygroup.weblayer中的接口
WebContext过滤器,用于根据WebContext进行相关处理
TinyFilterChain - org.tinygroup.weblayer.impl中的类
过滤器链接口的默认实现,不再往下传递调用,直接返回
TinyFilterChain(List<Filter>, TinyFilterHandler) - 类 的构造器org.tinygroup.weblayer.impl.TinyFilterChain
 
TinyFilterConfig - org.tinygroup.weblayer.impl中的类
FilterConfig的tiny实现
TinyFilterConfig(Map<String, String>) - 类 的构造器org.tinygroup.weblayer.impl.TinyFilterConfig
 
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() - 类 中的方法org.tinygroup.weblayer.TinyFilterHandler
采用tiny-filter方式来处理
TinyFilterWrapper - org.tinygroup.weblayer.impl中的类
tiny-filter的包装类
TinyFilterWrapper() - 类 的构造器org.tinygroup.weblayer.impl.TinyFilterWrapper
 
TinyHttpFilter - org.tinygroup.weblayer中的类
 
TinyHttpFilter() - 类 的构造器org.tinygroup.weblayer.TinyHttpFilter
 
TinyListenerApplicationProcessor - org.tinygroup.weblayer.listener中的类
ServletListener的应用程序处理器
TinyListenerApplicationProcessor() - 类 的构造器org.tinygroup.weblayer.listener.TinyListenerApplicationProcessor
 
TinyPathMatcher - org.tinygroup.weblayer.util中的类
功能说明: 系统版本: v1.0
开发人员: renhui
开发时间: 2013-5-15
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
TinyPathMatcher() - 类 的构造器org.tinygroup.weblayer.util.TinyPathMatcher
 
TinyProcessor - org.tinygroup.weblayer中的接口
WebContext处理器,用于根据WebContext进行相关处理
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
 
TinyServlet - org.tinygroup.weblayer.servlet中的类
TinyServlet入口
TinyServlet() - 类 的构造器org.tinygroup.weblayer.servlet.TinyServlet
 
TinyServletConfig - org.tinygroup.weblayer.impl中的类
tiny框架中ServletConfig的实现
TinyServletConfig(Map<String, String>) - 类 的构造器org.tinygroup.weblayer.impl.TinyServletConfig
 
TinyServletContext - org.tinygroup.weblayer.listener中的类
tiny框架 ServletContext实现
TinyServletContext(ServletContext) - 类 的构造器org.tinygroup.weblayer.listener.TinyServletContext
 
TinyWebResourceManager - org.tinygroup.weblayer中的接口
tiny web资源管理器
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.filter.SessionTinyFilter.AttributePattern
 
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractRequestWrapper
取得字符串表示。
toString() - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractResponseWrapper
取得字符串表示。
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.util.BeanWrapperImpl
 
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.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

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 *
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。
vDeniedTags - 类 中的变量org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter
set of denied html elements *
VelocityLayoutViewServlet - org.tinygroup.weblayer.servlet中的类
 
VelocityLayoutViewServlet() - 类 的构造器org.tinygroup.weblayer.servlet.VelocityLayoutViewServlet
 
VelocityLayoutViewTinyProcessor - org.tinygroup.weblayer.tinyprocessor中的类
 
VelocityLayoutViewTinyProcessor() - 类 的构造器org.tinygroup.weblayer.tinyprocessor.VelocityLayoutViewTinyProcessor
 
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上下文接口 系统版本: v1.0
开发人员: renhui
开发时间: 2013-4-28
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
webContext - 类 中的变量org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
 
WebContextAware - org.tinygroup.weblayer.mvc中的接口
功能说明:webcontext的适配接口 系统版本: v1.0
开发人员: 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
 
wrapContext(WebContext) - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
 
wrapContext(WebContext) - 接口 中的方法org.tinygroup.weblayer.webcontextfactory.WebContextFactory
获取包装的webcontext
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
 

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-2013 开源组织. All Rights Reserved.