|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.slim3.commons.web.S3Filter
public class S3Filter
Filter for Slim3.
| Field Summary | |
|---|---|
protected static String |
DEFAULT_ENCODING
The default encoding |
protected String |
encoding
The encoding. |
static String |
ENCODING_KEY
The encoding key. |
protected static String |
HOT_CLASS_LOADER_KEY
The hot class loader key. |
| Constructor Summary | |
|---|---|
S3Filter()
Constructor. |
|
| Method Summary | |
|---|---|
void |
destroy()
|
protected void |
doFilter(HttpServletRequest request,
HttpServletResponse response,
FilterChain chain)
Executes filtering process. |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
|
void |
init(FilterConfig config)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ENCODING_KEY
protected static final String DEFAULT_ENCODING
protected static final String HOT_CLASS_LOADER_KEY
protected String encoding
| Constructor Detail |
|---|
public S3Filter()
| Method Detail |
|---|
public void init(FilterConfig config)
throws ServletException
init in interface FilterServletExceptionpublic void destroy()
destroy in interface Filter
public void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws IOException,
ServletException
doFilter in interface FilterIOException
ServletException
protected void doFilter(HttpServletRequest request,
HttpServletResponse response,
FilterChain chain)
throws IOException,
ServletException
request - the requestresponse - the responsechain - the filter chain
IOException - if IOException is encountered
ServletException - if ServletException is encountered
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||