org.tinygroup.weblayer.filter.gzip
public class GZIPFilter extends Object implements javax.servlet.Filter, org.tinygroup.config.Configuration
| Modifier and Type | Field and 描述 |
|---|---|
protected org.tinygroup.xmlparser.node.XmlNode |
applicationConfig |
| Constructor and 描述 |
|---|
GZIPFilter() |
| Modifier and Type | Method and 描述 |
|---|---|
void |
config(org.tinygroup.xmlparser.node.XmlNode applicationConfig,
org.tinygroup.xmlparser.node.XmlNode componentConfig) |
void |
destroy() |
void |
doFilter(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res,
javax.servlet.FilterChain chain) |
org.tinygroup.xmlparser.node.XmlNode |
getApplicationConfig() |
String |
getApplicationNodePath() |
org.tinygroup.xmlparser.node.XmlNode |
getComponentConfig() |
String |
getComponentConfigPath() |
void |
init(javax.servlet.FilterConfig filterConfig) |
public void doFilter(javax.servlet.ServletRequest req,
javax.servlet.ServletResponse res,
javax.servlet.FilterChain chain)
throws IOException,
javax.servlet.ServletException
doFilter 接口 {1} 中的 {0} javax.servlet.FilterIOExceptionjavax.servlet.ServletExceptionpublic void init(javax.servlet.FilterConfig filterConfig)
init 接口 {1} 中的 {0} javax.servlet.Filterpublic void destroy()
destroy 接口 {1} 中的 {0} javax.servlet.Filterpublic String getApplicationNodePath()
getApplicationNodePath 接口 {1} 中的 {0} org.tinygroup.config.Configurationpublic String getComponentConfigPath()
getComponentConfigPath 接口 {1} 中的 {0} org.tinygroup.config.Configurationpublic void config(org.tinygroup.xmlparser.node.XmlNode applicationConfig,
org.tinygroup.xmlparser.node.XmlNode componentConfig)
config 接口 {1} 中的 {0} org.tinygroup.config.Configurationpublic org.tinygroup.xmlparser.node.XmlNode getComponentConfig()
getComponentConfig 接口 {1} 中的 {0} org.tinygroup.config.Configurationpublic org.tinygroup.xmlparser.node.XmlNode getApplicationConfig()
getApplicationConfig 接口 {1} 中的 {0} org.tinygroup.config.ConfigurationCopyright © 2006–2015 TinyGroup. All rights reserved.