A B C D E F G H I J K L M N O P Q R S T U V W X
A
- AbstractCookieStore - org.tinygroup.weblayer.webcontext.session.store 中的 类
- 抽象的cookie store实现。
- AbstractCookieStore() -
类 org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore 的构造方法
-
- AbstractFileItem - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
- 改进自
commons-fileupload-1.2.1的同名类。 - AbstractFileItem(String, String, boolean, boolean, String, int, boolean, File, HttpServletRequest, FileUploadReName) -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 的构造方法
- Constructs a new
DiskFileItem instance.
- AbstractFileItem(String, String, boolean, boolean, String, int, boolean, File, HttpServletRequest) -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 的构造方法
-
- AbstractHandlerMapping - org.tinygroup.weblayer.mvc.handlermapping 中的 类
- 功能说明: 抽象的handlermapping
系统版本: 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 的构造方法
-
- AbstractParamValueFilter - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
- 功能说明:
系统版本: v1.0
开发人员: renhui
开发时间: 2013-10-14
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- AbstractParamValueFilter() -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractParamValueFilter 的构造方法
-
- AbstractRequestWrapper - org.tinygroup.weblayer.webcontext 中的 类
- 被
WebContext支持的HttpServletRequestWrapper。 - AbstractRequestWrapper(WebContext, HttpServletRequest) -
类 org.tinygroup.weblayer.webcontext.AbstractRequestWrapper 的构造方法
- 创建一个request wrapper。
- AbstractResponseWrapper - org.tinygroup.weblayer.webcontext 中的 类
- response的包装
- AbstractResponseWrapper(WebContext, HttpServletResponse) -
类 org.tinygroup.weblayer.webcontext.AbstractResponseWrapper 的构造方法
- 创建一个response wrapper。
- AbstractSerializationEncoder - org.tinygroup.weblayer.webcontext.session.encode 中的 类
- 通过
Serializer提供的序列化机制来编码对象,以及解码字符串。 - AbstractSerializationEncoder() -
类 org.tinygroup.weblayer.webcontext.session.encode.AbstractSerializationEncoder 的构造方法
-
- AbstractSessionAttributeAccessController - org.tinygroup.weblayer.webcontext.session.impl 中的 类
- 用来控制session attributes的使用。
- AbstractSessionAttributeAccessController() -
类 org.tinygroup.weblayer.webcontext.session.impl.AbstractSessionAttributeAccessController 的构造方法
-
- AbstractSessionValueEncoder - org.tinygroup.weblayer.webcontext.session.valueencode 中的 类
SessionEncoder针对非串行化场景的抽象编码实现,加密,base64来编码、解码。- AbstractSessionValueEncoder() -
类 org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder 的构造方法
-
- AbstractTinyFilter - org.tinygroup.weblayer 中的 类
- tinyfilter的抽象实现
- AbstractTinyFilter() -
类 org.tinygroup.weblayer.AbstractTinyFilter 的构造方法
-
- AbstractTinyProcessor - org.tinygroup.weblayer 中的 类
- tiny servlet 处理器的抽象实现
- AbstractTinyProcessor() -
类 org.tinygroup.weblayer.AbstractTinyProcessor 的构造方法
-
- AbstractValueParser - org.tinygroup.weblayer.webcontext.parser.valueparser 中的 类
- 代表一个解析器的基类,用来取得HTTP请求中的参数和cookies。
- AbstractValueParser(ParserWebContext) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 的构造方法
-
- AbstractWebContextWrapper - org.tinygroup.weblayer.webcontext 中的 类
- 功能说明:抽象的包装上下文,类属性值都是从被包装的上下文对象中获得
系统版本: 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 中的方法
-
- addConfig(FileObject) -
类 org.tinygroup.weblayer.configmanager.TinyFiterConfigManager 中的方法
-
- addConfig(FileObject) -
类 org.tinygroup.weblayer.configmanager.TinyProcessorConfigManager 中的方法
-
- addCookie(Cookie) -
类 org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl 中的方法
-
- addCookie(HttpServletResponse) -
类 org.tinygroup.weblayer.webcontext.util.CookieSupport 中的方法
- 将cookie添加到response中。
- addDateHeader(String, long) -
类 org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl 中的方法
-
- addHandler(String, WebExceptionHandler) -
类 org.tinygroup.weblayer.exceptionhandler.impl.WebExceptionHandlerManagerImpl 中的方法
-
- addHandler(String, WebExceptionHandler) -
接口 org.tinygroup.weblayer.exceptionhandler.WebExceptionHandlerManager 中的方法
-
- addHeader(String, String) -
类 org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl 中的方法
-
- addIntHeader(String, int) -
类 org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl 中的方法
-
- addMapping(String, String, Long) -
类 org.tinygroup.weblayer.webcontext.cache.CacheOperater 中的方法
-
- addMethodModel(MappingMethodModel) -
类 org.tinygroup.weblayer.mvc.MappingClassModel 中的方法
-
- addServiceMappings(ServiceViewMappings) -
类 org.tinygroup.weblayer.servicemapping.impl.ServiceMappingManagerImpl 中的方法
-
- addServiceMappings(ServiceViewMappings) -
接口 org.tinygroup.weblayer.servicemapping.ServiceMappingManager 中的方法
-
- 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
- baos -
类 org.tinygroup.weblayer.filter.gzip.GZIPResponseStream 中的变量
-
- BASIC_FILTER_PRECEDENCE -
接口 org.tinygroup.weblayer.TinyFilter 中的静态变量
-
- 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 的构造方法
- 创建一个异常。
- BUFFERED_FILTER_PRECEDENCE -
接口 org.tinygroup.weblayer.TinyFilter 中的静态变量
-
- BufferedResponseImpl - org.tinygroup.weblayer.webcontext.buffered.response 中的 类
- 包裹
HttpServletResponse,使之输出到内存中。 - BufferedResponseImpl(WebContext, HttpServletResponse) -
类 org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl 的构造方法
- 创建一个
BufferedResponseImpl。
- BufferedTinyFilter - org.tinygroup.weblayer.filter 中的 类
- 对写入response中的数据进行缓存,以便于实现嵌套的页面。
- BufferedTinyFilter() -
类 org.tinygroup.weblayer.filter.BufferedTinyFilter 的构造方法
-
- BufferedWebContext - org.tinygroup.weblayer.webcontext.buffered 中的 接口
- 对response.
- BufferedWebContextImpl - org.tinygroup.weblayer.webcontext.buffered.impl 中的 类
-
- BufferedWebContextImpl(WebContext) -
类 org.tinygroup.weblayer.webcontext.buffered.impl.BufferedWebContextImpl 的构造方法
-
C
- cache -
类 org.tinygroup.weblayer.filter.gzip.CacheResponseStream 中的变量
-
- cache -
类 org.tinygroup.weblayer.filter.gzip.CacheResponseWrapper 中的变量
-
- CachedIntrospectionResults - org.tinygroup.weblayer.webcontext.parser.util 中的 类
- Internal class that caches JavaBeans
PropertyDescriptor
information for a Java class. - CacheFilter - org.tinygroup.weblayer.filter.gzip 中的 类
-
- CacheFilter() -
类 org.tinygroup.weblayer.filter.gzip.CacheFilter 的构造方法
-
- CacheMapping - org.tinygroup.weblayer.webcontext.cache 中的 类
- 功能说明:缓存映射信息对象
系统版本: v1.0
开发人员: renhui
开发时间: 2013-8-23
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- CacheMapping(String, String, Long) -
类 org.tinygroup.weblayer.webcontext.cache.CacheMapping 的构造方法
-
- CacheMatcher - org.tinygroup.weblayer.webcontext.cache 中的 接口
- 功能说明:缓存匹配器
系统版本: v1.0
开发人员: renhui
开发时间: 2013-8-22
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- CacheOperater - org.tinygroup.weblayer.webcontext.cache 中的 类
- 功能说明:
系统版本: v1.0
开发人员: renhui
开发时间: 2013-8-22
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- CacheOperater(Cache) -
类 org.tinygroup.weblayer.webcontext.cache.CacheOperater 的构造方法
-
- cacheOutputPage(String) -
类 org.tinygroup.weblayer.webcontext.cache.impl.PageCacheWebContextImpl 中的方法
-
- cacheOutputPage(String) -
接口 org.tinygroup.weblayer.webcontext.cache.PageCacheWebContext 中的方法
- 对访问页面进行缓存
- CacheResponseStream - org.tinygroup.weblayer.filter.gzip 中的 类
-
- CacheResponseStream(HttpServletResponse, OutputStream) -
类 org.tinygroup.weblayer.filter.gzip.CacheResponseStream 的构造方法
-
- CacheResponseWrapper - org.tinygroup.weblayer.filter.gzip 中的 类
-
- CacheResponseWrapper(HttpServletResponse, OutputStream) -
类 org.tinygroup.weblayer.filter.gzip.CacheResponseWrapper 的构造方法
-
- 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.
- clearData() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.DeferredByteOutputStream 中的方法
-
- clearSessionIDFromCookie() -
类 org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl 中的方法
- 将session ID从Cookie中删除。
- clone() -
类 org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl 中的方法
-
- close() -
类 org.tinygroup.weblayer.filter.gzip.CacheResponseStream 中的方法
-
- close() -
类 org.tinygroup.weblayer.filter.gzip.GZIPResponseStream 中的方法
-
- close() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.DeferredByteOutputStream 中的方法
- Closes underlying output stream, and mark this as closed
- closed -
类 org.tinygroup.weblayer.filter.gzip.CacheResponseStream 中的变量
-
- closed() -
类 org.tinygroup.weblayer.filter.gzip.CacheResponseStream 中的方法
-
- closed -
类 org.tinygroup.weblayer.filter.gzip.GZIPResponseStream 中的变量
-
- closed() -
类 org.tinygroup.weblayer.filter.gzip.GZIPResponseStream 中的方法
-
- 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 中的方法
-
- config(XmlNode, XmlNode) -
类 org.tinygroup.weblayer.configmanager.TinyFiterConfigManager 中的方法
-
- config(XmlNode, XmlNode) -
类 org.tinygroup.weblayer.configmanager.TinyProcessorConfigManager 中的方法
-
- config(XmlNode, XmlNode) -
类 org.tinygroup.weblayer.exceptionhandler.WebExceptionProcessor 中的方法
-
- config(XmlNode, XmlNode) -
类 org.tinygroup.weblayer.tinyprocessor.VelocityContextConfiguration 中的方法
-
- 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.fileupload.TinyFileItemFactory 中的方法
-
- createItem(String, String, boolean, String) -
类 org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItemFactory 中的方法
-
- createItem(String, String, boolean, String) -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileItemFactoryWrapper 中的方法
-
- createOutputStream() -
类 org.tinygroup.weblayer.filter.gzip.CacheResponseWrapper 中的方法
-
- createOutputStream() -
类 org.tinygroup.weblayer.filter.gzip.GZIPResponseWrapper 中的方法
-
- createServletXmlNode(String, Map<String, String>, Set<String>) -
类 org.tinygroup.weblayer.util.TinyConfigUtil 中的静态方法
-
- CustomDateRegistrar - org.tinygroup.weblayer.webcontext.parser.propertyedit 中的 类
-
- CustomDateRegistrar() -
类 org.tinygroup.weblayer.webcontext.parser.propertyedit.CustomDateRegistrar 的构造方法
-
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.JsonConvertSessionEncoder 中的方法
-
- decode(String, SessionStore.StoreContext) -
接口 org.tinygroup.weblayer.webcontext.session.encode.SessionEncoder 中的方法
- 将字符串解码成对象。
- decode(Object, SessionModel.Factory) -
类 org.tinygroup.weblayer.webcontext.session.impl.SessionModelEncoderImpl 中的方法
-
- decode(Object, SessionModel.Factory) -
接口 org.tinygroup.weblayer.webcontext.session.SessionModelEncoder 中的方法
- 将store中取得的数据转换成session model。
- decode(String, SessionStore.StoreContext) -
类 org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder 中的方法
-
- decode(String, SessionStore.StoreContext) -
接口 org.tinygroup.weblayer.webcontext.session.valueencode.SessionValueEncoder 中的方法
- 将字符串解码成对象。
- decodeSessionIDFromCookie() -
类 org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl 中的方法
- 从cookie中取得session ID。
- decodeSessionIDFromURL() -
类 org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl 中的方法
- 从URL中取得session ID。
- decodeValue(String) -
类 org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder 中的方法
-
- decodeValue(String) -
类 org.tinygroup.weblayer.webcontext.session.valueencode.impl.MappedValuesEncoder 中的方法
-
- decodeValue(String) -
类 org.tinygroup.weblayer.webcontext.session.valueencode.impl.SimpleValueEncoder 中的方法
-
- decrypt(byte[]) -
类 org.tinygroup.weblayer.webcontext.session.encrypter.AbstractJceEncrypter 中的方法
-
- decrypt(byte[]) -
接口 org.tinygroup.weblayer.webcontext.session.encrypter.Encrypter 中的方法
-
- DEFAULT_CACHE_GROUP_NAME -
类 org.tinygroup.weblayer.webcontext.cache.CacheOperater 中的静态变量
-
- DEFAULT_CHARSET -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem 中的静态变量
- Default content charset to be used when no explicit charset parameter is
provided by the sender.
- DEFAULT_CHARSET -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 中的静态变量
- Default content charset to be used when no explicit charset parameter is
provided by the sender.
- DEFAULT_CHARSET -
类 org.tinygroup.weblayer.webcontext.parser.impl.ServletRequestContext 中的静态变量
-
- DEFAULT_CHARSET_ENCODING -
接口 org.tinygroup.weblayer.webcontext.parser.ParserWebContext 中的静态变量
- 默认的编码字符集。
- DEFAULT_KEY_SIZE -
类 org.tinygroup.weblayer.webcontext.session.encrypter.impl.AesEncrypter 中的静态变量
-
- DEFAULT_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 的构造方法
-
- DefaultWebExceptionHandler - org.tinygroup.weblayer.exceptionhandler.impl 中的 类
- 功能说明: 默认的页面异常处理,采用往上包装成http-servlet体系可以识别的异常抛出
系统版本: v1.0
开发人员: renhui
开发时间: 2013-9-22
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- DefaultWebExceptionHandler() -
类 org.tinygroup.weblayer.exceptionhandler.impl.DefaultWebExceptionHandler 的构造方法
-
- DeferredByteOutputStream - org.tinygroup.weblayer.webcontext.parser.fileupload 中的 类
- 功能说明:对普通字段与表单字段延迟输出
系统版本: v1.0
开发人员: renhui
开发时间: 2014-1-2
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- DeferredByteOutputStream(int) -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.DeferredByteOutputStream 的构造方法
- Constructs an instance of this class which will trigger an event at the
specified threshold, and save data to a file beyond that point.
- delete() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem 中的方法
-
- delete() -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 中的方法
- Deletes the underlying storage for a file item, including deleting any
associated temporary disk file.
- deserialize(InputStream) -
类 org.tinygroup.weblayer.webcontext.session.serializer.impl.JavaSerializer 中的方法
-
- deserialize(InputStream) -
类 org.tinygroup.weblayer.webcontext.session.serializer.impl.JsonConvertSerializer 中的方法
-
- deserialize(InputStream) -
接口 org.tinygroup.weblayer.webcontext.session.serializer.Serializer 中的方法
-
- 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.filter.gzip.CacheFilter 中的方法
-
- destroy() -
类 org.tinygroup.weblayer.filter.gzip.GZIPFilter 中的方法
-
- 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.filter.gzip.CacheFilter 中的方法
-
- doFilter(ServletRequest, ServletResponse, FilterChain) -
类 org.tinygroup.weblayer.filter.gzip.GZIPFilter 中的方法
-
- doFilter(ServletRequest, ServletResponse, FilterChain) -
类 org.tinygroup.weblayer.impl.EncodeingHttpFilter 中的方法
-
- doFilter(ServletRequest, ServletResponse) -
类 org.tinygroup.weblayer.impl.TinyFilterChain 中的方法
-
- doFilter(ServletRequest, ServletResponse, FilterChain) -
类 org.tinygroup.weblayer.TinyHttpFilter 中的方法
-
- doGet(HttpServletRequest, HttpServletResponse) -
类 org.tinygroup.weblayer.servlet.LocalServlet 中的方法
-
- doPost(HttpServletRequest, HttpServletResponse) -
类 org.tinygroup.weblayer.servlet.LocalServlet 中的方法
-
- 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.JsonConvertSessionEncoder 中的方法
-
- encode(Map<String, Object>, SessionStore.StoreContext) -
接口 org.tinygroup.weblayer.webcontext.session.encode.SessionEncoder 中的方法
- 将对象编码成字符串。
- encode(SessionModel) -
类 org.tinygroup.weblayer.webcontext.session.impl.SessionModelEncoderImpl 中的方法
-
- encode(SessionModel) -
接口 org.tinygroup.weblayer.webcontext.session.SessionModelEncoder 中的方法
- 将session model转换成store中可存储的对象。
- encode(Object, SessionStore.StoreContext) -
类 org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder 中的方法
-
- encode(Object, SessionStore.StoreContext) -
接口 org.tinygroup.weblayer.webcontext.session.valueencode.SessionValueEncoder 中的方法
- 将对象编码成字符串。
- EncodeingHttpFilter - org.tinygroup.weblayer.impl 中的 类
- 设置编码格式的httpfilter实现方式
- EncodeingHttpFilter() -
类 org.tinygroup.weblayer.impl.EncodeingHttpFilter 的构造方法
-
- encodeSessionIDIntoCookie() -
类 org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl 中的方法
- 将session ID编码到Cookie中去。
- encodeSessionIDIntoURL(String) -
类 org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl 中的方法
- 将session ID编码到URL中去。
- encodeValue(Object) -
类 org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder 中的方法
-
- encodeValue(Object) -
类 org.tinygroup.weblayer.webcontext.session.valueencode.impl.MappedValuesEncoder 中的方法
-
- encodeValue(Object) -
类 org.tinygroup.weblayer.webcontext.session.valueencode.impl.SimpleValueEncoder 中的方法
-
- encrypt(byte[]) -
类 org.tinygroup.weblayer.webcontext.session.encrypter.AbstractJceEncrypter 中的方法
-
- encrypt(byte[]) -
接口 org.tinygroup.weblayer.webcontext.session.encrypter.Encrypter 中的方法
-
- encrypter -
类 org.tinygroup.weblayer.webcontext.session.encode.AbstractSerializationEncoder 中的变量
-
- Encrypter - org.tinygroup.weblayer.webcontext.session.encrypter 中的 接口
- 加密器。
- encrypter -
类 org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder 中的变量
-
- equals(Object) -
类 org.tinygroup.weblayer.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 中的静态变量
- 默认值:单个文件允许的最大尺寸,超过此尺寸的请求将被抛弃。
- FileItemFactoryWrapper - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
- 功能说明: 复合的文件项创建工厂
系统版本: v1.0
开发人员: renhui
开发时间: 2014-1-2
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- FileItemFactoryWrapper(UploadParameters, UploadServiceImpl) -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileItemFactoryWrapper 的构造方法
-
- FileItemStorage - org.tinygroup.weblayer.webcontext.parser.fileupload 中的 接口
- 功能说明: 上传文件项存储接口
系统版本: v1.0
开发人员: renhui
开发时间: 2014-1-3
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- FileObjectInDisk - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
-
- FileObjectInDisk(DiskFileItem) -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk 的构造方法
-
- FileObjectInMemory - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
-
- FileObjectInMemory(InMemoryFormFieldItem) -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory 的构造方法
-
- FileUploadReName - org.tinygroup.weblayer.webcontext.parser.upload 中的 接口
- 功能说明: 上传文件命名接口
系统版本: 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 中的静态变量
-
- FILTER_MAPPING -
类 org.tinygroup.weblayer.AbstractTinyFilter 中的静态变量
-
- FilterWrapper - org.tinygroup.weblayer 中的 接口
- filter包装接口
- filterWrapper(WebContext, TinyFilterHandler) -
接口 org.tinygroup.weblayer.FilterWrapper 中的方法
-
- filterWrapper(WebContext, TinyFilterHandler) -
类 org.tinygroup.weblayer.impl.TinyFilterWrapper 中的方法
-
- finalize() -
类 org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItem 中的方法
- Removes the file contents from the temporary storage.
- findWebContext(HttpServletRequest, Class<R>) -
类 org.tinygroup.weblayer.webcontext.util.WebContextUtil 中的静态方法
- 在指定的request context及其级联的request context中找到一个指定类型的request context。
- findWebContext(WebContext, Class<R>) -
类 org.tinygroup.weblayer.webcontext.util.WebContextUtil 中的静态方法
- 在指定的request context及其级联的request context中找到一个指定类型的request context。
- finishResponse() -
类 org.tinygroup.weblayer.filter.gzip.GZIPResponseWrapper 中的方法
-
- Flags - org.tinygroup.weblayer.webcontext.rewrite 中的 类
-
- Flags() -
类 org.tinygroup.weblayer.webcontext.rewrite.Flags 的构造方法
-
- Flags(String...) -
类 org.tinygroup.weblayer.webcontext.rewrite.Flags 的构造方法
-
- flush() -
类 org.tinygroup.weblayer.filter.gzip.CacheResponseStream 中的方法
-
- flush() -
类 org.tinygroup.weblayer.filter.gzip.GZIPResponseStream 中的方法
-
- flushBuffer() -
类 org.tinygroup.weblayer.filter.gzip.CacheResponseWrapper 中的方法
-
- flushBuffer() -
类 org.tinygroup.weblayer.filter.gzip.GZIPResponseWrapper 中的方法
-
- 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.fileupload.TinyFileItem 中的方法
-
- get() -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 中的方法
- Returns the contents of the file as an array of bytes.
- get(String) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回
null。
- get(String) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回
null。
- getAbsolutePath() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject 中的方法
-
- getAbsolutePath() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk 中的方法
-
- getAbsolutePath() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory 中的方法
-
- getAlreadyWrappedContext(WebContext) -
类 org.tinygroup.weblayer.AbstractTinyFilter 中的方法
- 返回已经包装的上下文
- getAlreadyWrappedContext(WebContext) -
类 org.tinygroup.weblayer.filter.BasicTinyFilter 中的方法
-
- getAlreadyWrappedContext(WebContext) -
类 org.tinygroup.weblayer.filter.BufferedTinyFilter 中的方法
-
- getAlreadyWrappedContext(WebContext) -
类 org.tinygroup.weblayer.filter.LazyCommitTinyFilter 中的方法
-
- getAlreadyWrappedContext(WebContext) -
类 org.tinygroup.weblayer.filter.PageCacheTinyFilter 中的方法
-
- getAlreadyWrappedContext(WebContext) -
类 org.tinygroup.weblayer.filter.ParserTinyFilter 中的方法
-
- getAlreadyWrappedContext(WebContext) -
类 org.tinygroup.weblayer.filter.RewriteTinyFilter 中的方法
-
- getAlreadyWrappedContext(WebContext) -
类 org.tinygroup.weblayer.filter.SessionTinyFilter 中的方法
-
- getAlreadyWrappedContext(WebContext) -
类 org.tinygroup.weblayer.filter.SetLocaleTinyFilter 中的方法
-
- getAndSign() -
类 org.tinygroup.weblayer.webcontext.util.QueryStringParser 中的方法
-
- getApplicationConfig() -
类 org.tinygroup.weblayer.configmanager.TinyFiterConfigManager 中的方法
-
- getApplicationConfig() -
类 org.tinygroup.weblayer.configmanager.TinyProcessorConfigManager 中的方法
-
- getApplicationConfig() -
类 org.tinygroup.weblayer.tinyprocessor.VelocityContextConfiguration 中的方法
-
- getApplicationNodePath() -
类 org.tinygroup.weblayer.configmanager.TinyFiterConfigManager 中的方法
-
- getApplicationNodePath() -
类 org.tinygroup.weblayer.configmanager.TinyProcessorConfigManager 中的方法
-
- getApplicationNodePath() -
类 org.tinygroup.weblayer.exceptionhandler.WebExceptionProcessor 中的方法
-
- getApplicationNodePath() -
类 org.tinygroup.weblayer.listener.TinyListenerProcessor 中的方法
-
- getApplicationNodePath() -
类 org.tinygroup.weblayer.tinyprocessor.VelocityContextConfiguration 中的方法
-
- 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 中的方法
-
- getCacheContent(String, WebContext) -
类 org.tinygroup.weblayer.webcontext.cache.CacheOperater 中的方法
- 获取访问路径的缓存内容; 1、判断请求路径是否可以缓存 2、请求路径对应的缓存是否已经失效 3、获取请求路径对应的缓存内容
- getCacheKey(String, WebContext) -
类 org.tinygroup.weblayer.webcontext.cache.CacheMapping 中的方法
-
- getCacheKey(String) -
接口 org.tinygroup.weblayer.webcontext.cache.CacheMatcher 中的方法
- 根据访问路径获取存入缓存的key
- getCaseFolding() -
类 org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl 中的方法
- 按照指定的风格转换parameters和cookies的名称,默认为“小写加下划线”。
- getCaseFolding() -
接口 org.tinygroup.weblayer.webcontext.parser.ParserWebContext 中的方法
- 按照指定的风格转换parameters和cookies的名称,默认为“小写加下划线”。
- getChar(String) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回
'\0'。
- getChar(String, char) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getChar(String) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回
'\0'。
- getChar(String, char) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getCharacterEncoding() -
类 org.tinygroup.weblayer.webcontext.parser.impl.ServletRequestContext 中的方法
-
- getCharacterEncoding() -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 中的方法
- 取得用于解析参数的编码字符集。
- getCharacterEncoding() -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ParameterParserImpl 中的方法
- 取得用于解析参数的编码字符集。
- getCharacterEncoding() -
类 org.tinygroup.weblayer.webcontext.util.QueryStringParser 中的方法
-
- getCharacterValue() -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回
'\0'。
- getCharacterValue(Character) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getCharacterValue() -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回
'\0'。
- getCharacterValue(Character) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getCharset() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem 中的方法
- 取得当前field的字符集编码。
- getCharset() -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 中的方法
- 取得当前field的字符集编码。
- getCharset() -
类 org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder 中的方法
-
- getChild(String) -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject 中的方法
-
- getChild(String) -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk 中的方法
-
- getChild(String) -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory 中的方法
-
- getChildren() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject 中的方法
-
- getChildren() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk 中的方法
-
- getChildren() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory 中的方法
-
- getCipher(int) -
类 org.tinygroup.weblayer.webcontext.session.encrypter.AbstractJceEncrypter 中的方法
-
- getClassMapping() -
类 org.tinygroup.weblayer.mvc.MappingClassModel 中的方法
-
- getCombineNode() -
类 org.tinygroup.weblayer.tinyprocessor.VelocityContextConfiguration 中的方法
-
- getComponentConfig() -
类 org.tinygroup.weblayer.configmanager.TinyFiterConfigManager 中的方法
-
- getComponentConfig() -
类 org.tinygroup.weblayer.configmanager.TinyProcessorConfigManager 中的方法
-
- getComponentConfig() -
类 org.tinygroup.weblayer.tinyprocessor.VelocityContextConfiguration 中的方法
-
- getComponentConfigPath() -
类 org.tinygroup.weblayer.configmanager.TinyFiterConfigManager 中的方法
-
- getComponentConfigPath() -
类 org.tinygroup.weblayer.configmanager.TinyProcessorConfigManager 中的方法
-
- getComponentConfigPath() -
类 org.tinygroup.weblayer.exceptionhandler.WebExceptionProcessor 中的方法
-
- getComponentConfigPath() -
类 org.tinygroup.weblayer.listener.TinyListenerProcessor 中的方法
-
- getComponentConfigPath() -
类 org.tinygroup.weblayer.tinyprocessor.VelocityContextConfiguration 中的方法
-
- getConditionFlags() -
类 org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition 中的方法
-
- getConfig() -
类 org.tinygroup.weblayer.filter.SessionTinyFilter 中的方法
-
- getConfigs() -
类 org.tinygroup.weblayer.configmanager.TinyFiterConfigManager 中的方法
-
- getConfigs() -
类 org.tinygroup.weblayer.configmanager.TinyProcessorConfigManager 中的方法
-
- getConfiguration() -
类 org.tinygroup.weblayer.AbstractTinyFilter 中的方法
-
- getConfiguration() -
类 org.tinygroup.weblayer.AbstractTinyProcessor 中的方法
-
- getContent() -
类 org.tinygroup.weblayer.webcontext.cache.PageCacheObject 中的方法
-
- getContentType() -
类 org.tinygroup.weblayer.impl.EncodeingHttpFilter 中的方法
-
- getContentType() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem 中的方法
-
- getContentType() -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 中的方法
- Returns the content type passed by the agent or
null if not
defined.
- getContext(String) -
类 org.tinygroup.weblayer.listener.TinyServletContext 中的方法
-
- getContext() -
类 org.tinygroup.weblayer.mvc.HandlerExecutionChain 中的方法
-
- getContext() -
类 org.tinygroup.weblayer.TinyFilterHandler 中的方法
-
- 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.fileupload.TinyItemFileObject 中的方法
-
- getExtName() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk 中的方法
-
- getExtName() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory 中的方法
-
- getExtNames() -
类 org.tinygroup.weblayer.impl.EncodeingHttpFilter 中的方法
-
- getFieldName() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem 中的方法
-
- getFieldName() -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 中的方法
- Returns the name of the field in the multipart form corresponding to this
file item.
- getFileData() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.DeferredByteOutputStream 中的方法
- 返回文件字节流
- getFileItem() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject 中的方法
-
- getFileItem() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk 中的方法
-
- getFileItem() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory 中的方法
-
- getFileItem() -
接口 org.tinygroup.weblayer.webcontext.parser.impl.ItemFileObject 中的方法
- 文件对象关联的fileitem对象
- getFileName() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject 中的方法
-
- getFileName() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk 中的方法
-
- getFileName() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory 中的方法
-
- getFileName(Map) -
类 org.tinygroup.weblayer.webcontext.parser.impl.ServletFileUpload 中的方法
-
- getFileName(FileItemHeaders) -
类 org.tinygroup.weblayer.webcontext.parser.impl.ServletFileUpload 中的方法
-
- getFileNameKey() -
类 org.tinygroup.weblayer.webcontext.parser.impl.ServletFileUpload 中的方法
-
- getFileNameKey() -
类 org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl 中的方法
-
- getFileNameKey() -
接口 org.tinygroup.weblayer.webcontext.parser.upload.UploadConfiguration 中的方法
- 标准的上传文件请求中,包含这样的内容:
Content-Disposition: attachment; filename=xxx.txt
。
- getFileNameKey() -
类 org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters 中的方法
-
- getFileObject(String) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ParameterParserImpl 中的方法
- 取得指定名称的
FileItem对象,如果不存在,则返回null。
- getFileObject() -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport 中的方法
- 取得
FileItem对象,如果不存在,则返回null。
- getFileObject(String) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ParameterParser 中的方法
- 取得指定名称的
FileItem对象,如果不存在,则返回null。
- getFileObject() -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList 中的方法
- 取得
FileItem对象,如果不存在,则返回null。
- getFileObjects(String) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ParameterParserImpl 中的方法
- 取得指定名称的
FileItem对象,如果不存在,则返回null。
- getFileObjects() -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport 中的方法
- 取得
FileItem对象,如果不存在,则返回null。
- getFileObjects(String) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ParameterParser 中的方法
- 取得指定名称的
FileItem对象,如果不存在,则返回null。
- getFileObjects() -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList 中的方法
- 取得
FileItem对象,如果不存在,则返回null。
- getFileSizeMax() -
类 org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl 中的方法
-
- getFileSizeMax() -
接口 org.tinygroup.weblayer.webcontext.parser.upload.UploadConfiguration 中的方法
- 取得单个文件允许的最大尺寸,超过此尺寸的文件将被抛弃。
- getFileSizeMax() -
类 org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters 中的方法
-
- 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 中的方法
-
- getFullContextFileRepository() -
类 org.tinygroup.weblayer.tinyprocessor.UiEngineTinyProcessor 中的方法
-
- getGenerator() -
接口 org.tinygroup.weblayer.webcontext.session.SessionConfig.IdConfig 中的方法
- 取得session ID生成器。
- getHandler(String) -
类 org.tinygroup.weblayer.mvc.handlermapping.AnnotationHandlerMapping 中的方法
-
- getHandler(String) -
接口 org.tinygroup.weblayer.mvc.HandlerMapping 中的方法
-
- getHandler() -
类 org.tinygroup.weblayer.tinyprocessor.MvcTinyProcessor 中的方法
-
- getHeaders() -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 中的方法
- Returns the file item headers.
- getHtmlFieldSuffix() -
类 org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl 中的方法
- 取得代表HTML字段的后缀。
- getHtmlFieldSuffix() -
接口 org.tinygroup.weblayer.webcontext.parser.ParserWebContext 中的方法
- 取得代表HTML字段的后缀。
- getHttpOnly() -
类 org.tinygroup.weblayer.webcontext.util.CookieSupport 中的方法
- 是否生成IE6支持的HttpOnly标记。
- getHttpSession() -
接口 org.tinygroup.weblayer.webcontext.session.SessionStore.StoreContext 中的方法
- 取得当前的session对象。
- getId() -
类 org.tinygroup.weblayer.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.fileupload.TinyFileItem 中的方法
-
- getInputStream() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject 中的方法
-
- getInputStream() -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 中的方法
- Returns an
InputStream that can be used to
retrieve the contents of the file.
- getInputStream() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk 中的方法
-
- getInputStream() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory 中的方法
-
- getInt(String) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回
0。
- getInt(String, int) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getInt(String) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回
0。
- getInt(String, int) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getIntegerValue() -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回
0。
- getIntegerValue(Integer) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getIntegerValue() -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回
0。
- getIntegerValue(Integer) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getIntegerValues() -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport 中的方法
- 取得指定参数的所有值。
- getIntegerValues(int[]) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport 中的方法
- 取得指定参数的所有值。
- getIntegerValues() -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList 中的方法
- 取得指定参数的所有值。
- getIntegerValues(int[]) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList 中的方法
- 取得指定参数的所有值。
- getInts(String) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 中的方法
- 取得指定参数的所有值。
- getInts(String, int[]) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 中的方法
- 取得指定参数的所有值。
- getInts(String) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser 中的方法
- 取得指定参数的所有值。
- getInts(String, int[]) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser 中的方法
- 取得指定参数的所有值。
- getItemIterator(HttpServletRequest) -
类 org.tinygroup.weblayer.webcontext.parser.impl.ServletFileUpload 中的方法
-
- getItemStorageBeanName() -
类 org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl 中的方法
-
- getItemStorageBeanName() -
类 org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters 中的方法
-
- getKey(MatchResultSubstitution) -
类 org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution.Parameter 中的方法
-
- getKey() -
类 org.tinygroup.weblayer.webcontext.session.encrypter.impl.AesEncrypter 中的方法
-
- getKeys() -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 中的方法
-
- getKeys() -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser 中的方法
-
- getKeySize() -
类 org.tinygroup.weblayer.webcontext.session.encrypter.impl.AesEncrypter 中的方法
-
- getLastAccessedTime() -
类 org.tinygroup.weblayer.webcontext.session.impl.SessionImpl 中的方法
- 取得最近访问时间。
- getLastAccessedTime() -
类 org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl 中的方法
- 取得最近访问时间。
- getLastAccessedTime() -
接口 org.tinygroup.weblayer.webcontext.session.SessionModel 中的方法
- 取得最近访问时间。
- getLastModifiedTime() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject 中的方法
-
- getLastModifiedTime() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk 中的方法
-
- getLastModifiedTime() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory 中的方法
-
- getLength() -
类 org.tinygroup.weblayer.webcontext.session.impl.RandomIDGenerator 中的方法
-
- 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.impl.ServiceTinyProcessor 中的方法
-
- 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就会失效。
- getMemoryData() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.DeferredByteOutputStream 中的方法
- Returns the data for this output stream as an array of bytes, assuming
that the data has been retained in memory.
- getMethodMapping() -
类 org.tinygroup.weblayer.mvc.MappingMethodModel 中的方法
-
- getMethodModel() -
类 org.tinygroup.weblayer.mvc.HandlerExecutionChain 中的方法
-
- getMimeType(String) -
类 org.tinygroup.weblayer.listener.TinyServletContext 中的方法
-
- getMinorVersion() -
类 org.tinygroup.weblayer.listener.TinyServletContext 中的方法
-
- getModel() -
类 org.tinygroup.weblayer.mvc.HandlerExecutionChain 中的方法
-
- getModelKey() -
接口 org.tinygroup.weblayer.webcontext.session.SessionConfig 中的方法
- 代表session model在session中被保存的键值。
- getName() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem 中的方法
-
- getName() -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 中的方法
- Returns the original filename in the client's filesystem.
- getName() -
类 org.tinygroup.weblayer.webcontext.session.impl.SessionAttribute 中的方法
- 取得attribute的名字。
- getName() -
接口 org.tinygroup.weblayer.webcontext.session.SessionConfig.CookieConfig 中的方法
- 取得cookie名称。
- getName() -
接口 org.tinygroup.weblayer.webcontext.session.SessionConfig.UrlEncodeConfig 中的方法
- 取得URL encode的名称。
- getName() -
类 org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore 中的方法
-
- getNamedDispatcher(String) -
类 org.tinygroup.weblayer.listener.TinyServletContext 中的方法
-
- 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 中的方法
-
- getObject(String, String) -
类 org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper 中的方法
-
- getObject(String, String) -
接口 org.tinygroup.weblayer.WebContext 中的方法
- 获取指定范围内的对象
- getObject(String) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 中的方法
- 取得指定参数的值。
- getObject(String, Object) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 中的方法
- 取得指定参数的值。
- getObject(String) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser 中的方法
- 取得指定参数的值。
- getObject(String, Object) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser 中的方法
- 取得指定参数的值。
- getObjectOfType(String, Class<T>) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 中的方法
- 取得指定类型的对象。
- getObjectOfType(String, Class<T>, MethodParameter, Object[]) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 中的方法
- 取得指定类型的对象。
- getObjectOfType(String, Class<T>) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser 中的方法
- 取得指定类型的对象。
- getObjectOfType(String, Class<T>, MethodParameter, Object[]) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser 中的方法
- 取得指定类型的对象。
- getObjects(String) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 中的方法
- 取得指定参数的所有值。
- getObjects(String, Object[]) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 中的方法
- 取得指定参数的所有值。
- getObjects(String) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser 中的方法
- 取得指定参数的所有值。
- getObjects(String, Object[]) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser 中的方法
- 取得指定参数的所有值。
- getOrder() -
类 org.tinygroup.weblayer.AbstractTinyFilter 中的方法
-
- getOrder() -
类 org.tinygroup.weblayer.filter.BasicTinyFilter 中的方法
-
- getOrder() -
类 org.tinygroup.weblayer.filter.BufferedTinyFilter 中的方法
-
- getOrder() -
类 org.tinygroup.weblayer.filter.LazyCommitTinyFilter 中的方法
-
- getOrder() -
类 org.tinygroup.weblayer.filter.ParserTinyFilter 中的方法
-
- getOrder() -
类 org.tinygroup.weblayer.filter.RewriteTinyFilter 中的方法
-
- getOrder() -
类 org.tinygroup.weblayer.filter.SessionTinyFilter 中的方法
-
- getOrder() -
类 org.tinygroup.weblayer.filter.SetLocaleTinyFilter 中的方法
-
- 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.filter.gzip.CacheResponseWrapper 中的方法
-
- getOutputStream() -
类 org.tinygroup.weblayer.filter.gzip.GZIPResponseWrapper 中的方法
-
- getOutputStream() -
类 org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl 中的方法
- 取得输出流。
- getOutputStream() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem 中的方法
-
- getOutputStream() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject 中的方法
-
- getOutputStream() -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 中的方法
- Returns an
OutputStream that can be used for
storing the contents of the file.
- getOutputStream() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk 中的方法
-
- getOutputStream() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory 中的方法
-
- getParameters() -
类 org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl 中的方法
- 取得所有query参数。
- getParameters() -
接口 org.tinygroup.weblayer.webcontext.parser.ParserWebContext 中的方法
- 取得所有query参数。
- getParameters() -
接口 org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitutionContext 中的方法
-
- getParamNames() -
类 org.tinygroup.weblayer.webcontext.cache.CacheMapping 中的方法
-
- getParent() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject 中的方法
-
- 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.servicemapping.config.ServiceViewMapping 中的方法
-
- getPath() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject 中的方法
-
- getPath() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk 中的方法
-
- getPath() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory 中的方法
-
- getPath() -
接口 org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitutionContext 中的方法
-
- getPath() -
接口 org.tinygroup.weblayer.webcontext.session.SessionConfig.CookieConfig 中的方法
- 取得cookie的路径。
- getPath() -
类 org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore 中的方法
-
- getPattern() -
类 org.tinygroup.weblayer.filter.SessionTinyFilter.AttributePattern 中的方法
-
- getPattern() -
类 org.tinygroup.weblayer.webcontext.cache.CacheMapping 中的方法
-
- getPattern() -
类 org.tinygroup.weblayer.webcontext.rewrite.RewriteRule 中的方法
-
- getPatternName() -
类 org.tinygroup.weblayer.filter.SessionTinyFilter.AttributePattern 中的方法
-
- getPatterns() -
类 org.tinygroup.weblayer.AbstractTinyFilter 中的方法
-
- getPatterns() -
类 org.tinygroup.weblayer.AbstractTinyProcessor 中的方法
-
- getPatternStr() -
类 org.tinygroup.weblayer.webcontext.cache.CacheMapping 中的方法
-
- 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(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.fileupload.TinyItemFileObject 中的方法
-
- 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 中的方法
-
- getServiceId() -
类 org.tinygroup.weblayer.servicemapping.config.ServiceViewMapping 中的方法
-
- getServiceMappingManager() -
类 org.tinygroup.weblayer.servicemapping.annotation.ServiceViewMappingClassAction 中的方法
-
- getServiceViewMappings() -
类 org.tinygroup.weblayer.servicemapping.config.ServiceViewMappings 中的方法
-
- 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,如果不存在,且
create为true,则创建一个新的。
- 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.fileupload.TinyFileItem 中的方法
-
- getSize() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject 中的方法
-
- getSize() -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 中的方法
- Returns the size of the file.
- getSize() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk 中的方法
-
- getSize() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory 中的方法
-
- getSizeMax() -
类 org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl 中的方法
-
- getSizeMax() -
接口 org.tinygroup.weblayer.webcontext.parser.upload.UploadConfiguration 中的方法
- 取得HTTP请求的最大尺寸,超过此尺寸的请求将被抛弃。
- getSizeMax() -
类 org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters 中的方法
-
- getSizeThreshold() -
类 org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl 中的方法
-
- getSizeThreshold() -
接口 org.tinygroup.weblayer.webcontext.parser.upload.UploadConfiguration 中的方法
- 取得将文件放在内存中的阈值,小于此值的文件被保存在内存中。
- getSizeThreshold() -
类 org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters 中的方法
-
- getState() -
接口 org.tinygroup.weblayer.webcontext.session.SessionStore.StoreContext 中的方法
- 取得store的request scope状态数据。
- getStatus() -
类 org.tinygroup.weblayer.webcontext.lazycommit.impl.LazyCommitWebContextImpl 中的方法
- 取得最近设置的HTTP status。
- getStatus() -
接口 org.tinygroup.weblayer.webcontext.lazycommit.LazyCommitWebContext 中的方法
- 取得最近设置的HTTP status。
- getStorage() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItemFactory 中的方法
-
- getStore() -
类 org.tinygroup.weblayer.webcontext.session.impl.SessionAttribute 中的方法
- 取得store。
- getStore(String) -
接口 org.tinygroup.weblayer.webcontext.session.SessionConfig.StoresConfig 中的方法
- 取得指定名称的对象所存放的session store。
- getStoreContext(String) -
接口 org.tinygroup.weblayer.webcontext.session.SessionStore.StoreContext 中的方法
- 取得指定名称的store的状态数据。
- getStoreLocation() -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 中的方法
- Returns the
File object for the FileItem's
data's temporary location on the disk.
- getStoreMappings() -
接口 org.tinygroup.weblayer.webcontext.session.SessionConfig 中的方法
- 取得所有store mappings。
- 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。
- getStream() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.DeferredByteOutputStream 中的方法
- Returns the current output stream.
- getString(String) -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem 中的方法
-
- getString() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem 中的方法
-
- getString(String) -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 中的方法
- Returns the contents of the file as a String, using the specified
encoding.
- getString() -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 中的方法
- 取得字段或文件的内容。
- getString(String) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回
null。
- getString(String, String) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getString(String) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回
null。
- getString(String, String) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getStrings(String) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 中的方法
- 取得指定参数的所有值。
- getStrings(String, String[]) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 中的方法
- 取得指定参数的所有值。
- getStrings(String) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser 中的方法
- 取得指定参数的所有值。
- getStrings(String, String[]) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser 中的方法
- 取得指定参数的所有值。
- getStringValue() -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回
null。
- getStringValue(String) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getStringValue() -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回
null。
- getStringValue(String) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList 中的方法
- 取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getStringValues() -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport 中的方法
- 取得指定参数的所有值。
- getStringValues(String[]) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport 中的方法
- 取得指定参数的所有值。
- getStringValues() -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList 中的方法
- 取得指定参数的所有值。
- getStringValues(String[]) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList 中的方法
- 取得指定参数的所有值。
- getSubFlags() -
类 org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution 中的方法
-
- getSubstitutedTestString(String, MatchResult, MatchResult, HttpServletRequest) -
类 org.tinygroup.weblayer.webcontext.rewrite.RewriteUtil 中的静态方法
-
- getSubstitution() -
类 org.tinygroup.weblayer.webcontext.rewrite.RewriteRule 中的方法
-
- getTimeToLived() -
类 org.tinygroup.weblayer.webcontext.cache.CacheMapping 中的方法
-
- getTimeToLived() -
类 org.tinygroup.weblayer.webcontext.cache.PageCacheObject 中的方法
-
- getTinyFiltersWithUrl(String) -
类 org.tinygroup.weblayer.impl.TinyFilterManagerImpl 中的方法
-
- getTinyFiltersWithUrl(String) -
接口 org.tinygroup.weblayer.TinyFilterManager 中的方法
- 根据请求url,获取相关的tinyfilter列表
- getTopWebContext() -
类 org.tinygroup.weblayer.webcontext.CommitMonitor 中的方法
-
- getTypeConverter() -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 中的方法
-
- getTypeConverter() -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser 中的方法
- 取得类型转换器。
- getTypeConverter() -
类 org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder 中的方法
-
- getUiComponentManager() -
类 org.tinygroup.weblayer.tinyprocessor.UiEngineTinyProcessor 中的方法
-
- getUnique() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem 中的方法
-
- 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(String) -
类 org.tinygroup.weblayer.servicemapping.impl.ServiceMappingManagerImpl 中的方法
-
- getUrl(String) -
接口 org.tinygroup.weblayer.servicemapping.ServiceMappingManager 中的方法
-
- getURL() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject 中的方法
-
- getURL() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk 中的方法
-
- getURL() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory 中的方法
-
- getUrlEncode() -
接口 org.tinygroup.weblayer.webcontext.session.SessionConfig.IdConfig 中的方法
- 取得session ID URL encode的配置。
- getUrlMapping() -
类 org.tinygroup.weblayer.mvc.MappingClassModel 中的方法
-
- 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对象。
- getWebHandlerManager() -
类 org.tinygroup.weblayer.exceptionhandler.WebExceptionProcessor 中的方法
-
- 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.filter.gzip.CacheResponseWrapper 中的方法
-
- getWriter() -
类 org.tinygroup.weblayer.filter.gzip.GZIPResponseWrapper 中的方法
-
- getWriter() -
类 org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl 中的方法
- 取得输出字符流。
- GZIPFilter - org.tinygroup.weblayer.filter.gzip 中的 类
-
- GZIPFilter() -
类 org.tinygroup.weblayer.filter.gzip.GZIPFilter 的构造方法
-
- GZIPResponseStream - org.tinygroup.weblayer.filter.gzip 中的 类
-
- GZIPResponseStream(HttpServletResponse) -
类 org.tinygroup.weblayer.filter.gzip.GZIPResponseStream 的构造方法
-
- GZIPResponseWrapper - org.tinygroup.weblayer.filter.gzip 中的 类
-
- GZIPResponseWrapper(HttpServletResponse) -
类 org.tinygroup.weblayer.filter.gzip.GZIPResponseWrapper 的构造方法
-
- gzipstream -
类 org.tinygroup.weblayer.filter.gzip.GZIPResponseStream 中的变量
-
H
- handler(Throwable, WebContext) -
类 org.tinygroup.weblayer.exceptionhandler.impl.DefaultWebExceptionHandler 中的方法
-
- handler(Throwable, WebContext) -
类 org.tinygroup.weblayer.exceptionhandler.impl.WebExceptionHandlerManagerImpl 中的方法
-
- handler(Throwable, WebContext) -
接口 org.tinygroup.weblayer.exceptionhandler.WebExceptionHandler 中的方法
- 异常处理方法
- handler(Throwable, WebContext) -
接口 org.tinygroup.weblayer.exceptionhandler.WebExceptionHandlerManager 中的方法
-
- HandlerExecutionChain - org.tinygroup.weblayer.mvc 中的 类
- 功能说明: 根据http请求获取本次请求的处理相关对象
系统版本: 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(FilterConfig) -
类 org.tinygroup.weblayer.filter.gzip.CacheFilter 中的方法
-
- init(FilterConfig) -
类 org.tinygroup.weblayer.filter.gzip.GZIPFilter 中的方法
-
- 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.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.UiEngineTinyProcessor 中的方法
-
- 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 中的方法
-
- INIT_PARAM -
类 org.tinygroup.weblayer.AbstractTinyFilter 中的静态变量
-
- initAttributeNames(String[]) -
接口 org.tinygroup.weblayer.webcontext.session.ExactMatchesOnlySessionStore 中的方法
- 设置所有精确匹配的attribute名称。
- initAttributeNames(String[]) -
类 org.tinygroup.weblayer.webcontext.session.store.impl.SingleValuedCookieStoreImpl 中的方法
-
- initContext(WebContext) -
类 org.tinygroup.weblayer.AbstractTinyFilter 中的方法
-
- initContext(WebContext) -
类 org.tinygroup.weblayer.filter.BasicTinyFilter 中的方法
-
- initContext(Object[]) -
类 org.tinygroup.weblayer.webcontext.basic.impl.BasicWebContextImpl 中的方法
-
- initParam(XmlNode) -
类 org.tinygroup.weblayer.AbstractTinyFilter 中的方法
-
- initParam(XmlNode) -
类 org.tinygroup.weblayer.impl.TinyFilterWrapper 中的方法
-
- initParamMap -
类 org.tinygroup.weblayer.AbstractTinyFilter 中的变量
-
- initPattern(XmlNode) -
类 org.tinygroup.weblayer.AbstractTinyFilter 中的方法
-
- initTinyFilter() -
类 org.tinygroup.weblayer.AbstractTinyFilter 中的方法
-
- initTinyFilter() -
类 org.tinygroup.weblayer.filter.BasicTinyFilter 中的方法
-
- initTinyFilter() -
类 org.tinygroup.weblayer.filter.BufferedTinyFilter 中的方法
-
- initTinyFilter() -
类 org.tinygroup.weblayer.filter.PageCacheTinyFilter 中的方法
-
- 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 中的方法
- 设置是否将所有信息保存在内存中。
- isCached(String) -
类 org.tinygroup.weblayer.webcontext.cache.impl.PageCacheWebContextImpl 中的方法
- 是否在缓存中有,或者是否已经失效
- isCached(String) -
接口 org.tinygroup.weblayer.webcontext.cache.PageCacheWebContext 中的方法
- 判断访问路径是否已经被缓存过
- isCachePath(String) -
类 org.tinygroup.weblayer.webcontext.cache.CacheOperater 中的方法
- 此请求路径是否可以被缓存
- isCachePath(String) -
类 org.tinygroup.weblayer.webcontext.cache.impl.PageCacheWebContextImpl 中的方法
-
- isCachePath(String) -
接口 org.tinygroup.weblayer.webcontext.cache.PageCacheWebContext 中的方法
- 访问路径是否需要进行缓存
- 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 中的方法
-
- isDiskItemFactory() -
类 org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl 中的方法
-
- isDiskItemFactory() -
类 org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters 中的方法
-
- isEmpty() -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 中的方法
- 判断是否无值。
- isEmpty() -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser 中的方法
- 判断是否无值。
- isEmpty() -
类 org.tinygroup.weblayer.webcontext.rewrite.Flags 中的方法
-
- isEnable() -
类 org.tinygroup.weblayer.impl.EncodeingHttpFilter 中的方法
-
- isError() -
类 org.tinygroup.weblayer.webcontext.lazycommit.impl.LazyCommitWebContextImpl 中的方法
- 判断当前请求是否已出错。
- isError() -
接口 org.tinygroup.weblayer.webcontext.lazycommit.LazyCommitWebContext 中的方法
- 判断当前请求是否已出错。
- isExist() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject 中的方法
-
- isExist() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk 中的方法
-
- isExist() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory 中的方法
-
- isExpired() -
类 org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl 中的方法
- 判断session有没有过期。
- isExpired() -
接口 org.tinygroup.weblayer.webcontext.session.SessionModel 中的方法
- 判断session有没有过期。
- isFilter(String) -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractParamValueFilter 中的方法
-
- isFilter(String) -
接口 org.tinygroup.weblayer.webcontext.parser.upload.ParamValueFilter 中的方法
- 参数名称是否匹配
- isFiltering(HttpServletRequest) -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractParamValueFilter 中的方法
-
- isFiltering(HttpServletRequest) -
类 org.tinygroup.weblayer.webcontext.parser.impl.HTMLParameterValueFilter 中的方法
-
- isFiltering(HttpServletRequest) -
类 org.tinygroup.weblayer.webcontext.parser.impl.UploadedFileExtensionWhitelist 中的方法
-
- isFiltering(HttpServletRequest) -
接口 org.tinygroup.weblayer.webcontext.parser.upload.ParameterParserFilter 中的方法
- 是否需要过滤,如果返回否,则对于该请求的所有参数均不执行该过滤器。
- isFolder() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject 中的方法
-
- isFolder() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk 中的方法
-
- isFolder() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory 中的方法
-
- isFormField() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem 中的方法
-
- isFormField() -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 中的方法
- Determines whether or not a
FileItem instance represents a
simple form field.
- isFullURL(String) -
类 org.tinygroup.weblayer.webcontext.rewrite.RewriteUtil 中的静态方法
-
- isHeadersCommitted() -
类 org.tinygroup.weblayer.webcontext.CommitMonitor 中的方法
-
- isHttpOnly() -
接口 org.tinygroup.weblayer.webcontext.session.SessionConfig.CookieConfig 中的方法
- 在cookie上设置httpOnly标记。
- isHttpOnly() -
类 org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore 中的方法
-
- isHttpOnly() -
类 org.tinygroup.weblayer.webcontext.util.CookieSupport 中的方法
- 是否生成IE6支持的HttpOnly标记。
- isInMemory() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.DeferredByteOutputStream 中的方法
- Determines whether or not the data for this output stream has been
retained in memory.
- isInMemory() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem 中的方法
-
- isInMemory() -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 中的方法
- Provides a hint as to whether or not the file contents will be read from
memory.
- isInPackage() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject 中的方法
-
- isInPackage() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk 中的方法
-
- isInPackage() -
类 org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory 中的方法
-
- isInValid(String) -
类 org.tinygroup.weblayer.webcontext.cache.CacheOperater 中的方法
-
- 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.ServiceMappingFileProcessor 中的方法
-
- 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
- isMatch(String, WebContext) -
接口 org.tinygroup.weblayer.webcontext.cache.CacheMatcher 中的方法
- 访问路径是否匹配
- 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 中的方法
-
- ItemFileObject - org.tinygroup.weblayer.webcontext.parser.impl 中的 接口
- 功能说明:获取文件对象关联的fileitem
系统版本: v1.0
开发人员: renhui
开发时间: 2013-11-1
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- iterator() -
类 org.tinygroup.weblayer.webcontext.parser.impl.PropertyEditorRegistrarsSupport 中的方法
- 遍历registrars。
J
- JavaSerializer - org.tinygroup.weblayer.webcontext.session.serializer.impl 中的 类
- Java序列化。
- JavaSerializer() -
类 org.tinygroup.weblayer.webcontext.session.serializer.impl.JavaSerializer 的构造方法
-
- JsonConvertSerializer - org.tinygroup.weblayer.webcontext.session.serializer.impl 中的 类
-
- JsonConvertSerializer() -
类 org.tinygroup.weblayer.webcontext.session.serializer.impl.JsonConvertSerializer 的构造方法
-
- JsonConvertSessionEncoder - org.tinygroup.weblayer.webcontext.session.encode 中的 类
- 功能说明:没有压缩加密的序列化处理
系统版本: v1.0
开发人员: renhui
开发时间: 2013-10-9
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- JsonConvertSessionEncoder() -
类 org.tinygroup.weblayer.webcontext.session.encode.JsonConvertSessionEncoder 的构造方法
-
K
- KEEP_IN_TOUCH_DEFAULT -
接口 org.tinygroup.weblayer.webcontext.session.SessionConfig 中的静态变量
-
- keySet() -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 中的方法
-
- keySet() -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser 中的方法
-
L
- LAZY_COMMIT_FILTER_PRECEDENCE -
接口 org.tinygroup.weblayer.TinyFilter 中的静态变量
-
- LazyCommitFailedException - org.tinygroup.weblayer.webcontext.lazycommit.exception 中的 异常
- 代表一个lazy commit失败的异常。
- LazyCommitFailedException() -
异常 org.tinygroup.weblayer.webcontext.lazycommit.exception.LazyCommitFailedException 的构造方法
- 创建一个异常。
- LazyCommitFailedException(String) -
异常 org.tinygroup.weblayer.webcontext.lazycommit.exception.LazyCommitFailedException 的构造方法
- 创建一个异常。
- LazyCommitFailedException(String, Throwable) -
异常 org.tinygroup.weblayer.webcontext.lazycommit.exception.LazyCommitFailedException 的构造方法
- 创建一个异常。
- LazyCommitFailedException(Throwable) -
异常 org.tinygroup.weblayer.webcontext.lazycommit.exception.LazyCommitFailedException 的构造方法
- 创建一个异常。
- LazyCommitTinyFilter - org.tinygroup.weblayer.filter 中的 类
- 延迟提交response,用来支持基于cookie的session。
- LazyCommitTinyFilter() -
类 org.tinygroup.weblayer.filter.LazyCommitTinyFilter 的构造方法
-
- LazyCommitWebContext - org.tinygroup.weblayer.webcontext.lazycommit 中的 接口
- 延迟提交response。
- LazyCommitWebContextImpl - org.tinygroup.weblayer.webcontext.lazycommit.impl 中的 类
- 延迟提交response的实现。
- LazyCommitWebContextImpl(WebContext) -
类 org.tinygroup.weblayer.webcontext.lazycommit.impl.LazyCommitWebContextImpl 的构造方法
- 包装一个
RequestContext对象。
- LISTENER_NODE_CONFIG -
类 org.tinygroup.weblayer.listener.TinyListenerProcessor 中的静态变量
-
- 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 中的静态变量
-
M
- MANAGER_BEAN -
接口 org.tinygroup.weblayer.exceptionhandler.WebExceptionHandlerManager 中的静态变量
-
- MANAGER_BEAN -
接口 org.tinygroup.weblayer.servicemapping.ServiceMappingManager 中的静态变量
-
- 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(String) -
类 org.tinygroup.weblayer.webcontext.cache.CacheMapping 中的方法
-
- 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.configmanager - 软件包 org.tinygroup.weblayer.configmanager
-
- org.tinygroup.weblayer.exceptionhandler - 软件包 org.tinygroup.weblayer.exceptionhandler
-
- org.tinygroup.weblayer.exceptionhandler.impl - 软件包 org.tinygroup.weblayer.exceptionhandler.impl
-
- org.tinygroup.weblayer.fc - 软件包 org.tinygroup.weblayer.fc
-
- org.tinygroup.weblayer.fileresolver - 软件包 org.tinygroup.weblayer.fileresolver
-
- org.tinygroup.weblayer.filter - 软件包 org.tinygroup.weblayer.filter
-
- org.tinygroup.weblayer.filter.gzip - 软件包 org.tinygroup.weblayer.filter.gzip
-
- org.tinygroup.weblayer.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.servicemapping - 软件包 org.tinygroup.weblayer.servicemapping
-
- org.tinygroup.weblayer.servicemapping.annotation - 软件包 org.tinygroup.weblayer.servicemapping.annotation
-
- org.tinygroup.weblayer.servicemapping.config - 软件包 org.tinygroup.weblayer.servicemapping.config
-
- org.tinygroup.weblayer.servicemapping.impl - 软件包 org.tinygroup.weblayer.servicemapping.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.cache - 软件包 org.tinygroup.weblayer.webcontext.cache
-
- org.tinygroup.weblayer.webcontext.cache.exception - 软件包 org.tinygroup.weblayer.webcontext.cache.exception
-
- org.tinygroup.weblayer.webcontext.cache.impl - 软件包 org.tinygroup.weblayer.webcontext.cache.impl
-
- org.tinygroup.weblayer.webcontext.lazycommit - 软件包 org.tinygroup.weblayer.webcontext.lazycommit
-
- org.tinygroup.weblayer.webcontext.lazycommit.exception - 软件包 org.tinygroup.weblayer.webcontext.lazycommit.exception
-
- org.tinygroup.weblayer.webcontext.lazycommit.impl - 软件包 org.tinygroup.weblayer.webcontext.lazycommit.impl
-
- org.tinygroup.weblayer.webcontext.parser - 软件包 org.tinygroup.weblayer.webcontext.parser
-
- org.tinygroup.weblayer.webcontext.parser.exception - 软件包 org.tinygroup.weblayer.webcontext.parser.exception
-
- org.tinygroup.weblayer.webcontext.parser.fileupload - 软件包 org.tinygroup.weblayer.webcontext.parser.fileupload
-
- org.tinygroup.weblayer.webcontext.parser.impl - 软件包 org.tinygroup.weblayer.webcontext.parser.impl
-
- org.tinygroup.weblayer.webcontext.parser.propertyedit - 软件包 org.tinygroup.weblayer.webcontext.parser.propertyedit
-
- org.tinygroup.weblayer.webcontext.parser.upload - 软件包 org.tinygroup.weblayer.webcontext.parser.upload
-
- org.tinygroup.weblayer.webcontext.parser.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
-
- origResponse -
类 org.tinygroup.weblayer.filter.gzip.CacheResponseWrapper 中的变量
-
- origResponse -
类 org.tinygroup.weblayer.filter.gzip.GZIPResponseWrapper 中的变量
-
- output -
类 org.tinygroup.weblayer.filter.gzip.CacheResponseStream 中的变量
-
- output -
类 org.tinygroup.weblayer.filter.gzip.GZIPResponseStream 中的变量
-
- OUTPUT_CHARSET_PARAM_DEFAULT -
接口 org.tinygroup.weblayer.webcontext.setlocacle.SetLocaleWebContext 中的静态变量
-
P
- PageCacheObject - org.tinygroup.weblayer.webcontext.cache 中的 类
- 功能说明: 页面缓存对象
系统版本: v1.0
开发人员: renhui
开发时间: 2013-8-23
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- PageCacheObject(String, Long) -
类 org.tinygroup.weblayer.webcontext.cache.PageCacheObject 的构造方法
-
- PageCacheOutputException - org.tinygroup.weblayer.webcontext.cache.exception 中的 异常
- 功能说明:代表一个缓存页面输出的异常
系统版本: v1.0
开发人员: renhui
开发时间: 2013-8-22
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- PageCacheOutputException() -
异常 org.tinygroup.weblayer.webcontext.cache.exception.PageCacheOutputException 的构造方法
-
- PageCacheOutputException(String, Throwable) -
异常 org.tinygroup.weblayer.webcontext.cache.exception.PageCacheOutputException 的构造方法
-
- PageCacheOutputException(String) -
异常 org.tinygroup.weblayer.webcontext.cache.exception.PageCacheOutputException 的构造方法
-
- PageCacheOutputException(Throwable) -
异常 org.tinygroup.weblayer.webcontext.cache.exception.PageCacheOutputException 的构造方法
-
- PageCacheTinyFilter - org.tinygroup.weblayer.filter 中的 类
- 功能说明: 缓存页面的过滤器
系统版本: v1.0
开发人员: renhui
开发时间: 2013-8-21
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- PageCacheTinyFilter() -
类 org.tinygroup.weblayer.filter.PageCacheTinyFilter 的构造方法
-
- PageCacheWebContext - org.tinygroup.weblayer.webcontext.cache 中的 接口
- 功能说明:处理缓存页面过滤的上下文
系统版本: v1.0
开发人员: renhui
开发时间: 2013-8-22
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- PageCacheWebContextImpl - org.tinygroup.weblayer.webcontext.cache.impl 中的 类
- 功能说明:缓存页面上下文实现类
系统版本: v1.0
开发人员: renhui
开发时间: 2013-8-22
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- PageCacheWebContextImpl(WebContext) -
类 org.tinygroup.weblayer.webcontext.cache.impl.PageCacheWebContextImpl 的构造方法
-
- 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 中的 接口
- 过滤用户输入的参数值。
- ParamValueDecryptFilter - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
- 功能说明: 对参数值进行解密
系统版本: v1.0
开发人员: renhui
开发时间: 2013-10-14
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- ParamValueDecryptFilter() -
类 org.tinygroup.weblayer.webcontext.parser.impl.ParamValueDecryptFilter 的构造方法
-
- ParamValueEncryptFilter - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
- 功能说明: 对参数值进行加密
系统版本: v1.0
开发人员: renhui
开发时间: 2013-10-14
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- ParamValueEncryptFilter() -
类 org.tinygroup.weblayer.webcontext.parser.impl.ParamValueEncryptFilter 的构造方法
-
- ParamValueFilter - org.tinygroup.weblayer.webcontext.parser.upload 中的 接口
- 功能说明:参数值过滤
系统版本: v1.0
开发人员: renhui
开发时间: 2013-10-14
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- 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 中的静态方法
-
- PARSER_FILTER_PRECEDENCE -
接口 org.tinygroup.weblayer.TinyFilter 中的静态变量
-
- 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.PageCacheTinyFilter 中的方法
-
- 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 中的变量
-
- peekByteBuffer() -
接口 org.tinygroup.weblayer.webcontext.buffered.BufferedWebContext 中的方法
- 返回最上层的ByteArray
- peekByteBuffer() -
类 org.tinygroup.weblayer.webcontext.buffered.impl.BufferedWebContextImpl 中的方法
-
- peekByteBuffer() -
类 org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl 中的方法
- 返回最上层的ByteArray
- peekCharBuffer() -
接口 org.tinygroup.weblayer.webcontext.buffered.BufferedWebContext 中的方法
- 返回最上层的buffer
- peekCharBuffer() -
类 org.tinygroup.weblayer.webcontext.buffered.impl.BufferedWebContextImpl 中的方法
-
- peekCharBuffer() -
类 org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl 中的方法
- 返回最上层的buffer
- popByteBuffer() -
接口 org.tinygroup.weblayer.webcontext.buffered.BufferedWebContext 中的方法
- 弹出最近的buffer,如果堆栈中只有一个buffer,则弹出后再创建一个新的。
- popByteBuffer() -
类 org.tinygroup.weblayer.webcontext.buffered.impl.BufferedWebContextImpl 中的方法
- 弹出最近的buffer,如果堆栈中只有一个buffer,则弹出后再创建一个新的。
- popByteBuffer() -
类 org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl 中的方法
- 弹出最近的buffer,如果堆栈中只有一个buffer,则弹出后再创建一个新的。
- popCharBuffer() -
接口 org.tinygroup.weblayer.webcontext.buffered.BufferedWebContext 中的方法
- 弹出最近的buffer,如果堆栈中只有一个buffer,则弹出后再创建一个新的。
- popCharBuffer() -
类 org.tinygroup.weblayer.webcontext.buffered.impl.BufferedWebContextImpl 中的方法
- 弹出最近的buffer,如果堆栈中只有一个buffer,则弹出后再创建一个新的。
- popCharBuffer() -
类 org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl 中的方法
- 弹出最近的buffer,如果堆栈中只有一个buffer,则弹出后再创建一个新的。
- postProcess(WebContext) -
类 org.tinygroup.weblayer.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.PageCacheTinyFilter 中的方法
-
- 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.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.PageCacheTinyFilter 中的方法
-
- 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.TinyFilter 中的方法
- 前置操作
- preProcess(WebContext) -
接口 org.tinygroup.weblayer.WebContextProcessor 中的方法
- 前置操作
- process(String, WebContext) -
类 org.tinygroup.weblayer.AbstractTinyProcessor 中的方法
-
- process() -
类 org.tinygroup.weblayer.fileresolver.ServiceMappingFileProcessor 中的方法
-
- process() -
类 org.tinygroup.weblayer.fileresolver.TinyFilterFileProcessor 中的方法
-
- process() -
类 org.tinygroup.weblayer.fileresolver.TinyProcessorFileProcessor 中的方法
-
- process(Class<T>, Method, Annotation) -
类 org.tinygroup.weblayer.mvc.annotationaction.ControllerAnnotationAction 中的方法
-
- process(Class<T>, Annotation) -
类 org.tinygroup.weblayer.mvc.annotationaction.ControllerAnnotationAction 中的方法
-
- process(Class<T>, Method, Annotation) -
类 org.tinygroup.weblayer.servicemapping.annotation.ServiceViewMappingClassAction 中的方法
-
- 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。
- putCache(String, String, WebContext) -
类 org.tinygroup.weblayer.webcontext.cache.CacheOperater 中的方法
- 把请求路径对应的页面内容放入缓存
- putCachePage(String) -
类 org.tinygroup.weblayer.webcontext.cache.impl.PageCacheWebContextImpl 中的方法
-
- putCachePage(String) -
接口 org.tinygroup.weblayer.webcontext.cache.PageCacheWebContext 中的方法
- 缓存页面内容
- 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.impl.ServiceTinyProcessor 中的方法
-
- reallyProcess(String, WebContext) -
类 org.tinygroup.weblayer.tinyprocessor.FullContextUrlRedirectTinyProcessor 中的方法
-
- reallyProcess(String, WebContext) -
类 org.tinygroup.weblayer.tinyprocessor.MvcTinyProcessor 中的方法
-
- reallyProcess(String, WebContext) -
类 org.tinygroup.weblayer.tinyprocessor.PageFlowTinyProcessor 中的方法
-
- reallyProcess(String, WebContext) -
类 org.tinygroup.weblayer.tinyprocessor.TinyProcessorWapper 中的方法
-
- reallyProcess(String, WebContext) -
类 org.tinygroup.weblayer.tinyprocessor.UiEngineTinyProcessor 中的方法
-
- 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.filter.gzip.CacheResponseStream 中的方法
-
- reset() -
类 org.tinygroup.weblayer.filter.gzip.GZIPResponseStream 中的方法
-
- reset() -
类 org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl 中的方法
-
- resetBuffer() -
类 org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl 中的方法
- 清除所有buffers,常用于显示出错信息。
- response -
类 org.tinygroup.weblayer.filter.gzip.CacheResponseStream 中的变量
-
- response -
类 org.tinygroup.weblayer.filter.gzip.GZIPResponseStream 中的变量
-
- 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 的构造方法
-
- returnCipher(int, Cipher) -
类 org.tinygroup.weblayer.webcontext.session.encrypter.AbstractJceEncrypter 中的方法
-
- REWRITE_FILTER_PRECEDENCE -
接口 org.tinygroup.weblayer.TinyFilter 中的静态变量
-
- RewriteCondition - org.tinygroup.weblayer.webcontext.rewrite 中的 类
-
- RewriteCondition() -
类 org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition 的构造方法
-
- RewriteCondition.ConditionFlags - org.tinygroup.weblayer.webcontext.rewrite 中的 类
- 代表condition的标志位。
- RewriteCondition.ConditionFlags() -
类 org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition.ConditionFlags 的构造方法
-
- RewriteCondition.ConditionFlags(String...) -
类 org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition.ConditionFlags 的构造方法
-
- 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.impl.JsonConvertSerializer 中的方法
-
- serialize(Object, OutputStream) -
接口 org.tinygroup.weblayer.webcontext.session.serializer.Serializer 中的方法
-
- serializer -
类 org.tinygroup.weblayer.webcontext.session.encode.AbstractSerializationEncoder 中的变量
-
- Serializer - org.tinygroup.weblayer.webcontext.session.serializer 中的 接口
- 序列化器。
- SERVER_PORT_HTTP -
类 org.tinygroup.weblayer.webcontext.rewrite.impl.RewriteWebContextImpl 中的静态变量
-
- SERVER_PORT_HTTPS -
类 org.tinygroup.weblayer.webcontext.rewrite.impl.RewriteWebContextImpl 中的静态变量
-
- SERVER_SCHEME_HTTP -
类 org.tinygroup.weblayer.webcontext.rewrite.impl.RewriteWebContextImpl 中的静态变量
-
- SERVER_SCHEME_HTTPS -
类 org.tinygroup.weblayer.webcontext.rewrite.impl.RewriteWebContextImpl 中的静态变量
-
- ServerCookie - org.tinygroup.weblayer.webcontext.util 中的 类
- 这个类从Tomcat 6.0.29的
org.apache.tomcat.util.http.ServerCookie改编。 - ServerCookie() -
类 org.tinygroup.weblayer.webcontext.util.ServerCookie 的构造方法
-
- service(HttpServletRequest, HttpServletResponse) -
类 org.tinygroup.weblayer.servlet.FullContextUrlRedirectServlet 中的方法
-
- service(HttpServletRequest, HttpServletResponse) -
类 org.tinygroup.weblayer.servlet.TinyServlet 中的方法
-
- service(HttpServletRequest, HttpServletResponse) -
类 org.tinygroup.weblayer.servlet.VelocityLayoutViewServlet 中的方法
-
- ServiceMappingFileProcessor - org.tinygroup.weblayer.fileresolver 中的 类
-
- ServiceMappingFileProcessor() -
类 org.tinygroup.weblayer.fileresolver.ServiceMappingFileProcessor 的构造方法
-
- ServiceMappingManager - org.tinygroup.weblayer.servicemapping 中的 接口
-
- ServiceMappingManagerImpl - org.tinygroup.weblayer.servicemapping.impl 中的 类
-
- ServiceMappingManagerImpl() -
类 org.tinygroup.weblayer.servicemapping.impl.ServiceMappingManagerImpl 的构造方法
-
- ServiceTinyProcessor - org.tinygroup.weblayer.impl 中的 类
-
- ServiceTinyProcessor() -
类 org.tinygroup.weblayer.impl.ServiceTinyProcessor 的构造方法
-
- ServiceViewMapping - org.tinygroup.weblayer.servicemapping.annotation 中的 注释类型
-
- ServiceViewMapping - org.tinygroup.weblayer.servicemapping.config 中的 类
-
- ServiceViewMapping() -
类 org.tinygroup.weblayer.servicemapping.config.ServiceViewMapping 的构造方法
-
- ServiceViewMappingClassAction - org.tinygroup.weblayer.servicemapping.annotation 中的 类
- 功能说明:在类注解上发现控制层@Controller,并在方法上发现@RequestMapping时,进行的逻辑处理类
系统版本: v1.0
开发人员: renhui
开发时间: 2013-4-22
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- ServiceViewMappingClassAction() -
类 org.tinygroup.weblayer.servicemapping.annotation.ServiceViewMappingClassAction 的构造方法
-
- ServiceViewMappings - org.tinygroup.weblayer.servicemapping.config 中的 类
-
- ServiceViewMappings() -
类 org.tinygroup.weblayer.servicemapping.config.ServiceViewMappings 的构造方法
-
- 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_FILTER_PRECEDENCE -
接口 org.tinygroup.weblayer.TinyFilter 中的静态变量
-
- SESSION_ID_LENGTH_DEFAULT -
接口 org.tinygroup.weblayer.webcontext.session.SessionIDGenerator 中的静态变量
-
- SESSION_KEY_DEFAULT -
接口 org.tinygroup.weblayer.webcontext.setlocacle.SetLocaleWebContext 中的静态变量
- 用来保存locale的session key的名称。
- 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.TinyListenerProcessor 中的方法
-
- setAsText(String) -
类 org.tinygroup.weblayer.webcontext.parser.propertyedit.HumanReadableSizeEditor 中的方法
-
- setAsText(String) -
类 org.tinygroup.weblayer.webcontext.parser.StringFileItemEditor 中的方法
-
- setAttribute(String, Object) -
类 org.tinygroup.weblayer.listener.TinyServletContext 中的方法
-
- setAttribute(String, Object) -
类 org.tinygroup.weblayer.webcontext.session.impl.SessionImpl 中的方法
- 设置指定名称的attribute值。
- 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 中的方法
-
- setCacheOperater(CacheOperater) -
类 org.tinygroup.weblayer.webcontext.cache.impl.PageCacheWebContextImpl 中的方法
-
- setCacheOperater(CacheOperater) -
接口 org.tinygroup.weblayer.webcontext.cache.PageCacheWebContext 中的方法
- 设置缓存映射操作对象
- setCaseFolding(String) -
类 org.tinygroup.weblayer.filter.ParserTinyFilter 中的方法
-
- setCaseFolding(String) -
类 org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl 中的方法
- 按照指定的风格转换parameters和cookies的名称,默认为“小写加下划线”。
- setCharset(String) -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem 中的方法
- 设置当前field的字符集编码。
- setCharset(String) -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 中的方法
- 设置当前field的字符集编码。
- setCharset(String) -
类 org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder 中的方法
-
- setChecksum(boolean) -
类 org.tinygroup.weblayer.webcontext.session.store.impl.CookieStoreImpl 中的方法
-
- setClassMapping(RequestMapping) -
类 org.tinygroup.weblayer.mvc.MappingClassModel 中的方法
-
- 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.TinyFilter 中的方法
-
- setConfiguration(XmlNode) -
接口 org.tinygroup.weblayer.TinyProcessor 中的方法
-
- setContent(String) -
类 org.tinygroup.weblayer.webcontext.cache.PageCacheObject 中的方法
-
- setContentLength(int) -
类 org.tinygroup.weblayer.filter.gzip.GZIPResponseWrapper 中的方法
-
- setContentLength(int) -
类 org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl 中的方法
- 设置content长度。
- setContentType(String) -
类 org.tinygroup.weblayer.impl.EncodeingHttpFilter 中的方法
-
- setContext(WebContext) -
类 org.tinygroup.weblayer.mvc.HandlerExecutionChain 中的方法
-
- setContext(WebContext) -
接口 org.tinygroup.weblayer.mvc.WebContextAware 中的方法
-
- setContext(WebContext) -
类 org.tinygroup.weblayer.TinyFilterHandler 中的方法
-
- setConverterQuiet(boolean) -
类 org.tinygroup.weblayer.filter.ParserTinyFilter 中的方法
-
- setConverterQuiet(boolean) -
类 org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl 中的方法
- 设置类型转换出错时,是否不报错,而是返回默认值。
- setCookie(String, String) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.CookieParser 中的方法
- 设置session cookie。
- setCookie(String, String, int) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.CookieParser 中的方法
- Set a persisten cookie on the client that will expire after a maximum age
(given in seconds).
- setCookie(String, String) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.impl.CookieParserImpl 中的方法
- Set a cookie that will be stored on the client for the duration of the
session.
- setCookie(String, String, int) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.impl.CookieParserImpl 中的方法
- Set a persisten cookie on the client that will expire after a maximum age
(given in seconds).
- setDateHeader(String, long) -
类 org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl 中的方法
-
- setDefaultCharset(String) -
类 org.tinygroup.weblayer.filter.SetLocaleTinyFilter 中的方法
-
- setDefaultCharset(String) -
类 org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl 中的方法
-
- setDefaultHandler(WebExceptionHandler) -
类 org.tinygroup.weblayer.exceptionhandler.impl.WebExceptionHandlerManagerImpl 中的方法
-
- setDefaultHandler(WebExceptionHandler) -
接口 org.tinygroup.weblayer.exceptionhandler.WebExceptionHandlerManager 中的方法
-
- setDefaultLocale(Locale) -
类 org.tinygroup.weblayer.filter.SetLocaleTinyFilter 中的方法
-
- setDefaultLocale(Locale) -
类 org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl 中的方法
-
- setDiskItemFactory(boolean) -
类 org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl 中的方法
-
- setDiskItemFactory(boolean) -
类 org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters 中的方法
-
- setDomain(String) -
类 org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore 中的方法
-
- setDomain(String) -
类 org.tinygroup.weblayer.webcontext.util.CookieSupport 中的方法
-
- setEnable(boolean) -
类 org.tinygroup.weblayer.impl.EncodeingHttpFilter 中的方法
-
- setEncoders(SessionEncoder[]) -
类 org.tinygroup.weblayer.webcontext.session.store.impl.CookieStoreImpl 中的方法
-
- setEncoding(String) -
类 org.tinygroup.weblayer.impl.EncodeingHttpFilter 中的方法
-
- setEncrypter(Encrypter) -
类 org.tinygroup.weblayer.webcontext.session.encode.impl.SerializationEncoder 中的方法
-
- setEncrypter(Encrypter) -
类 org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder 中的方法
-
- setEqualSign(String) -
类 org.tinygroup.weblayer.webcontext.util.QueryStringParser 中的方法
- 设置用来替代“=”的字符。
- setExecute(MappingModelExecute) -
类 org.tinygroup.weblayer.tinyprocessor.MvcTinyProcessor 中的方法
-
- setExtNames(List<String>) -
类 org.tinygroup.weblayer.impl.EncodeingHttpFilter 中的方法
-
- setFieldName(String) -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem 中的方法
-
- setFieldName(String) -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 中的方法
- Sets the field name used to reference this file item.
- setFileNameKey(String[]) -
类 org.tinygroup.weblayer.webcontext.parser.impl.ServletFileUpload 中的方法
-
- setFileNameKey(String[]) -
类 org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl 中的方法
-
- setFileNameKey(String[]) -
类 org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters 中的方法
-
- setFileSizeMax(HumanReadableSize) -
类 org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl 中的方法
-
- setFileSizeMax(HumanReadableSize) -
类 org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters 中的方法
-
- setFileSizeMax(long) -
类 org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters 中的方法
-
- 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.fileupload.TinyFileItem 中的方法
-
- setFormField(boolean) -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 中的方法
- Specifies whether or not a
FileItem instance represents a
simple form field.
- setFullContextFileRepository(FullContextFileRepository) -
类 org.tinygroup.weblayer.listener.TinyServletContext 中的方法
-
- setFullContextFileRepository(FullContextFileRepository) -
类 org.tinygroup.weblayer.tinyprocessor.UiEngineTinyProcessor 中的方法
-
- setHandler(HandlerMapping) -
类 org.tinygroup.weblayer.tinyprocessor.MvcTinyProcessor 中的方法
-
- setHandlers(Object[]) -
类 org.tinygroup.weblayer.webcontext.rewrite.RewriteRule 中的方法
-
- setHeader(String, String) -
类 org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl 中的方法
-
- setHeaders(FileItemHeaders) -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 中的方法
- Sets the file item headers.
- setHeadersCommitted(boolean) -
类 org.tinygroup.weblayer.webcontext.CommitMonitor 中的方法
-
- setHtmlFieldSuffix(String) -
类 org.tinygroup.weblayer.filter.ParserTinyFilter 中的方法
-
- setHtmlFieldSuffix(String) -
类 org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl 中的方法
- 设置代表HTML字段的后缀。
- setHttpOnly(boolean) -
类 org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore 中的方法
-
- setHttpOnly(boolean) -
类 org.tinygroup.weblayer.webcontext.util.CookieSupport 中的方法
- 是否生成IE6支持的HttpOnly标记。
- 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.
- setItemStorageBeanName(String) -
类 org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl 中的方法
-
- setItemStorageBeanName(String) -
类 org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters 中的方法
-
- setKeepFormFieldInMemory(boolean) -
类 org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItemFactory 中的方法
-
- setKeepFormFieldInMemory(boolean) -
类 org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl 中的方法
-
- setKeepFormFieldInMemory(boolean) -
类 org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters 中的方法
-
- 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 中的方法
-
- SETLOCALE_FILTER_PRECEDENCE -
接口 org.tinygroup.weblayer.TinyFilter 中的静态变量
-
- 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(ServiceMappingManager) -
类 org.tinygroup.weblayer.impl.ServiceTinyProcessor 中的方法
-
- 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 中的方法
-
- setParamNames(String) -
类 org.tinygroup.weblayer.webcontext.cache.CacheMapping 中的方法
-
- setParent(FileObject) -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject 中的方法
-
- 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.servicemapping.config.ServiceViewMapping 中的方法
-
- setPath(String) -
接口 org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitutionContext 中的方法
-
- setPath(String) -
类 org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore 中的方法
-
- setPattern(Pattern) -
类 org.tinygroup.weblayer.webcontext.cache.CacheMapping 中的方法
-
- setPattern(String) -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractParamValueFilter 中的方法
-
- setPattern(String) -
接口 org.tinygroup.weblayer.webcontext.parser.upload.ParamValueFilter 中的方法
- 配置需要参数值过滤的正则
- setPattern(String) -
类 org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition 中的方法
-
- setPattern(String) -
类 org.tinygroup.weblayer.webcontext.rewrite.RewriteRule 中的方法
-
- setPatternStr(String) -
类 org.tinygroup.weblayer.webcontext.cache.CacheMapping 中的方法
-
- 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 中的方法
-
- setServiceId(String) -
类 org.tinygroup.weblayer.servicemapping.config.ServiceViewMapping 中的方法
-
- setServiceMappingManager(ServiceMappingManager) -
类 org.tinygroup.weblayer.servicemapping.annotation.ServiceViewMappingClassAction 中的方法
-
- setServiceViewMappings(List<ServiceViewMapping>) -
类 org.tinygroup.weblayer.servicemapping.config.ServiceViewMappings 中的方法
-
- 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 中的方法
- 已过时。
- setStorage(FileItemStorage) -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItemFactory 中的方法
-
- setString(String, String) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 中的方法
- 设置参数值。
- setString(String, String) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser 中的方法
- 设置参数值。
- setStrings(String, String[]) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 中的方法
- 设置参数值。
- setStrings(String, String[]) -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser 中的方法
- 设置参数值。
- setSubstitution(RewriteSubstitution) -
类 org.tinygroup.weblayer.webcontext.rewrite.RewriteRule 中的方法
-
- setSurvivesInInvalidating(boolean) -
类 org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore 中的方法
-
- setTest(String) -
类 org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition 中的方法
-
- setTimeToLived(Long) -
类 org.tinygroup.weblayer.webcontext.cache.CacheMapping 中的方法
-
- setTimeToLived(Long) -
类 org.tinygroup.weblayer.webcontext.cache.PageCacheObject 中的方法
-
- 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 中的方法
-
- setUiComponentManager(UIComponentManager) -
类 org.tinygroup.weblayer.tinyprocessor.UiEngineTinyProcessor 中的方法
-
- setUnescapeParameters(boolean) -
类 org.tinygroup.weblayer.filter.ParserTinyFilter 中的方法
-
- setUnescapeParameters(boolean) -
类 org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl 中的方法
- 是否对参数进行HTML entities解码,默认为
false。
- setUnique(String) -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem 中的方法
-
- setUploadService(UploadService) -
类 org.tinygroup.weblayer.filter.ParserTinyFilter 中的方法
-
- setUploadService(UploadService) -
类 org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl 中的方法
- 设置upload service。
- setUri(String) -
类 org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution 中的方法
-
- setUri(String) -
类 org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleOverrider 中的方法
-
- setURIEncoding(String) -
类 org.tinygroup.weblayer.filter.ParserTinyFilter 中的方法
-
- setURIEncoding(String) -
类 org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl 中的方法
- 当
useServletEngineParser==false并且
useBodyEncodingForURI=false时,用该编码来解释GET请求的参数。
- 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相关联。
- setWebHandlerManager(WebExceptionHandlerManager) -
类 org.tinygroup.weblayer.exceptionhandler.WebExceptionProcessor 中的方法
-
- 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, HttpServletRequest, HttpServletResponse) -
类 org.tinygroup.weblayer.webcontext.SimpleWebContext 的构造方法
- 创建一个新的
RequestContext对象。
- SingleValuedCookieStoreImpl - org.tinygroup.weblayer.webcontext.session.store.impl 中的 类
- 将Session状态保存在cookie中。
- SingleValuedCookieStoreImpl() -
类 org.tinygroup.weblayer.webcontext.session.store.impl.SingleValuedCookieStoreImpl 的构造方法
-
- size() -
类 org.tinygroup.weblayer.webcontext.parser.impl.PropertyEditorRegistrarsSupport 中的方法
- 查看有几个registrars。
- size() -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser 中的方法
- 取得值的数量。
- size() -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport 中的方法
- 取得值的个数。
- size() -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList 中的方法
- 取得值的个数。
- size() -
接口 org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser 中的方法
- 取得值的数量。
- SIZE_MAX_DEFAULT -
接口 org.tinygroup.weblayer.webcontext.parser.upload.UploadConfiguration 中的静态变量
- 默认值:HTTP请求的最大尺寸,超过此尺寸的请求将被抛弃。
- SIZE_THRESHOLD_DEFAULT -
接口 org.tinygroup.weblayer.webcontext.parser.upload.UploadConfiguration 中的静态变量
- 默认值:将文件放在内存中的阈值,小于此值的文件被保存在内存中。
- start() -
类 org.tinygroup.weblayer.listener.TinyListenerProcessor 中的方法
-
- startsWithPath(String, String) -
类 org.tinygroup.weblayer.webcontext.util.ServletUtil 中的静态方法
- 判断path是否为fullpath的前缀,匹配到“/”边界。
- StatusMessageInterceptor - org.tinygroup.weblayer.webcontext.basic.interceptor 中的 接口
- 检查status消息。
- stop() -
类 org.tinygroup.weblayer.listener.TinyListenerProcessor 中的方法
-
- storage(TinyFileItem) -
接口 org.tinygroup.weblayer.webcontext.parser.fileupload.FileItemStorage 中的方法
-
- storage() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem 中的方法
- 调用存储接口
- storeName -
类 org.tinygroup.weblayer.filter.SessionTinyFilter.AttributePattern 中的变量
-
- stream -
类 org.tinygroup.weblayer.filter.gzip.CacheResponseWrapper 中的变量
-
- stream -
类 org.tinygroup.weblayer.filter.gzip.GZIPResponseWrapper 中的变量
-
- STRICT_SERVLET_COMPLIANCE -
类 org.tinygroup.weblayer.webcontext.util.ServerCookie 中的静态变量
- If set to true, we parse cookies according to the servlet spec,
- StringFileItemEditor - org.tinygroup.weblayer.webcontext.parser 中的 类
- 将
FileItem转换成字符串。 - StringFileItemEditor() -
类 org.tinygroup.weblayer.webcontext.parser.StringFileItemEditor 的构造方法
-
- STRIP_COMMENTS -
类 org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter 中的静态变量
- flag determing whether comments are allowed in input String.
- substitute(String, MatchResultSubstitution) -
类 org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution 中的方法
-
- substituteParameters(ParameterParser, MatchResultSubstitution) -
类 org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution 中的方法
-
- SURVIVES_IN_INVALIDATING_DEFAULT -
接口 org.tinygroup.weblayer.webcontext.session.store.CookieStore 中的静态变量
-
T
- thresholdReached() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.DeferredByteOutputStream 中的方法
- Switches the underlying output stream from a memory based stream to one
that is backed by disk.
- TINY_CONTEXT_PATH -
类 org.tinygroup.weblayer.webcontext.util.WebContextUtil 中的静态变量
-
- TINY_FILTER -
类 org.tinygroup.weblayer.AbstractTinyFilter 中的静态变量
-
- TINY_FILTER -
接口 org.tinygroup.weblayer.TinyFilter 中的静态变量
-
- TINY_FILTER_CONFIGMANAGER -
类 org.tinygroup.weblayer.configmanager.TinyFiterConfigManager 中的静态变量
-
- TINY_FILTER_MANAGER -
接口 org.tinygroup.weblayer.TinyFilterManager 中的静态变量
-
- TINY_PROCESSOR -
接口 org.tinygroup.weblayer.TinyProcessor 中的静态变量
-
- TINY_PROCESSOR_CONFIGMANAGER -
类 org.tinygroup.weblayer.configmanager.TinyProcessorConfigManager 中的静态变量
-
- TINY_PROCESSOR_MANAGER -
接口 org.tinygroup.weblayer.TinyProcessorManager 中的静态变量
-
- TINY_REQUEST_URI -
类 org.tinygroup.weblayer.webcontext.util.WebContextUtil 中的静态变量
-
- TINY_WRAPPER_FILTER -
接口 org.tinygroup.weblayer.TinyFilter 中的静态变量
-
- TinyConfigUtil - org.tinygroup.weblayer.util 中的 类
- 配置解析工具类
- TinyConfigUtil() -
类 org.tinygroup.weblayer.util.TinyConfigUtil 的构造方法
-
- TinyFileItem - org.tinygroup.weblayer.webcontext.parser.fileupload 中的 类
- 功能说明: tiny保存的文件项
系统版本: v1.0
开发人员: renhui
开发时间: 2014-1-2
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- TinyFileItem(String, String, boolean, String, FileItemStorage) -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem 的构造方法
-
- TinyFileItemFactory - org.tinygroup.weblayer.webcontext.parser.fileupload 中的 类
- 功能说明: tiny框架内部的文件上传工厂
系统版本: v1.0
开发人员: renhui
开发时间: 2014-1-3
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- TinyFileItemFactory() -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItemFactory 的构造方法
-
- TinyFilter - org.tinygroup.weblayer 中的 接口
- WebContext过滤器,用于根据WebContext进行相关处理
- TinyFilterChain - org.tinygroup.weblayer.impl 中的 类
- 过滤器链接口的默认实现,不再往下传递调用,直接返回
- TinyFilterChain(List<Filter>, TinyFilterHandler) -
类 org.tinygroup.weblayer.impl.TinyFilterChain 的构造方法
-
- TinyFilterConfig - org.tinygroup.weblayer.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(HttpServletRequest, HttpServletResponse) -
类 org.tinygroup.weblayer.TinyFilterHandler 中的方法
- 采用tiny-filter方式来处理
- TinyFilterWrapper - org.tinygroup.weblayer.impl 中的 类
- tiny-filter的包装类
- TinyFilterWrapper() -
类 org.tinygroup.weblayer.impl.TinyFilterWrapper 的构造方法
-
- TinyFiterConfigManager - org.tinygroup.weblayer.configmanager 中的 类
- tiny filter处理器配置管理对象
- TinyFiterConfigManager() -
类 org.tinygroup.weblayer.configmanager.TinyFiterConfigManager 的构造方法
-
- TinyHttpFilter - org.tinygroup.weblayer 中的 类
-
- TinyHttpFilter() -
类 org.tinygroup.weblayer.TinyHttpFilter 的构造方法
-
- TinyItemFileObject - org.tinygroup.weblayer.webcontext.parser.fileupload 中的 类
- 功能说明:tinyfileitem格式的文件对象
系统版本: v1.0
开发人员: renhui
开发时间: 2014-1-3
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- TinyItemFileObject(TinyFileItem) -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyItemFileObject 的构造方法
-
- TinyListenerProcessor - org.tinygroup.weblayer.listener 中的 类
- ServletListener的应用程序处理器
- TinyListenerProcessor() -
类 org.tinygroup.weblayer.listener.TinyListenerProcessor 的构造方法
-
- TinyPathMatcher - org.tinygroup.weblayer.util 中的 类
- 功能说明:
系统版本: v1.0
开发人员: renhui
开发时间: 2013-5-15
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- TinyPathMatcher() -
类 org.tinygroup.weblayer.util.TinyPathMatcher 的构造方法
-
- TinyProcessor - org.tinygroup.weblayer 中的 接口
- WebContext处理器,用于根据WebContext进行相关处理
- TinyProcessorConfigManager - org.tinygroup.weblayer.configmanager 中的 类
- tiny processor处理器配置管理对象
- TinyProcessorConfigManager() -
类 org.tinygroup.weblayer.configmanager.TinyProcessorConfigManager 的构造方法
-
- TinyProcessorFileProcessor - org.tinygroup.weblayer.fileresolver 中的 类
- 搜索tinyprocessor的文件处理器
- TinyProcessorFileProcessor() -
类 org.tinygroup.weblayer.fileresolver.TinyProcessorFileProcessor 的构造方法
-
- TinyProcessorManager - org.tinygroup.weblayer 中的 接口
- tiny servlet 处理器管理接口
- TinyProcessorManagerImpl - org.tinygroup.weblayer.impl 中的 类
- tiny servlet处理器管理接口的默认实现
- TinyProcessorManagerImpl() -
类 org.tinygroup.weblayer.impl.TinyProcessorManagerImpl 的构造方法
-
- TinyProcessorWapper - org.tinygroup.weblayer.tinyprocessor 中的 类
- 把Servlet包装成TinyProcessor
- TinyProcessorWapper() -
类 org.tinygroup.weblayer.tinyprocessor.TinyProcessorWapper 的构造方法
-
- 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.fileupload.TinyFileItem 中的方法
- Returns a string representation of this object.
- toString() -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 中的方法
- Returns a string representation of this object.
- toString() -
类 org.tinygroup.weblayer.webcontext.parser.impl.PropertyEditorRegistrarsSupport 中的方法
-
- toString() -
类 org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters 中的方法
-
- toString() -
类 org.tinygroup.weblayer.webcontext.parser.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.serializer.impl.JsonConvertSerializer 中的方法
-
- toString() -
类 org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore 中的方法
-
- toString(ToStringBuilder.MapBuilder) -
类 org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore 中的方法
-
- toString(ToStringBuilder.MapBuilder) -
类 org.tinygroup.weblayer.webcontext.session.store.impl.CookieStoreImpl 中的方法
-
- toString() -
类 org.tinygroup.weblayer.webcontext.session.store.impl.SimpleMemoryStoreImpl 中的方法
-
- toString(ToStringBuilder.MapBuilder) -
类 org.tinygroup.weblayer.webcontext.session.store.impl.SingleValuedCookieStoreImpl 中的方法
-
- toString() -
类 org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleOverrider 中的方法
-
- toString() -
类 org.tinygroup.weblayer.webcontext.SimpleWebContext 中的方法
- 显示当前
RequestContext的内容。
- toString() -
类 org.tinygroup.weblayer.webcontext.util.CookieSupport 中的方法
- 生成set-cookie header的值,即使cookie value中包含非法值,也不会报错。
- touch() -
类 org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl 中的方法
- 更新session的访问时间。
- TwoPhaseCommitWebContext - org.tinygroup.weblayer.webcontext 中的 接口
- 扩展于
WebContext,支持先提交headers,再提交全体内容。
U
- UiEngineTinyProcessor - org.tinygroup.weblayer.tinyprocessor 中的 类
- UI引擎处理css及js文件的合并并输出
- UiEngineTinyProcessor() -
类 org.tinygroup.weblayer.tinyprocessor.UiEngineTinyProcessor 的构造方法
-
- UPLOAD_FAILED -
接口 org.tinygroup.weblayer.webcontext.parser.ParserWebContext 中的静态变量
- 在parameters中表示upload失败,请求被忽略。
- UPLOAD_SIZE_LIMIT_EXCEEDED -
接口 org.tinygroup.weblayer.webcontext.parser.ParserWebContext 中的静态变量
- 在parameters中表示upload文件尺寸超过限制值,请求被忽略。
- UploadConfiguration - org.tinygroup.weblayer.webcontext.parser.upload 中的 接口
- 定义
UploadService的参数。 - UploadedFileExtensionWhitelist - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
- 根据文件名后缀过滤上传文件。
- UploadedFileExtensionWhitelist() -
类 org.tinygroup.weblayer.webcontext.parser.impl.UploadedFileExtensionWhitelist 的构造方法
-
- UploadedFileFilter - org.tinygroup.weblayer.webcontext.parser.upload 中的 接口
- 过滤用户上传的文件。
- UploadException - org.tinygroup.weblayer.webcontext.parser.exception 中的 异常
- 代表一个UploadService的异常。
- UploadException() -
异常 org.tinygroup.weblayer.webcontext.parser.exception.UploadException 的构造方法
- 创建一个异常。
- UploadException(String) -
异常 org.tinygroup.weblayer.webcontext.parser.exception.UploadException 的构造方法
- 创建一个异常。
- UploadException(String, Throwable) -
异常 org.tinygroup.weblayer.webcontext.parser.exception.UploadException 的构造方法
- 创建一个异常。
- UploadException(Throwable) -
异常 org.tinygroup.weblayer.webcontext.parser.exception.UploadException 的构造方法
- 创建一个异常。
- UploadParameters - org.tinygroup.weblayer.webcontext.parser.upload 中的 类
- multipart/form-data类型的HTTP请求参数上传
- UploadParameters() -
类 org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters 的构造方法
-
- UploadService - org.tinygroup.weblayer.webcontext.parser.upload 中的 接口
- 用来处理
multipart/form-data格式的HTTP POST请求,并将它们转换成form字段或文件。 - UploadServiceImpl - org.tinygroup.weblayer.webcontext.parser.impl 中的 类
- 这个service可以处理
multipart/form-data格式的HTTP
POST请求,并将它们转换成form字段或是文件。 - UploadServiceImpl() -
类 org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl 的构造方法
-
- UploadSizeLimitExceededException - org.tinygroup.weblayer.webcontext.parser.exception 中的 异常
- 代表一个upload时,文件尽寸超过最大限制的异常。
- UploadSizeLimitExceededException() -
异常 org.tinygroup.weblayer.webcontext.parser.exception.UploadSizeLimitExceededException 的构造方法
- 创建一个异常。
- UploadSizeLimitExceededException(String) -
异常 org.tinygroup.weblayer.webcontext.parser.exception.UploadSizeLimitExceededException 的构造方法
- 创建一个异常。
- UploadSizeLimitExceededException(String, Throwable) -
异常 org.tinygroup.weblayer.webcontext.parser.exception.UploadSizeLimitExceededException 的构造方法
- 创建一个异常。
- UploadSizeLimitExceededException(Throwable) -
异常 org.tinygroup.weblayer.webcontext.parser.exception.UploadSizeLimitExceededException 的构造方法
- 创建一个异常。
- URL_CASE_FOLDING_LOWER -
接口 org.tinygroup.weblayer.webcontext.parser.ParserWebContext 中的静态变量
- 配置文件属性可选项:将parameters和cookies的名称转换成小写。
- URL_CASE_FOLDING_LOWER_WITH_UNDERSCORES -
接口 org.tinygroup.weblayer.webcontext.parser.ParserWebContext 中的静态变量
- 配置文件属性可选项:将parameters和cookies的名称转换成小写加下划线。
- URL_CASE_FOLDING_NONE -
接口 org.tinygroup.weblayer.webcontext.parser.ParserWebContext 中的静态变量
- 配置文件属性可选项:不对parameters和cookies的名称进行大小写转换。
- URL_CASE_FOLDING_UPPER -
接口 org.tinygroup.weblayer.webcontext.parser.ParserWebContext 中的静态变量
- 配置文件属性可选项:将parameters和cookies的名称转换成大写。
- URL_CASE_FOLDING_UPPER_WITH_UNDERSCORES -
接口 org.tinygroup.weblayer.webcontext.parser.ParserWebContext 中的静态变量
- 配置文件属性可选项:将parameters和cookies的名称转换成大写加下划线。
- URL_ENCODE_ENABLED_DEFAULT -
接口 org.tinygroup.weblayer.webcontext.session.SessionConfig.IdConfig 中的静态变量
-
- URL_ENCODE_NAME_DEFAULT -
接口 org.tinygroup.weblayer.webcontext.session.SessionConfig.UrlEncodeConfig 中的静态变量
-
- UrlNormalizer - org.tinygroup.weblayer.webcontext.rewrite.impl 中的 类
- 替换处理程序,可用来规格化URL,使后续的rewrite配置更统一。
- UrlNormalizer() -
类 org.tinygroup.weblayer.webcontext.rewrite.impl.UrlNormalizer 的构造方法
-
- UUIDGenerator - org.tinygroup.weblayer.webcontext.session.impl 中的 类
-
- UUIDGenerator() -
类 org.tinygroup.weblayer.webcontext.session.impl.UUIDGenerator 的构造方法
-
V
- vAllowed -
类 org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter 中的变量
- set of allowed html elements, along with allowed attributes for each
element *
- vAllowedEntities -
类 org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter 中的变量
- entities allowed within html markup *
- vAllowedProtocols -
类 org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter 中的变量
- allowed protocols *
- valueFilter(String, WebContext) -
类 org.tinygroup.weblayer.webcontext.parser.impl.ParamValueDecryptFilter 中的方法
-
- valueFilter(String, WebContext) -
类 org.tinygroup.weblayer.webcontext.parser.impl.ParamValueEncryptFilter 中的方法
-
- valueFilter(String, WebContext) -
接口 org.tinygroup.weblayer.webcontext.parser.upload.ParamValueFilter 中的方法
- 参数过滤方法
- ValueList - org.tinygroup.weblayer.webcontext.parser.valueparser 中的 接口
- 代表一个值的列表。
- ValueListSupport - org.tinygroup.weblayer.webcontext.parser.valueparser.impl 中的 类
- 代表一个值的列表。
- ValueListSupport(TypeConverter, boolean) -
类 org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport 的构造方法
-
- ValueParser - org.tinygroup.weblayer.webcontext.parser.valueparser 中的 接口
- 代表一个解析器,用来取得HTTP请求中的参数和cookies。
- vDeniedTags -
类 org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter 中的变量
- set of denied html elements *
- VelocityContextConfiguration - org.tinygroup.weblayer.tinyprocessor 中的 类
- 功能说明:velocity上下文配置
系统版本: v1.0
开发人员: renhui
开发时间: 2013-11-21
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- VelocityContextConfiguration() -
类 org.tinygroup.weblayer.tinyprocessor.VelocityContextConfiguration 的构造方法
-
- 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 的构造方法
-
- WebExceptionHandler - org.tinygroup.weblayer.exceptionhandler 中的 接口
- 功能说明:页面异常处理流程接口
系统版本: v1.0
开发人员: renhui
开发时间: 2013-9-22
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- WebExceptionHandlerManager - org.tinygroup.weblayer.exceptionhandler 中的 接口
- 功能说明:web异常处理管理接口
系统版本: v1.0
开发人员: renhui
开发时间: 2013-9-22
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- WebExceptionHandlerManagerImpl - org.tinygroup.weblayer.exceptionhandler.impl 中的 类
- 功能说明:web异常处理管理接口实现
系统版本: v1.0
开发人员: renhui
开发时间: 2013-9-22
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- WebExceptionHandlerManagerImpl() -
类 org.tinygroup.weblayer.exceptionhandler.impl.WebExceptionHandlerManagerImpl 的构造方法
-
- WebExceptionProcessor - org.tinygroup.weblayer.exceptionhandler 中的 类
- 功能说明:页面异常处理配置信息加载类
系统版本: v1.0
开发人员: renhui
开发时间: 2013-9-22
功能描述: 写明作用,调用方式,使用场景,以及特殊情况
- WebExceptionProcessor() -
类 org.tinygroup.weblayer.exceptionhandler.WebExceptionProcessor 的构造方法
-
- wrapContext(WebContext) -
类 org.tinygroup.weblayer.AbstractTinyFilter 中的方法
-
- wrapContext(WebContext) -
接口 org.tinygroup.weblayer.webcontextfactory.WebContextFactory 中的方法
- 获取包装的webcontext
- write(int) -
类 org.tinygroup.weblayer.filter.gzip.CacheResponseStream 中的方法
-
- write(byte[]) -
类 org.tinygroup.weblayer.filter.gzip.CacheResponseStream 中的方法
-
- write(byte[], int, int) -
类 org.tinygroup.weblayer.filter.gzip.CacheResponseStream 中的方法
-
- write(int) -
类 org.tinygroup.weblayer.filter.gzip.GZIPResponseStream 中的方法
-
- write(byte[]) -
类 org.tinygroup.weblayer.filter.gzip.GZIPResponseStream 中的方法
-
- write(byte[], int, int) -
类 org.tinygroup.weblayer.filter.gzip.GZIPResponseStream 中的方法
-
- write(File) -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.TinyFileItem 中的方法
-
- write(File) -
类 org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem 中的方法
- A convenience method to write an uploaded item to disk.
- writeCookie(HttpServletResponse, String, String) -
类 org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore 中的方法
- 向response中写入cookie。
- writeInvalidAttribute(String, Object) -
类 org.tinygroup.weblayer.webcontext.session.impl.AbstractSessionAttributeAccessController 中的方法
-
- writeInvalidAttribute(String, Object) -
类 org.tinygroup.weblayer.webcontext.session.impl.SessionAttributeWhitelist 中的方法
-
- writer -
类 org.tinygroup.weblayer.filter.gzip.CacheResponseWrapper 中的变量
-
- writer -
类 org.tinygroup.weblayer.filter.gzip.GZIPResponseWrapper 中的变量
-
- writeTo(OutputStream) -
类 org.tinygroup.weblayer.webcontext.parser.fileupload.DeferredByteOutputStream 中的方法
- Writes the data from this output stream to the specified output stream,
after it has been closed.
X
- XSTEAM_PACKAGE_NAME -
接口 org.tinygroup.weblayer.TinyProcessorManager 中的静态变量
-
- XSTREAM_PACKAGENAME -
接口 org.tinygroup.weblayer.servicemapping.ServiceMappingManager 中的静态变量
-
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–2014 开源组织. All rights reserved.