- generateSessionID() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.RandomIDGenerator
-
- generateSessionID() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.UUIDGenerator
-
- generateSessionID() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionIDGenerator
-
生成session ID。
- get(String) - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
-
- get(String) - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
-
改写get方法,使得可以从父环境中查找,同时,也可以从子环境中查找 先找自己,再找子,再找父
- get() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
-
Returns the contents of the file as an array of bytes.
- get(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得参数值,如果指定名称的参数不存在,则返回null。
- get(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得参数值,如果指定名称的参数不存在,则返回null。
- getAbsolutePath() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
-
- getAbsolutePath() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
-
- getAlreadyWrappedContext(WebContext) - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
-
返回已经包装的上下文
- getAlreadyWrappedContext(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.BasicTinyFilter
-
- getAlreadyWrappedContext(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.BufferedTinyFilter
-
- getAlreadyWrappedContext(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.LazyCommitTinyFilter
-
- getAlreadyWrappedContext(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
-
- getAlreadyWrappedContext(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.RewriteTinyFilter
-
- getAlreadyWrappedContext(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.SessionTinyFilter
-
- getAlreadyWrappedContext(WebContext) - 类 中的方法org.tinygroup.weblayer.filter.SetLocaleTinyFilter
-
- getAndSign() - 类 中的方法org.tinygroup.weblayer.webcontext.util.QueryStringParser
-
- getAsText() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.propertyedit.HumanReadableSizeEditor
-
- getAttribute(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
-
- getAttribute(String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
-
取得指定名称的attribute值。
- getAttributeNames() - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
-
- getAttributeNames() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
-
取得所有attributes的名称。
- getAttributeNames(String, SessionStore.StoreContext) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionStore
-
取得指定session的所有attribute名称。
- getAttributeNames(String, SessionStore.StoreContext) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.CacheStore
-
- getAttributeNames(String, SessionStore.StoreContext) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.CookieStoreImpl
-
- getAttributeNames(String, SessionStore.StoreContext) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.SimpleMemoryStoreImpl
-
取得指定session的所有attribute名称。
- getAttributeNames(String, SessionStore.StoreContext) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.SingleValuedCookieStoreImpl
-
- getAttributeValue(String, XmlNode) - 类 中的静态方法org.tinygroup.weblayer.util.ParserXmlNodeUtil
-
- getAttributeValueWithSubNode(String, String, XmlNode) - 类 中的静态方法org.tinygroup.weblayer.util.ParserXmlNodeUtil
-
- getBaseURL(HttpServletRequest) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServletUtil
-
取得request请求的基准URL。
- getBeanWrapperForPropertyPath(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
-
Recursively navigate to return a BeanWrapper for the nested property path.
- getBoolean(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得参数值,如果指定名称的参数不存在,则返回false。
- getBoolean(String, boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getBoolean(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得参数值,如果指定名称的参数不存在,则返回false。
- getBoolean(String, boolean) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getBooleanValue() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得参数值,如果指定名称的参数不存在,则返回false。
- getBooleanValue(Boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getBooleanValue() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得参数值,如果指定名称的参数不存在,则返回false。
- getBooleanValue(Boolean) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getBufferedResponse() - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.impl.BufferedWebContextImpl
-
取得BufferedRunDataResponse实例。
- getByte(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得参数值,如果指定名称的参数不存在,则返回0。
- getByte(String, byte) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getByte(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得参数值,如果指定名称的参数不存在,则返回0。
- getByte(String, byte) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getBytes(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得指定参数的字节。
- getBytes(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得指定参数的字节。
- getBytes(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得指定参数的字节。
- getBytes(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得指定参数的字节。
- getByteValue() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得参数值,如果指定名称的参数不存在,则返回0。
- getByteValue(Byte) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getByteValue() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得参数值,如果指定名称的参数不存在,则返回0。
- getByteValue(Byte) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getCache() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.CacheStore
-
- getCaseFolding() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
-
按照指定的风格转换parameters和cookies的名称,默认为“小写加下划线”。
- getCaseFolding() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.ParserWebContext
-
按照指定的风格转换parameters和cookies的名称,默认为“小写加下划线”。
- getChar(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得参数值,如果指定名称的参数不存在,则返回'\0'。
- getChar(String, char) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getChar(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得参数值,如果指定名称的参数不存在,则返回'\0'。
- getChar(String, char) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getCharacterEncoding() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ServletRequestContext
-
- getCharacterEncoding() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得用于解析参数的编码字符集。
- getCharacterEncoding() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ParameterParserImpl
-
取得用于解析参数的编码字符集。
- getCharacterEncoding() - 类 中的方法org.tinygroup.weblayer.webcontext.util.QueryStringParser
-
- getCharacterValue() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得参数值,如果指定名称的参数不存在,则返回'\0'。
- getCharacterValue(Character) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getCharacterValue() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得参数值,如果指定名称的参数不存在,则返回'\0'。
- getCharacterValue(Character) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getCharset() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
-
取得当前field的字符集编码。
- getCharset() - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder
-
- getChild(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
-
- getChild(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
-
- getChildren() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
-
- getChildren() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
-
- getCipher(int) - 类 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.AbstractJceEncrypter
-
- getClassMapping() - 类 中的方法org.tinygroup.weblayer.mvc.MappingClassModel
-
- getConditionFlags() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition
-
- getConfig() - 类 中的方法org.tinygroup.weblayer.filter.SessionTinyFilter
-
- getConfiguration() - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
-
- getConfiguration() - 类 中的方法org.tinygroup.weblayer.AbstractTinyProcessor
-
- getConfiguration() - 类 中的方法org.tinygroup.weblayer.listener.TinyListenerApplicationProcessor
-
- getContentType() - 类 中的方法org.tinygroup.weblayer.impl.EncodeingHttpFilter
-
- getContentType() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
-
Returns the content type passed by the agent or null if not
defined.
- getContext(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
-
- getContext() - 类 中的方法org.tinygroup.weblayer.mvc.HandlerExecutionChain
-
- getContextPath() - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
-
- getCookie() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.IdConfig
-
取得session ID cookie的配置。
- getCookieDomain() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.CookieParserImpl
-
取得cookie的domain。
- getCookieHeaderName() - 类 中的方法org.tinygroup.weblayer.webcontext.util.CookieSupport
-
取得cookie header的名称。
- getCookieHeaderName(int) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServerCookie
-
Return the header name to set the cookie, based on cookie version.
- getCookieHeaderValue() - 类 中的方法org.tinygroup.weblayer.webcontext.util.CookieSupport
-
取得cookie header的值。
- getCookiePath() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.CookieParserImpl
-
取得cookie的path。
- getCookies() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
-
取得所有cookie。
- getCookies() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.ParserWebContext
-
取得所有cookie。
- getCreationTime() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
-
取得session的创建时间。
- getCreationTime() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl
-
取得session的创建时间。
- getCreationTime() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionModel
-
取得session的创建时间。
- getDate(String, DateFormat) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得日期。
- getDate(String, DateFormat, Date) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得日期。
- getDate(String, DateFormat) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得日期。
- getDate(String, DateFormat, Date) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得日期。
- getDateValue(DateFormat) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得日期。
- getDateValue(DateFormat, Date) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得日期。
- getDateValue(DateFormat) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得日期。
- getDateValue(DateFormat, Date) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得日期。
- getDefaultPattern(String) - 类 中的静态方法org.tinygroup.weblayer.filter.SessionTinyFilter.AttributePattern
-
创建默认匹配,匹配所有attribute names。
- getDomain() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.CookieConfig
-
取得cookie的域名。
- getDomain() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
-
- getDouble(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得参数值,如果指定名称的参数不存在,则返回0。
- getDouble(String, double) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getDouble(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得参数值,如果指定名称的参数不存在,则返回0。
- getDouble(String, double) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getDoubleValue() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得参数值,如果指定名称的参数不存在,则返回0。
- getDoubleValue(Double) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getDoubleValue() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得参数值,如果指定名称的参数不存在,则返回0。
- getDoubleValue(Double) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getEncoding() - 类 中的方法org.tinygroup.weblayer.impl.EncodeingHttpFilter
-
- getEncrypter() - 类 中的方法org.tinygroup.weblayer.webcontext.session.encode.impl.SerializationEncoder
-
- getEqualSign() - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.impl.MappedValuesEncoder
-
- getEqualSign() - 类 中的方法org.tinygroup.weblayer.webcontext.util.QueryStringParser
-
- getErrorMessage() - 类 中的方法org.tinygroup.weblayer.webcontext.lazycommit.impl.LazyCommitWebContextImpl
-
如果sendError()方法曾被调用,则该方法返回一个error信息。
- getErrorMessage() - 接口 中的方法org.tinygroup.weblayer.webcontext.lazycommit.LazyCommitWebContext
-
如果sendError()方法曾被调用,则该方法返回一个error信息。
- getErrorStatus() - 类 中的方法org.tinygroup.weblayer.webcontext.lazycommit.impl.LazyCommitWebContextImpl
-
如果sendError()方法曾被调用,则该方法返回一个error状态值。
- getErrorStatus() - 接口 中的方法org.tinygroup.weblayer.webcontext.lazycommit.LazyCommitWebContext
-
如果sendError()方法曾被调用,则该方法返回一个error状态值。
- getExactMatchedAttributeNames(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.StoreMappingsConfig
-
反查指定store名称所对应的所有精确匹配的attribute名称。
- getExactPattern(String, String) - 类 中的静态方法org.tinygroup.weblayer.filter.SessionTinyFilter.AttributePattern
-
创建精确匹配,匹配名称完全相同的attribute names。
- getExecute() - 类 中的方法org.tinygroup.weblayer.tinyprocessor.MvcTinyProcessor
-
- getExtName() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
-
- getExtName() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
-
- getExtNames() - 类 中的方法org.tinygroup.weblayer.impl.EncodeingHttpFilter
-
- getFieldName() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
-
Returns the name of the field in the multipart form corresponding to this
file item.
- getFileName() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
-
- getFileName() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
-
- getFileName(Map) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ServletFileUpload
-
- getFileName(FileItemHeaders) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ServletFileUpload
-
- getFileNameKey() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ServletFileUpload
-
- getFileNameKey() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
-
- getFileNameKey() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadConfiguration
-
标准的上传文件请求中,包含这样的内容:
Content-Disposition: attachment; filename=xxx.txt
。
- getFileNameKey() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
-
- getFileObject(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ParameterParserImpl
-
取得指定名称的FileItem对象,如果不存在,则返回null。
- getFileObject() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得FileItem对象,如果不存在,则返回null。
- getFileObject(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ParameterParser
-
取得指定名称的FileItem对象,如果不存在,则返回null。
- getFileObject() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得FileItem对象,如果不存在,则返回null。
- getFileObjects(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ParameterParserImpl
-
取得指定名称的FileItem对象,如果不存在,则返回null。
- getFileObjects() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得FileItem对象,如果不存在,则返回null。
- getFileObjects(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ParameterParser
-
取得指定名称的FileItem对象,如果不存在,则返回null。
- getFileObjects() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得FileItem对象,如果不存在,则返回null。
- getFileSizeMax() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
-
- getFileSizeMax() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadConfiguration
-
取得单个文件允许的最大尺寸,超过此尺寸的文件将被抛弃。
- getFileSizeMax() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
-
- getFilterName() - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterConfig
-
- getFilterWrapper() - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterManagerImpl
-
- getFilterWrapper() - 接口 中的方法org.tinygroup.weblayer.TinyFilterManager
-
获取filter包装实例
- getFiltterMapping(XmlNode) - 类 中的静态方法org.tinygroup.weblayer.util.TinyConfigUtil
-
- getFlags() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.Flags
-
- getFlags() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition
-
- getFlags() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution
-
- getFlagValue(String...) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.Flags
-
如果flag不存在,则返回null。
- getFloat(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得参数值,如果指定名称的参数不存在,则返回0。
- getFloat(String, float) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getFloat(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得参数值,如果指定名称的参数不存在,则返回0。
- getFloat(String, float) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getFloatValue() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得参数值,如果指定名称的参数不存在,则返回0。
- getFloatValue(Float) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getFloatValue() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得参数值,如果指定名称的参数不存在,则返回0。
- getFloatValue(Float) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getForceExpirationPeriod() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig
-
Session强制作废期限(秒)。
- getFormat() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.propertyedit.CustomDateRegistrar
-
- getFromWrapperContext(String, WebContext) - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
-
- getGenerator() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.IdConfig
-
取得session ID生成器。
- getHandler(String) - 类 中的方法org.tinygroup.weblayer.mvc.handlermapping.AnnotationHandlerMapping
-
- getHandler(String) - 接口 中的方法org.tinygroup.weblayer.mvc.HandlerMapping
-
- getHandler() - 类 中的方法org.tinygroup.weblayer.tinyprocessor.MvcTinyProcessor
-
- getHeaders() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
-
Returns the file item headers.
- getHtmlFieldSuffix() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
-
取得代表HTML字段的后缀。
- getHtmlFieldSuffix() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.ParserWebContext
-
取得代表HTML字段的后缀。
- getHttpOnly() - 类 中的方法org.tinygroup.weblayer.webcontext.util.CookieSupport
-
是否生成IE6支持的HttpOnly标记。
- getHttpSession() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionStore.StoreContext
-
取得当前的session对象。
- getId() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
-
取得session ID。
- getId() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig
-
取得session ID的配置。
- getIdCookieConfig() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
-
- getInitParam(XmlNode) - 类 中的静态方法org.tinygroup.weblayer.util.TinyConfigUtil
-
- getInitParameter(String) - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterConfig
-
- getInitParameter(String) - 类 中的方法org.tinygroup.weblayer.impl.TinyServletConfig
-
- getInitParameter(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
-
- getInitParameterNames() - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterConfig
-
- getInitParameterNames() - 类 中的方法org.tinygroup.weblayer.impl.TinyServletConfig
-
- getInitParameterNames() - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
-
- getInitParamMap() - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
-
- getInitParamMap() - 类 中的方法org.tinygroup.weblayer.AbstractTinyProcessor
-
- getInputCharset() - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleOverrider
-
- getInputStream() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
-
Returns an
InputStream that can be used to
retrieve the contents of the file.
- getInputStream() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
-
- getInputStream() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
-
- getInt(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得参数值,如果指定名称的参数不存在,则返回0。
- getInt(String, int) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getInt(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得参数值,如果指定名称的参数不存在,则返回0。
- getInt(String, int) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getIntegerValue() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得参数值,如果指定名称的参数不存在,则返回0。
- getIntegerValue(Integer) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getIntegerValue() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得参数值,如果指定名称的参数不存在,则返回0。
- getIntegerValue(Integer) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getIntegerValues() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得指定参数的所有值。
- getIntegerValues(int[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得指定参数的所有值。
- getIntegerValues() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得指定参数的所有值。
- getIntegerValues(int[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得指定参数的所有值。
- getInts(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得指定参数的所有值。
- getInts(String, int[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得指定参数的所有值。
- getInts(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得指定参数的所有值。
- getInts(String, int[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得指定参数的所有值。
- getItemIterator(HttpServletRequest) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ServletFileUpload
-
- getKey(MatchResultSubstitution) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution.Parameter
-
- getKey() - 类 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.impl.AesEncrypter
-
- getKeys() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
- getKeys() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
- getKeySize() - 类 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.impl.AesEncrypter
-
- getLastAccessedTime() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
-
取得最近访问时间。
- getLastAccessedTime() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl
-
取得最近访问时间。
- getLastAccessedTime() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionModel
-
取得最近访问时间。
- getLastModifiedTime() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
-
- getLastModifiedTime() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
-
- getLength() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.RandomIDGenerator
-
- getLong(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得参数值,如果指定名称的参数不存在,则返回0。
- getLong(String, long) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getLong(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得参数值,如果指定名称的参数不存在,则返回0。
- getLong(String, long) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getLongs(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得指定参数的所有值。
- getLongs(String, long[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得指定参数的所有值。
- getLongs(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得指定参数的所有值。
- getLongs(String, long[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得指定参数的所有值。
- getLongValue() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得参数值,如果指定名称的参数不存在,则返回0。
- getLongValue(Long) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getLongValue() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得参数值,如果指定名称的参数不存在,则返回0。
- getLongValue(Long) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getLongValues() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得指定参数的所有值。
- getLongValues(long[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得指定参数的所有值。
- getLongValues() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得指定参数的所有值。
- getLongValues(long[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得指定参数的所有值。
- getMajorVersion() - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
-
- getManager() - 类 中的方法org.tinygroup.weblayer.mvc.annotationaction.ControllerAnnotationAction
-
- getManager() - 类 中的方法org.tinygroup.weblayer.mvc.handlermapping.AbstractHandlerMapping
-
- getMapClass() - 类 中的方法org.tinygroup.weblayer.mvc.MappingClassModel
-
- getMapMethod() - 类 中的方法org.tinygroup.weblayer.mvc.MappingMethodModel
-
- getMappingClasses() - 类 中的方法org.tinygroup.weblayer.mvc.impl.MappingModelManagerImpl
-
- getMappingClasses() - 接口 中的方法org.tinygroup.weblayer.mvc.MappingModelManager
-
- getMappingMethodModels() - 类 中的方法org.tinygroup.weblayer.mvc.MappingClassModel
-
- getMappingMethodWithUrlPattern(String) - 类 中的方法org.tinygroup.weblayer.mvc.MappingClassModel
-
- getMappingModelWithClass(Class) - 类 中的方法org.tinygroup.weblayer.mvc.impl.MappingModelManagerImpl
-
- getMappingModelWithClass(Class) - 接口 中的方法org.tinygroup.weblayer.mvc.MappingModelManager
-
根据Class获取请求映射信息
- getMappingModelWithUrl(String) - 类 中的方法org.tinygroup.weblayer.mvc.impl.MappingModelManagerImpl
-
- getMappingModelWithUrl(String) - 接口 中的方法org.tinygroup.weblayer.mvc.MappingModelManager
-
根据请求url获取相应的请求映射信息对象
- getMatchResultSubstitution() - 接口 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitutionContext
-
- getMatchResultSubstitution(MatchResult, MatchResult) - 类 中的静态方法org.tinygroup.weblayer.webcontext.rewrite.RewriteUtil
-
- getMaxAge() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.CookieConfig
-
Cookie的最长存活时间(秒)。
- getMaxAge() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
-
- getMaxCookieSize() - 类 中的方法org.tinygroup.weblayer.webcontext.basic.impl.BasicWebContextImpl
-
- getMaxCookieSize() - 类 中的方法org.tinygroup.weblayer.webcontext.basic.interceptor.ResponseHeaderSecurityFilter
-
- getMaxInactiveInterval() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
-
取得session的最大不活动期限,超过此时间,session就会失效。
- getMaxInactiveInterval() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl
-
取得session的最大不活动期限,超过此时间,session就会失效。
- getMaxInactiveInterval() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig
-
Session的最长不活动时间(秒)。
- getMaxInactiveInterval() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionModel
-
取得session的最大不活动期限,超过此时间,session就会失效。
- getMethodMapping() - 类 中的方法org.tinygroup.weblayer.mvc.MappingMethodModel
-
- getMethodModel() - 类 中的方法org.tinygroup.weblayer.mvc.HandlerExecutionChain
-
- getMimeType(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
-
- getMinorVersion() - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
-
- getModel() - 类 中的方法org.tinygroup.weblayer.mvc.HandlerExecutionChain
-
- getModelKey() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig
-
代表session model在session中被保存的键值。
- getName() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
-
Returns the original filename in the client's filesystem.
- getName() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionAttribute
-
取得attribute的名字。
- getName() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.CookieConfig
-
取得cookie名称。
- getName() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.UrlEncodeConfig
-
取得URL encode的名称。
- getName() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
-
- getNamedDispatcher(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
-
- getNestedPath() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
-
Return the nested path of the object wrapped by this BeanWrapper.
- getNodeName() - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
-
- getNodeName() - 类 中的方法org.tinygroup.weblayer.AbstractTinyProcessor
-
- getNodeName() - 类 中的方法org.tinygroup.weblayer.listener.TinyListenerApplicationProcessor
-
- getObject(String, String) - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
-
- getObject(String, String) - 接口 中的方法org.tinygroup.weblayer.WebContext
-
获取指定范围内的对象
- getObject(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得指定参数的值。
- getObject(String, Object) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得指定参数的值。
- getObject(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得指定参数的值。
- getObject(String, Object) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得指定参数的值。
- getObjectOfType(String, Class<T>) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得指定类型的对象。
- getObjectOfType(String, Class<T>, MethodParameter, Object[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得指定类型的对象。
- getObjectOfType(String, Class<T>) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得指定类型的对象。
- getObjectOfType(String, Class<T>, MethodParameter, Object[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得指定类型的对象。
- getObjects(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得指定参数的所有值。
- getObjects(String, Object[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得指定参数的所有值。
- getObjects(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得指定参数的所有值。
- getObjects(String, Object[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得指定参数的所有值。
- getOriginalPropertyValue() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.PropertyValue
-
Return the original PropertyValue instance for this value holder.
- getOutputCharset() - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleOverrider
-
- getOutputStream() - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl
-
取得输出流。
- getOutputStream() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
-
Returns an
OutputStream that can be used for
storing the contents of the file.
- getOutputStream() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
-
- getOutputStream() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
-
- getParameters() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
-
取得所有query参数。
- getParameters() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.ParserWebContext
-
取得所有query参数。
- getParameters() - 接口 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitutionContext
-
- getParent() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
-
- getParent() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
-
- getParserWebContext() - 接口 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitutionContext
-
- getPath() - 类 中的方法org.tinygroup.weblayer.fc.Forward
-
- getPath() - 类 中的方法org.tinygroup.weblayer.fc.Redirect
-
- getPath() - 类 中的方法org.tinygroup.weblayer.flow.FullContextUrlRedirect
-
- getPath() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
-
- getPath() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
-
- getPath() - 接口 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitutionContext
-
- getPath() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.CookieConfig
-
取得cookie的路径。
- getPath() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
-
- getPattern() - 类 中的方法org.tinygroup.weblayer.filter.SessionTinyFilter.AttributePattern
-
- getPattern() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteRule
-
- getPatternName() - 类 中的方法org.tinygroup.weblayer.filter.SessionTinyFilter.AttributePattern
-
- getPatterns() - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
-
- getPatterns() - 类 中的方法org.tinygroup.weblayer.AbstractTinyProcessor
-
- getPoolSize() - 类 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.AbstractJceEncrypter
-
- getPropertyDescriptor(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
-
- getPropertyDescriptorInternal(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
-
- getPropertyDescriptors() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
-
- getPropertyEditorRegistrar() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
-
取得用来转换参数类型的propertyEditor注册器。
- getPropertyEditorRegistrar() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.ParserWebContext
-
取得用来转换参数类型的propertyEditor注册器。
- getPropertyEditorRegistrars() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.PropertyEditorRegistrarsSupport
-
取得一组PropertyEditor注册器。
- getPropertyType(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
-
- getPropertyValue(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
-
- getRealPath(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
-
- getRedirectCode() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution.SubstitutionFlags
-
标志位:重定向,并取得redirect code。
- getRedirectLocation() - 类 中的方法org.tinygroup.weblayer.webcontext.lazycommit.impl.LazyCommitWebContextImpl
-
取得重定向的URI。
- getRedirectLocation() - 接口 中的方法org.tinygroup.weblayer.webcontext.lazycommit.LazyCommitWebContext
-
取得重定向的URI。
- getRegexPattern(String, String) - 类 中的静态方法org.tinygroup.weblayer.filter.SessionTinyFilter.AttributePattern
-
创建正则表达式匹配。
- getRename() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItemFactory
-
- getRename() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
-
- getRepository() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
-
- getRepository() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileUploadRenameImpl
-
- getRepository() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
-
- getRepository() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadConfiguration
-
取得暂存文件的目录。
- getRepository() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
-
- getRequest() - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
-
- getRequest() - 接口 中的方法org.tinygroup.weblayer.WebContext
-
- getRequest() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItemFactory
-
- getRequest() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ServletRequestContext
-
- getRequestDispatcher(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
-
- getRequestedSessionID() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl
-
取得当前的session ID。
- getRequestId(HttpServletRequest) - 类 中的方法org.tinygroup.weblayer.servlet.FlowServlet
-
- getRequestId(String) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.LogicFlowTinyProcessor
-
- getRequestId(String) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.PageFlowTinyProcessor
-
- getRequestUriPattern() - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleOverrider
-
- getResource(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
-
- getResourceAsStream(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
-
- getResourcePath(HttpServletRequest) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServletUtil
-
取得request所请求的资源路径。
- getResourcePaths(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
-
- getResponse() - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
-
- getResponse() - 接口 中的方法org.tinygroup.weblayer.WebContext
-
- getResponseContentType() - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
-
取得content type。
- getResponseContentType() - 接口 中的方法org.tinygroup.weblayer.webcontext.setlocacle.SetLocaleWebContext
-
取得content type。
- getResponseHeaderInterceptors() - 接口 中的方法org.tinygroup.weblayer.webcontext.basic.BasicWebContext
-
- getResponseHeaderInterceptors() - 类 中的方法org.tinygroup.weblayer.webcontext.basic.impl.BasicWebContextImpl
-
- getRootClass() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
-
Return the class of the root object at the top of the path of this BeanWrapper.
- getRootInstance() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
-
Return the root object at the top of the path of this BeanWrapper.
- getSchemaProvider() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
-
- getSchemaProvider() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
-
- getSecure() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
-
- getSerializer() - 类 中的方法org.tinygroup.weblayer.webcontext.session.encode.impl.SerializationEncoder
-
- getServerInfo() - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
-
- getServlet(String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
-
已过时。
- getServletBaseURL(HttpServletRequest) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServletUtil
-
取得request请求的基准URL。
- getServletContext() - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterConfig
-
- getServletContext() - 类 中的方法org.tinygroup.weblayer.impl.TinyServletConfig
-
- getServletContext() - 类 中的静态方法org.tinygroup.weblayer.listener.ServletContextHolder
-
- getServletContext() - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractRequestWrapper
-
取得当前request所处的servlet context环境。
- getServletContext() - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractResponseWrapper
-
取得当前request所处的servlet context环境。
- getServletContext() - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
-
- getServletContext() - 接口 中的方法org.tinygroup.weblayer.WebContext
-
取得servletContext对象
- getServletContext() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
-
取得当前session所属的servlet context。
- getServletContextName() - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
-
- getServletMapping(XmlNode) - 类 中的静态方法org.tinygroup.weblayer.util.TinyConfigUtil
-
- getServletName() - 类 中的方法org.tinygroup.weblayer.impl.TinyServletConfig
-
- getServletNames() - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
-
- getServletPath() - 类 中的方法org.tinygroup.weblayer.TinyFilterHandler
-
- getServletResourcePath(HttpServletRequest) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServletUtil
-
取得request所请求的资源路径。
- getServlets() - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
-
已过时。
- getSession(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl
-
取得当前的session,如果不存在,且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
-
- getSessionID() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl
-
取得session ID。
- getSessionID() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionModel
-
取得session ID。
- getSessionInterceptors() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig
-
取得用来监听session行为的interceptors。
- getSessionModel() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
-
取得当前的model。
- getSessionModelEncoders() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig
-
取得model encoders。
- getSessionWebContext() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
-
取得创建该session的request context。
- getSessionWebContext() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionStore.StoreContext
-
取得当前的request context。
- getShort(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得参数值,如果指定名称的参数不存在,则返回0。
- getShort(String, short) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getShort(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得参数值,如果指定名称的参数不存在,则返回0。
- getShort(String, short) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getShortValue() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得参数值,如果指定名称的参数不存在,则返回0。
- getShortValue(Short) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getShortValue() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得参数值,如果指定名称的参数不存在,则返回0。
- getShortValue(Short) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getSize() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
-
Returns the size of the file.
- getSize() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
-
- getSize() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
-
- getSizeMax() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
-
- getSizeMax() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadConfiguration
-
取得HTTP请求的最大尺寸,超过此尺寸的请求将被抛弃。
- getSizeMax() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
-
- getSizeThreshold() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
-
- getSizeThreshold() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadConfiguration
-
取得将文件放在内存中的阈值,小于此值的文件被保存在内存中。
- getSizeThreshold() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
-
- getState() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionStore.StoreContext
-
取得store的request scope状态数据。
- getStatus() - 类 中的方法org.tinygroup.weblayer.webcontext.lazycommit.impl.LazyCommitWebContextImpl
-
取得最近设置的HTTP status。
- getStatus() - 接口 中的方法org.tinygroup.weblayer.webcontext.lazycommit.LazyCommitWebContext
-
取得最近设置的HTTP status。
- getStore() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionAttribute
-
取得store。
- getStore(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.StoresConfig
-
取得指定名称的对象所存放的session store。
- getStoreContext(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionStore.StoreContext
-
取得指定名称的store的状态数据。
- getStoreLocation() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
-
Returns the
File object for the
FileItem's
data's temporary location on the disk.
- getStoreMappings() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig
-
取得所有store mappings。
- getStoreName() - 类 中的方法org.tinygroup.weblayer.filter.SessionTinyFilter.AttributePattern
-
- getStoreName() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionAttribute
-
取得store名称。
- getStoreName() - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
-
- getStoreNameForAttribute(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.StoreMappingsConfig
-
取得指定session attribute名称的对象所存放的session store。
- getStoreNames() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.StoresConfig
-
取得所有的session store的名称。
- getStores() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig
-
取得所有stores。
- getString(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
-
Returns the contents of the file as a String, using the specified
encoding.
- getString() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
-
取得字段或文件的内容。
- getString(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得参数值,如果指定名称的参数不存在,则返回null。
- getString(String, String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getString(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得参数值,如果指定名称的参数不存在,则返回null。
- getString(String, String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getStrings(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得指定参数的所有值。
- getStrings(String, String[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得指定参数的所有值。
- getStrings(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得指定参数的所有值。
- getStrings(String, String[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得指定参数的所有值。
- getStringValue() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得参数值,如果指定名称的参数不存在,则返回null。
- getStringValue(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getStringValue() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得参数值,如果指定名称的参数不存在,则返回null。
- getStringValue(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得参数值,如果指定名称的参数不存在,则返回指定默认值。
- getStringValues() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得指定参数的所有值。
- getStringValues(String[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得指定参数的所有值。
- getStringValues() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得指定参数的所有值。
- getStringValues(String[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得指定参数的所有值。
- getSubFlags() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution
-
- getSubstitutedTestString(String, MatchResult, MatchResult, HttpServletRequest) - 类 中的静态方法org.tinygroup.weblayer.webcontext.rewrite.RewriteUtil
-
- getSubstitution() - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteRule
-
- getTinyFiltersWithUrl(String) - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterManagerImpl
-
- getTinyFiltersWithUrl(String) - 接口 中的方法org.tinygroup.weblayer.TinyFilterManager
-
根据请求url,获取相关的tinyfilter列表
- getTopWebContext() - 类 中的方法org.tinygroup.weblayer.webcontext.CommitMonitor
-
- getTypeConverter() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
- getTypeConverter() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得类型转换器。
- getTypeConverter() - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder
-
- getURIEncoding() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
-
当useServletEngineParser==false并且
useBodyEncodingForURI=false时,用该编码来解释GET请求的参数。
- getURIEncoding() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.ParserWebContext
-
当useServletEngineParser==false并且
useBodyEncodingForURI=false时,用该编码来解释GET请求的参数。
- getURL() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
-
- getURL() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
-
- getUrlEncode() - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionConfig.IdConfig
-
取得session ID URL encode的配置。
- getUrlMapping() - 类 中的方法org.tinygroup.weblayer.mvc.MappingClassModel
-
- getUrlPatterns() - 类 中的方法org.tinygroup.weblayer.mvc.MappingMethodModel
-
- getValue() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得指定参数的值。
- getValue(Object) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得指定参数的值。
- getValue() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得指定参数的值。
- getValue(Object) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得指定参数的值。
- getValue() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionAttribute
-
取得attribute的值。
- getValue(String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
-
已过时。
use getAttribute instead
- getValueList(String, boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得指定参数的值的列表。
- getValueNames() - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
-
已过时。
use getAttributeNames instead
- getValueOfType(Class<T>, MethodParameter, Object[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得指定类型的值。
- getValueOfType(Class<T>, boolean, MethodParameter, Object[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得指定类型的值。
- getValueOfType(Class<T>, MethodParameter, Object[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得指定类型的值。
- getValueOfType(Class<T>, boolean, MethodParameter, Object[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得指定类型的值。
- getValues() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得指定参数的所有值。
- getValues(Object[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得指定参数的所有值。
- getValues() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得指定参数的所有值。
- getValues(Object[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得指定参数的所有值。
- getValues(MatchResultSubstitution) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution.Parameter
-
- getView() - 类 中的方法org.tinygroup.weblayer.mvc.MappingMethodModel
-
- getWebContext() - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractRequestWrapper
-
取得支持它们的WebContext。
- getWebContext() - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractResponseWrapper
-
取得支持它们的getWebContext。
- getWebContext(HttpServletRequest) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.WebContextUtil
-
取得和当前request相关联的WebContext对象。
- getWrappedClass() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
-
- getWrappedInstance() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
-
- getWrappedWebContext() - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
-
- getWrappedWebContext(String) - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
-
- getWrappedWebContext() - 接口 中的方法org.tinygroup.weblayer.WebContext
-
获取包装的WebContext
- getWriter() - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl
-
取得输出字符流。
- sendError(int, String) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
-
- sendRedirect(String) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
-
- SerializationEncoder - org.tinygroup.weblayer.webcontext.session.encode.impl中的类
-
通过Serializer提供的序列化机制来编码对象,以及解码字符串。
- SerializationEncoder() - 类 的构造器org.tinygroup.weblayer.webcontext.session.encode.impl.SerializationEncoder
-
- serialize(Object, OutputStream) - 类 中的方法org.tinygroup.weblayer.webcontext.session.serializer.impl.JavaSerializer
-
- serialize(Object, OutputStream) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.serializer.Serializer
-
- serializer - 类 中的变量org.tinygroup.weblayer.webcontext.session.encode.AbstractSerializationEncoder
-
- Serializer - org.tinygroup.weblayer.webcontext.session.serializer中的接口
-
序列化器。
- SERVER_PORT_HTTP - 类 中的静态变量org.tinygroup.weblayer.webcontext.rewrite.impl.RewriteWebContextImpl
-
- SERVER_PORT_HTTPS - 类 中的静态变量org.tinygroup.weblayer.webcontext.rewrite.impl.RewriteWebContextImpl
-
- SERVER_SCHEME_HTTP - 类 中的静态变量org.tinygroup.weblayer.webcontext.rewrite.impl.RewriteWebContextImpl
-
- SERVER_SCHEME_HTTPS - 类 中的静态变量org.tinygroup.weblayer.webcontext.rewrite.impl.RewriteWebContextImpl
-
- ServerCookie - org.tinygroup.weblayer.webcontext.util中的类
-
这个类从Tomcat 6.0.29的org.apache.tomcat.util.http.ServerCookie改编。
- ServerCookie() - 类 的构造器org.tinygroup.weblayer.webcontext.util.ServerCookie
-
- service(HttpServletRequest, HttpServletResponse) - 类 中的方法org.tinygroup.weblayer.servlet.FlowServlet
-
- service(HttpServletRequest, HttpServletResponse) - 类 中的方法org.tinygroup.weblayer.servlet.FullContextUrlRedirectServlet
-
- service(HttpServletRequest, HttpServletResponse) - 类 中的方法org.tinygroup.weblayer.servlet.TinyServlet
-
- service(HttpServletRequest, HttpServletResponse) - 类 中的方法org.tinygroup.weblayer.servlet.VelocityLayoutViewServlet
-
- SERVLET_BEAN - 类 中的静态变量org.tinygroup.weblayer.impl.TinyServletConfig
-
- ServletContextHolder - org.tinygroup.weblayer.listener中的类
-
- ServletContextHolder() - 类 的构造器org.tinygroup.weblayer.listener.ServletContextHolder
-
- ServletFileUpload - org.tinygroup.weblayer.webcontext.parser.impl中的类
-
继承自commons-fileupload-1.2.1的同名类,改进了如下内容:
使用新的ServletRequestContext,以便在处理字符集编码时,和servlet规范相容。
- ServletFileUpload() - 类 的构造器org.tinygroup.weblayer.webcontext.parser.impl.ServletFileUpload
-
- ServletFileUpload(FileItemFactory) - 类 的构造器org.tinygroup.weblayer.webcontext.parser.impl.ServletFileUpload
-
- ServletRequestContext - org.tinygroup.weblayer.webcontext.parser.impl中的类
-
继承自commons-fileupload-1.2.1的同名类,改进了如下内容:
假如request.getCharacterEncoding()返回null ,那么返回默认值
ISO-8859-1。
- ServletRequestContext(HttpServletRequest) - 类 的构造器org.tinygroup.weblayer.webcontext.parser.impl.ServletRequestContext
-
- ServletUtil - org.tinygroup.weblayer.webcontext.util中的类
-
有关servlet的小工具。
- ServletUtil() - 类 的构造器org.tinygroup.weblayer.webcontext.util.ServletUtil
-
- SESSION_ID_LENGTH_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.session.SessionIDGenerator
-
- SESSION_KEY_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.setlocacle.SetLocaleWebContext
-
用来保存locale的session key的名称。
- SessionAttribute - org.tinygroup.weblayer.webcontext.session.impl中的类
-
代表session中的一个属性。
- SessionAttribute(String, SessionImpl, String, SessionStore.StoreContext) - 类 的构造器org.tinygroup.weblayer.webcontext.session.impl.SessionAttribute
-
创建一个attribute。
- SessionAttributeInterceptor - org.tinygroup.weblayer.webcontext.session中的接口
-
session属性读写操作时的拦截器
- SessionAttributeWhitelist - org.tinygroup.weblayer.webcontext.session.impl中的类
-
用来控制session attributes的使用。
- SessionAttributeWhitelist() - 类 的构造器org.tinygroup.weblayer.webcontext.session.impl.SessionAttributeWhitelist
-
- SessionConfig - org.tinygroup.weblayer.webcontext.session中的接口
-
包含session系统的配置。
- SessionConfig.CookieConfig - org.tinygroup.weblayer.webcontext.session中的接口
-
代表cookie的配置。
- SessionConfig.IdConfig - org.tinygroup.weblayer.webcontext.session中的接口
-
代表session ID的配置。
- SessionConfig.StoreMappingsConfig - org.tinygroup.weblayer.webcontext.session中的接口
-
代表store mappings的配置。
- SessionConfig.StoresConfig - org.tinygroup.weblayer.webcontext.session中的接口
-
代表stores的配置。
- SessionConfig.UrlEncodeConfig - org.tinygroup.weblayer.webcontext.session中的接口
-
代表url encode的配置。
- sessionCreated(HttpSession) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionLifecycleLogger
-
- sessionCreated(HttpSession) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionLifecycleListener
-
当session第一次被创建以后,被调用。
- SessionEncoder - org.tinygroup.weblayer.webcontext.session.encode中的接口
-
将attributes map转换成字符串值或反之。
- SessionEncoderException - org.tinygroup.weblayer.webcontext.session.exception中的异常错误
-
代表编码、解码时发生的错误。
- SessionEncoderException() - 异常错误 的构造器org.tinygroup.weblayer.webcontext.session.exception.SessionEncoderException
-
- SessionEncoderException(String, Throwable) - 异常错误 的构造器org.tinygroup.weblayer.webcontext.session.exception.SessionEncoderException
-
- SessionEncoderException(String) - 异常错误 的构造器org.tinygroup.weblayer.webcontext.session.exception.SessionEncoderException
-
- SessionEncoderException(Throwable) - 异常错误 的构造器org.tinygroup.weblayer.webcontext.session.exception.SessionEncoderException
-
- SessionEncrypterException - org.tinygroup.weblayer.webcontext.session.exception中的异常错误
-
- SessionEncrypterException() - 异常错误 的构造器org.tinygroup.weblayer.webcontext.session.exception.SessionEncrypterException
-
- SessionEncrypterException(String, Throwable) - 异常错误 的构造器org.tinygroup.weblayer.webcontext.session.exception.SessionEncrypterException
-
- SessionEncrypterException(String) - 异常错误 的构造器org.tinygroup.weblayer.webcontext.session.exception.SessionEncrypterException
-
- SessionEncrypterException(Throwable) - 异常错误 的构造器org.tinygroup.weblayer.webcontext.session.exception.SessionEncrypterException
-
- SessionFrameworkException - org.tinygroup.weblayer.webcontext.session.exception中的异常错误
-
代表session框架的异常。
- SessionFrameworkException() - 异常错误 的构造器org.tinygroup.weblayer.webcontext.session.exception.SessionFrameworkException
-
- SessionFrameworkException(String, Throwable) - 异常错误 的构造器org.tinygroup.weblayer.webcontext.session.exception.SessionFrameworkException
-
- SessionFrameworkException(String) - 异常错误 的构造器org.tinygroup.weblayer.webcontext.session.exception.SessionFrameworkException
-
- SessionFrameworkException(Throwable) - 异常错误 的构造器org.tinygroup.weblayer.webcontext.session.exception.SessionFrameworkException
-
- SessionIDGenerator - org.tinygroup.weblayer.webcontext.session中的接口
-
生成session ID的机制。
- SessionImpl - org.tinygroup.weblayer.webcontext.session.impl中的类
-
实现了HttpSession接口。
- SessionImpl(String, SessionWebContext, boolean, boolean) - 类 的构造器org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
-
创建一个session对象。
- SessionInterceptor - org.tinygroup.weblayer.webcontext.session中的接口
-
- sessionInvalidated(HttpSession) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionLifecycleLogger
-
- sessionInvalidated(HttpSession) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionLifecycleListener
-
当session被作废后以后,被调用。
- SessionLifecycleListener - org.tinygroup.weblayer.webcontext.session中的接口
-
session生命周期对应的拦截器
- SessionLifecycleLogger - org.tinygroup.weblayer.webcontext.session.impl中的类
-
用来记录session日志生命期事件的listener。
- SessionLifecycleLogger() - 类 的构造器org.tinygroup.weblayer.webcontext.session.impl.SessionLifecycleLogger
-
- SessionModel - org.tinygroup.weblayer.webcontext.session中的接口
-
描述session模型的接口
- SessionModel.Factory - org.tinygroup.weblayer.webcontext.session中的接口
-
用来创建session model实例的工厂。
- SessionModelEncoder - org.tinygroup.weblayer.webcontext.session中的接口
-
将session model转换为store中可存储的对象,或者将store中取得的对象转换回session model。
- SessionModelEncoderImpl - org.tinygroup.weblayer.webcontext.session.impl中的类
-
SessionModelEncoder的默认实现:将model内容保存成字符串。
- SessionModelEncoderImpl() - 类 的构造器org.tinygroup.weblayer.webcontext.session.impl.SessionModelEncoderImpl
-
- SessionModelImpl - org.tinygroup.weblayer.webcontext.session.impl中的类
-
代表一个session本身的信息。
- SessionModelImpl(SessionImpl) - 类 的构造器org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl
-
- SessionModelImpl(String, long, long, int) - 类 的构造器org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl
-
- SessionStore - org.tinygroup.weblayer.webcontext.session中的接口
-
用来持久化存储session attribute的机制。
- SessionStore.StoreContext - org.tinygroup.weblayer.webcontext.session中的接口
-
帮助store取得当前request的信息,并存放它们自己的当前状态。
- SessionStoreException - org.tinygroup.weblayer.webcontext.session.exception中的异常错误
-
构建SessionStore时的运行期异常。
- SessionStoreException() - 异常错误 的构造器org.tinygroup.weblayer.webcontext.session.exception.SessionStoreException
-
- SessionStoreException(String, Throwable) - 异常错误 的构造器org.tinygroup.weblayer.webcontext.session.exception.SessionStoreException
-
- SessionStoreException(String) - 异常错误 的构造器org.tinygroup.weblayer.webcontext.session.exception.SessionStoreException
-
- SessionStoreException(Throwable) - 异常错误 的构造器org.tinygroup.weblayer.webcontext.session.exception.SessionStoreException
-
- SessionTinyFilter - org.tinygroup.weblayer.filter中的类
-
增强的Session框架,可将session中的对象保存到cookie、数据库或其它存储中。
- SessionTinyFilter() - 类 的构造器org.tinygroup.weblayer.filter.SessionTinyFilter
-
- SessionTinyFilter.AttributePattern - org.tinygroup.weblayer.filter中的类
-
代表一个pattern的信息。
- SessionValueEncoder - org.tinygroup.weblayer.webcontext.session.valueencode中的接口
-
将对象转换成字符串值或反之。
- SessionValueEncoderException - org.tinygroup.weblayer.webcontext.session.exception中的异常错误
-
代表值编码、解码时发生的错误。
- SessionValueEncoderException() - 异常错误 的构造器org.tinygroup.weblayer.webcontext.session.exception.SessionValueEncoderException
-
- SessionValueEncoderException(String, Throwable) - 异常错误 的构造器org.tinygroup.weblayer.webcontext.session.exception.SessionValueEncoderException
-
- SessionValueEncoderException(String) - 异常错误 的构造器org.tinygroup.weblayer.webcontext.session.exception.SessionValueEncoderException
-
- SessionValueEncoderException(Throwable) - 异常错误 的构造器org.tinygroup.weblayer.webcontext.session.exception.SessionValueEncoderException
-
- sessionVisited(HttpSession) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionLifecycleLogger
-
- sessionVisited(HttpSession) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionLifecycleListener
-
当session被访问的时候,被调用。
- SessionWebContext - org.tinygroup.weblayer.webcontext.session中的接口
-
支持session的WebContext实现。
- SessionWebContextImpl - org.tinygroup.weblayer.webcontext.session.impl中的类
-
支持session的HttpRequestContext实现。
- SessionWebContextImpl(WebContext, SessionConfig) - 类 的构造器org.tinygroup.weblayer.webcontext.session.impl.SessionWebContextImpl
-
构造函数。
- setAllowedAttributes(Map<String, Class<?>>) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionAttributeWhitelist
-
- setAllowedExtensions(String[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadedFileExtensionWhitelist
-
- setAndSign(String) - 类 中的方法org.tinygroup.weblayer.webcontext.util.QueryStringParser
-
设置用来替代“&”的字符。
- setApplication(Application) - 类 中的方法org.tinygroup.weblayer.listener.TinyListenerApplicationProcessor
-
- setAsText(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.propertyedit.HumanReadableSizeEditor
-
- setAsText(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.StringFileItemEditor
-
- setAttribute(String, Object) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
-
- setAttribute(String, Object) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
-
设置指定名称的attribute值。
- setAutoGrowNestedPaths(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
-
If this BeanWrapper should "auto grow" nested paths.
- setAutoUpload(boolean) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
-
- setAutoUpload(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
-
是否自动执行Upload。
- setBuffering(boolean) - 接口 中的方法org.tinygroup.weblayer.webcontext.buffered.BufferedWebContext
-
设置buffer模式,如果设置成true,表示将所有信息保存在内存中,否则直接输出到原始response中。
- setBuffering(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.impl.BufferedWebContextImpl
-
设置buffer模式,如果设置成true,表示将所有信息保存在内存中,否则直接输出到原始response中。
- setBuffering(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl
-
设置buffer模式,如果设置成true,表示将所有信息保存在内存中,否则直接输出到原始response中。
- setCache(Cache) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.CacheStore
-
- setCaseFolding(String) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
-
- setCaseFolding(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
-
按照指定的风格转换parameters和cookies的名称,默认为“小写加下划线”。
- setCharset(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
-
设置当前field的字符集编码。
- setCharset(String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder
-
- setChecksum(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.CookieStoreImpl
-
- setClassMapping(RequestMapping) - 类 中的方法org.tinygroup.weblayer.mvc.MappingClassModel
-
- setCommitted(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.CommitMonitor
-
- setConditions(RewriteCondition[]) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteRule
-
- setConfigManager(TinyFiterConfigManager) - 类 中的方法org.tinygroup.weblayer.impl.TinyFilterManagerImpl
-
- setConfigManager(TinyProcessorConfigManager) - 类 中的方法org.tinygroup.weblayer.impl.TinyProcessorManagerImpl
-
- setConfigManager(TinyFiterConfigManager) - 接口 中的方法org.tinygroup.weblayer.TinyFilterManager
-
设置web资源(servlet或filter)的配置管理接口
- setConfigManager(TinyProcessorConfigManager) - 接口 中的方法org.tinygroup.weblayer.TinyProcessorManager
-
设置web资源(servlet或filter)的配置管理接口
- setConfiguration(XmlNode) - 类 中的方法org.tinygroup.weblayer.AbstractTinyFilter
-
- setConfiguration(XmlNode) - 类 中的方法org.tinygroup.weblayer.AbstractTinyProcessor
-
- setConfiguration(XmlNode) - 类 中的方法org.tinygroup.weblayer.listener.TinyListenerApplicationProcessor
-
- setContentLength(int) - 类 中的方法org.tinygroup.weblayer.webcontext.buffered.response.BufferedResponseImpl
-
设置content长度。
- setContentType(String) - 类 中的方法org.tinygroup.weblayer.impl.EncodeingHttpFilter
-
- setContext(WebContext) - 类 中的方法org.tinygroup.weblayer.mvc.HandlerExecutionChain
-
- setContext(WebContext) - 接口 中的方法org.tinygroup.weblayer.mvc.WebContextAware
-
- setConverterQuiet(boolean) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
-
- setConverterQuiet(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
-
设置类型转换出错时,是否不报错,而是返回默认值。
- setCookie(String, String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.CookieParser
-
设置session cookie。
- setCookie(String, String, int) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.CookieParser
-
Set a persisten cookie on the client that will expire after a maximum age
(given in seconds).
- setCookie(String, String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.CookieParserImpl
-
Set a cookie that will be stored on the client for the duration of the
session.
- setCookie(String, String, int) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.CookieParserImpl
-
Set a persisten cookie on the client that will expire after a maximum age
(given in seconds).
- setDateHeader(String, long) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
-
- setDefaultCharset(String) - 类 中的方法org.tinygroup.weblayer.filter.SetLocaleTinyFilter
-
- setDefaultCharset(String) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
-
- setDefaultLocale(Locale) - 类 中的方法org.tinygroup.weblayer.filter.SetLocaleTinyFilter
-
- setDefaultLocale(Locale) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
-
- setDomain(String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
-
- setDomain(String) - 类 中的方法org.tinygroup.weblayer.webcontext.util.CookieSupport
-
- setEnable(boolean) - 类 中的方法org.tinygroup.weblayer.impl.EncodeingHttpFilter
-
- setEncoders(SessionEncoder[]) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.CookieStoreImpl
-
- setEncoding(String) - 类 中的方法org.tinygroup.weblayer.impl.EncodeingHttpFilter
-
- setEncrypter(Encrypter) - 类 中的方法org.tinygroup.weblayer.webcontext.session.encode.impl.SerializationEncoder
-
- setEncrypter(Encrypter) - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.AbstractSessionValueEncoder
-
- setEqualSign(String) - 类 中的方法org.tinygroup.weblayer.webcontext.util.QueryStringParser
-
设置用来替代“=”的字符。
- setExecute(MappingModelExecute) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.MvcTinyProcessor
-
- setExtNames(List<String>) - 类 中的方法org.tinygroup.weblayer.impl.EncodeingHttpFilter
-
- setFieldName(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
-
Sets the field name used to reference this file item.
- setFileNameKey(String[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ServletFileUpload
-
- setFileNameKey(String[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
-
- setFileNameKey(String[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
-
- setFileSizeMax(HumanReadableSize) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
-
- setFileSizeMax(HumanReadableSize) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
-
- setFileSizeMax(long) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
-
- setFlags(String) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition
-
- setFlags(String) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution
-
- setFormat(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.propertyedit.CustomDateRegistrar
-
- setFormField(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
-
Specifies whether or not a FileItem instance represents a
simple form field.
- setHandler(HandlerMapping) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.MvcTinyProcessor
-
- setHandlers(Object[]) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteRule
-
- setHeader(String, String) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
-
- setHeaders(FileItemHeaders) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.AbstractFileItem
-
Sets the file item headers.
- setHeadersCommitted(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.CommitMonitor
-
- setHtmlFieldSuffix(String) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
-
- setHtmlFieldSuffix(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
-
设置代表HTML字段的后缀。
- setHttpOnly(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
-
- setHttpOnly(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.util.CookieSupport
-
是否生成IE6支持的HttpOnly标记。
- setInitParameter(String, String) - 类 中的方法org.tinygroup.weblayer.listener.TinyServletContext
-
- setInputCharset(String) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleOverrider
-
- setInputCharsetPattern(Pattern) - 类 中的方法org.tinygroup.weblayer.filter.SetLocaleTinyFilter
-
- setInputCharsetPattern(Pattern) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
-
- setInterceptors(Object[]) - 类 中的方法org.tinygroup.weblayer.filter.BasicTinyFilter
-
- setIntHeader(String, int) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
-
- setIntrospectionClass(Class) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
-
Set the class to introspect.
- setKeepFormFieldInMemory(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItemFactory
-
- setKeepFormFieldInMemory(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
-
- setKeepFormFieldInMemory(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
-
- setKey(String) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution.Parameter
-
- setKey(String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.impl.AesEncrypter
-
- setKeySize(int) - 类 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.impl.AesEncrypter
-
- setLength(int) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.RandomIDGenerator
-
- setLocale(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.propertyedit.CustomDateRegistrar
-
- SetLocaleOverrider - org.tinygroup.weblayer.webcontext.setlocacle.impl中的类
-
根据request uri来设置输入、输出charset。
- SetLocaleOverrider(String, String, String) - 类 的构造器org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleOverrider
-
- SetLocaleTinyFilter - org.tinygroup.weblayer.filter中的类
-
设置当前请求的区域(locale)、编码字符集(charset)。
- SetLocaleTinyFilter() - 类 的构造器org.tinygroup.weblayer.filter.SetLocaleTinyFilter
-
- SetLocaleWebContext - org.tinygroup.weblayer.webcontext.setlocacle中的接口
-
实现了Servlet 2.4规范中的response的方法。
- SetLocaleWebContextImpl - org.tinygroup.weblayer.webcontext.setlocacle.impl中的类
-
SetLocaleWebContext的实现。
- SetLocaleWebContextImpl(WebContext) - 类 的构造器org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
-
包装一个RequestContext对象。
- setLogLevel(LogLevel) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionLifecycleLogger
-
- setManager(MappingModelManager) - 类 中的方法org.tinygroup.weblayer.mvc.annotationaction.ControllerAnnotationAction
-
- setManager(MappingModelManager) - 类 中的方法org.tinygroup.weblayer.mvc.handlermapping.AbstractHandlerMapping
-
- setMapClass(Class) - 类 中的方法org.tinygroup.weblayer.mvc.MappingClassModel
-
- setMapMethod(Method) - 类 中的方法org.tinygroup.weblayer.mvc.MappingMethodModel
-
- setMaxAge(int) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
-
- setMaxCookieSize(String) - 类 中的方法org.tinygroup.weblayer.filter.BasicTinyFilter
-
- setMaxCookieSize(String) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.impl.BasicWebContextImpl
-
- setMaxCookieSize(HumanReadableSize) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.interceptor.ResponseHeaderSecurityFilter
-
- setMaxCount(int) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.CookieStoreImpl
-
- setMaxInactiveInterval(int) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionImpl
-
设置session的最大不活动期限,超过此时间,session就会失效。
- setMaxInactiveInterval(int) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl
-
设置session的最大不活动期限,超过此时间,session就会失效。
- setMaxLength(int) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.CookieStoreImpl
-
- setMethodMapping(RequestMapping) - 类 中的方法org.tinygroup.weblayer.mvc.MappingMethodModel
-
- setMethodModel(MappingMethodModel) - 类 中的方法org.tinygroup.weblayer.mvc.HandlerExecutionChain
-
- setModel(MappingClassModel) - 类 中的方法org.tinygroup.weblayer.mvc.HandlerExecutionChain
-
- setName(String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
-
- setObject(String, String, Object) - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
-
- setObject(String, Object) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
设置参数值。
- setObject(String, Object) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
设置参数值。
- setObject(String, String, Object) - 接口 中的方法org.tinygroup.weblayer.WebContext
-
把对象设置到scope指定的范围内
- setObjects(String, Object[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
设置参数值。
- setObjects(String, Object[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
设置参数值。
- setOutputCharset(String) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleOverrider
-
- setOutputCharsetPattern(Pattern) - 类 中的方法org.tinygroup.weblayer.filter.SetLocaleTinyFilter
-
- setOutputCharsetPattern(Pattern) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
-
- setOverriders(SetLocaleOverrider[]) - 类 中的方法org.tinygroup.weblayer.filter.SetLocaleTinyFilter
-
- setOverriders(SetLocaleOverrider[]) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
-
- setParameterParserFilters(ParameterParserFilter[]) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
-
- setParameterParserFilters(ParameterParserFilter[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
-
设置用于过滤参数的filters。
- setParameters(RewriteSubstitution.Parameter[]) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution
-
- setParamKey(String) - 类 中的方法org.tinygroup.weblayer.filter.SetLocaleTinyFilter
-
- setParamKey(String) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
-
- setParent(FileObject) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInDisk
-
- setParent(FileObject) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileObjectInMemory
-
- setPath(String) - 类 中的方法org.tinygroup.weblayer.fc.Forward
-
- setPath(String) - 类 中的方法org.tinygroup.weblayer.fc.Redirect
-
- setPath(String) - 类 中的方法org.tinygroup.weblayer.flow.FullContextUrlRedirect
-
- setPath(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitutionContext
-
- setPath(String) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
-
- setPattern(String) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition
-
- setPattern(String) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteRule
-
- setPluginManager(PluginManager) - 类 中的方法org.tinygroup.weblayer.servlet.FlowServlet
-
- setPluginManager(PluginManager) - 类 中的方法org.tinygroup.weblayer.tinyprocessor.LogicFlowTinyProcessor
-
- setPoolSize(int) - 类 中的方法org.tinygroup.weblayer.webcontext.session.encrypter.AbstractJceEncrypter
-
- setProperties(Object) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
- setProperties(Object) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
将数据保存到object properties中。
- setPropertyEditorRegistrar(PropertyEditorRegistrar) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
-
设置用来转换参数类型的propertyEditor注册器。
- setPropertyEditorRegistrars(PropertyEditorRegistrar[]) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
-
- setPropertyEditorRegistrars(PropertyEditorRegistrar[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.PropertyEditorRegistrarsSupport
-
设置一组PropertyEditor注册器。
- setPropertyValue(String, Object) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
-
- setPropertyValue(PropertyValue) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
-
- setRename(FileUploadReName) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItemFactory
-
- setRename(FileUploadReName) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
-
- setRepository(File) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.FileUploadRenameImpl
-
- setRepository(File) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
-
- setRepository(File) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
-
- setRequest(HttpServletRequest) - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
-
- setRequest(HttpServletRequest) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItemFactory
-
- setRequest(HttpServletRequest) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteFormatProvider
-
- setRequest(HttpServletRequest) - 接口 中的方法org.tinygroup.weblayer.WebContext
-
- setResponse(HttpServletResponse) - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
-
- setResponse(HttpServletResponse) - 接口 中的方法org.tinygroup.weblayer.WebContext
-
- setResponseCharacterEncoding(String) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
-
设置response输出字符集。
- setResponseCharacterEncoding(String) - 接口 中的方法org.tinygroup.weblayer.webcontext.setlocacle.SetLocaleWebContext
-
设置response输出字符集。
- setResponseContentType(String, boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
-
设置content type。
- setResponseContentType(String, boolean) - 接口 中的方法org.tinygroup.weblayer.webcontext.setlocacle.SetLocaleWebContext
-
设置content type。
- setRules(RewriteRule[]) - 类 中的方法org.tinygroup.weblayer.filter.RewriteTinyFilter
-
- setSaveInFile(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.DiskFileItemFactory
-
- setSaveInFile(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
-
- setSaveInFile(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
-
- setSecure(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
-
- setSerializer(Serializer) - 类 中的方法org.tinygroup.weblayer.webcontext.session.encode.impl.SerializationEncoder
-
- setServletContext(ServletContext) - 类 中的静态方法org.tinygroup.weblayer.listener.ServletContextHolder
-
- setServletContext(ServletContext) - 类 中的方法org.tinygroup.weblayer.webcontext.AbstractWebContextWrapper
-
- setServletContext(ServletContext) - 接口 中的方法org.tinygroup.weblayer.WebContext
-
设置servletContext对象
- setSession(SessionImpl) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionModelImpl
-
设置model所在的session。
- setSessionKey(String) - 类 中的方法org.tinygroup.weblayer.filter.SetLocaleTinyFilter
-
- setSessionKey(String) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleWebContextImpl
-
- setSizeMax(HumanReadableSize) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
-
- setSizeMax(HumanReadableSize) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
-
- setSizeMax(long) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
-
- setSizeThreshold(HumanReadableSize) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.UploadServiceImpl
-
- setSizeThreshold(HumanReadableSize) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
-
- setSizeThreshold(int) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.upload.UploadParameters
-
- setState(Object) - 接口 中的方法org.tinygroup.weblayer.webcontext.session.SessionStore.StoreContext
-
设置store的request scope状态数据。
- setStatus(int, String) - 类 中的方法org.tinygroup.weblayer.webcontext.basic.response.BasicResponseImpl
-
已过时。
- setString(String, String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
设置参数值。
- setString(String, String) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
设置参数值。
- setStrings(String, String[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
设置参数值。
- setStrings(String, String[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
设置参数值。
- setSubstitution(RewriteSubstitution) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteRule
-
- setSurvivesInInvalidating(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.AbstractCookieStore
-
- setTest(String) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteCondition
-
- setTimeZone(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.propertyedit.CustomDateRegistrar
-
- setTopWebContext(WebContext) - 类 中的方法org.tinygroup.weblayer.webcontext.CommitMonitor
-
- setTrimming(boolean) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
-
- setTrimming(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
-
是否对输入参数进行trimming。
- setType(Class<?>) - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.impl.SimpleValueEncoder
-
- setUnescapeParameters(boolean) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
-
- setUnescapeParameters(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
-
是否对参数进行HTML entities解码,默认为false。
- setUploadService(UploadService) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
-
- setUploadService(UploadService) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
-
设置upload service。
- setUri(String) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution
-
- setUri(String) - 类 中的方法org.tinygroup.weblayer.webcontext.setlocacle.impl.SetLocaleOverrider
-
- setURIEncoding(String) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
-
- setURIEncoding(String) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
-
当useServletEngineParser==false并且
useBodyEncodingForURI=false时,用该编码来解释GET请求的参数。
- setUrlPatterns(Set<String>) - 类 中的方法org.tinygroup.weblayer.mvc.MappingMethodModel
-
- setUseBodyEncodingForURI(boolean) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
-
- setUseBodyEncodingForURI(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
-
是否以request.setCharacterEncoding所指定的编码来解析query,默认为true。
- setUseServletEngineParser(boolean) - 类 中的方法org.tinygroup.weblayer.filter.ParserTinyFilter
-
- setUseServletEngineParser(boolean) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.ParserWebContextImpl
-
是否使用servlet引擎的parser,默认为false。
- setValue(Object) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.StringFileItemEditor
-
- setValue(Object) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
设置参数值。
- setValue(Object) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
设置参数值。
- setValue(String) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution.Parameter
-
- setValue(Object) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionAttribute
-
设置attribute的值。
- setValueEncoders(SessionValueEncoder[]) - 类 中的方法org.tinygroup.weblayer.webcontext.session.store.impl.SingleValuedCookieStoreImpl
-
- setValues(Object[]) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
设置参数值。
- setValues(Object[]) - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
设置参数值。
- setValues(String[]) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution.Parameter
-
- setValueType(Class<?>) - 类 中的方法org.tinygroup.weblayer.webcontext.session.valueencode.impl.MappedValuesEncoder
-
- setView(View) - 类 中的方法org.tinygroup.weblayer.mvc.MappingMethodModel
-
- setVisitLogLevel(LogLevel) - 类 中的方法org.tinygroup.weblayer.webcontext.session.impl.SessionLifecycleLogger
-
- setWebContext(WebContext) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.WebContextUtil
-
将WebContext对象和request相关联。
- setWrappedInstance(Object) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
-
Switch the target object, replacing the cached introspection results only
if the class of the new object is different to that of the replaced object.
- setWrappedInstance(Object, String, Object) - 类 中的方法org.tinygroup.weblayer.webcontext.parser.util.BeanWrapperImpl
-
Switch the target object, replacing the cached introspection results only
if the class of the new object is different to that of the replaced object.
- SimpleMemoryStoreImpl - org.tinygroup.weblayer.webcontext.session.store.impl中的类
-
存放在内存中的session attribute的机制。
- SimpleMemoryStoreImpl() - 类 的构造器org.tinygroup.weblayer.webcontext.session.store.impl.SimpleMemoryStoreImpl
-
- SimpleValueEncoder - org.tinygroup.weblayer.webcontext.session.valueencode.impl中的类
-
将一个简单类型编码成字符串,或反之。
- SimpleValueEncoder() - 类 的构造器org.tinygroup.weblayer.webcontext.session.valueencode.impl.SimpleValueEncoder
-
- SimpleWebContext - org.tinygroup.weblayer.webcontext中的类
-
功能说明: 实现了WebContext接口,包含request、response和servletContext的信息。
- SimpleWebContext(WebContext, TinyFilterHandler) - 类 的构造器org.tinygroup.weblayer.webcontext.SimpleWebContext
-
创建一个新的RequestContext对象。
- SingleValuedCookieStoreImpl - org.tinygroup.weblayer.webcontext.session.store.impl中的类
-
将Session状态保存在cookie中。
- SingleValuedCookieStoreImpl() - 类 的构造器org.tinygroup.weblayer.webcontext.session.store.impl.SingleValuedCookieStoreImpl
-
- size() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.impl.PropertyEditorRegistrarsSupport
-
查看有几个registrars。
- size() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.AbstractValueParser
-
取得值的数量。
- size() - 类 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.impl.ValueListSupport
-
取得值的个数。
- size() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueList
-
取得值的个数。
- size() - 接口 中的方法org.tinygroup.weblayer.webcontext.parser.valueparser.ValueParser
-
取得值的数量。
- SIZE_MAX_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.parser.upload.UploadConfiguration
-
默认值:HTTP请求的最大尺寸,超过此尺寸的请求将被抛弃。
- SIZE_THRESHOLD_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.parser.upload.UploadConfiguration
-
默认值:将文件放在内存中的阈值,小于此值的文件被保存在内存中。
- start() - 类 中的方法org.tinygroup.weblayer.listener.TinyListenerApplicationProcessor
-
- startsWithPath(String, String) - 类 中的静态方法org.tinygroup.weblayer.webcontext.util.ServletUtil
-
判断path是否为fullpath的前缀,匹配到“/”边界。
- StatusMessageInterceptor - org.tinygroup.weblayer.webcontext.basic.interceptor中的接口
-
检查status消息。
- stop() - 类 中的方法org.tinygroup.weblayer.listener.TinyListenerApplicationProcessor
-
- storeName - 类 中的变量org.tinygroup.weblayer.filter.SessionTinyFilter.AttributePattern
-
- STRICT_SERVLET_COMPLIANCE - 类 中的静态变量org.tinygroup.weblayer.webcontext.util.ServerCookie
-
If set to true, we parse cookies according to the servlet spec,
- StringFileItemEditor - org.tinygroup.weblayer.webcontext.parser中的类
-
将FileItem转换成字符串。
- StringFileItemEditor() - 类 的构造器org.tinygroup.weblayer.webcontext.parser.StringFileItemEditor
-
- STRIP_COMMENTS - 类 中的静态变量org.tinygroup.weblayer.webcontext.parser.impl.HTMLInputFilter
-
flag determing whether comments are allowed in input String.
- substitute(String, MatchResultSubstitution) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution
-
- substituteParameters(ParameterParser, MatchResultSubstitution) - 类 中的方法org.tinygroup.weblayer.webcontext.rewrite.RewriteSubstitution
-
- SURVIVES_IN_INVALIDATING_DEFAULT - 接口 中的静态变量org.tinygroup.weblayer.webcontext.session.store.CookieStore
-