org.tinygroup.weblayer.filter
public class SetLocaleTinyFilter extends AbstractTinyFilter
filterName, logger, tinyFilterConfig| Constructor and 描述 |
|---|
SetLocaleTinyFilter() |
| Modifier and Type | Method and 描述 |
|---|---|
protected void |
customInit()
由客户自定义初始化
|
protected WebContext |
getAlreadyWrappedContext(WebContext wrappedContext)
返回已经包装的上下文
|
int |
getOrder() |
protected void |
parserExtraConfig(org.tinygroup.xmlparser.node.XmlNode setLocale) |
void |
postProcess(WebContext context)
后置操作
|
void |
preProcess(WebContext context)
前置操作
|
void |
setDefaultCharset(String defaultCharset) |
void |
setDefaultLocale(Locale defaultLocale) |
void |
setInputCharsetPattern(Pattern inputCharsetPattern) |
void |
setOutputCharsetPattern(Pattern outputCharsetPattern) |
void |
setOverriders(SetLocaleOverrider[] overriders) |
void |
setParamKey(String paramKey) |
void |
setSessionKey(String sessionKey) |
destroyTinyFilter, get, getFilterName, initContext, initTinyFilter, isMatch, setFilterName, wrapContextprotected void customInit()
AbstractTinyFiltercustomInit 类 {1} 中的 {0} AbstractTinyFilterprotected void parserExtraConfig(org.tinygroup.xmlparser.node.XmlNode setLocale)
public void setInputCharsetPattern(Pattern inputCharsetPattern)
public void setOutputCharsetPattern(Pattern outputCharsetPattern)
public void setOverriders(SetLocaleOverrider[] overriders)
public void setDefaultLocale(Locale defaultLocale)
public void setDefaultCharset(String defaultCharset)
public void setSessionKey(String sessionKey)
public void setParamKey(String paramKey)
public void preProcess(WebContext context) throws javax.servlet.ServletException, IOException
TinyFilterjavax.servlet.ServletException - TODOIOException - TODOpublic void postProcess(WebContext context) throws javax.servlet.ServletException, IOException
TinyFilterjavax.servlet.ServletException - TODOIOException - TODOprotected WebContext getAlreadyWrappedContext(WebContext wrappedContext)
AbstractTinyFiltergetAlreadyWrappedContext 类 {1} 中的 {0} AbstractTinyFilterpublic int getOrder()
getOrder 接口 {1} 中的 {0} org.tinygroup.commons.order.OrderedgetOrder 类 {1} 中的 {0} AbstractTinyFilterCopyright © 2006–2015 TinyGroup. All rights reserved.