|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.amber.filters.AmberContextFilter
public class AmberContextFilter
Context for the amber filter.
| Constructor Summary | |
|---|---|
AmberContextFilter()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Destroys the filter. |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain next)
Handles the filter request. |
void |
init(FilterConfig config)
Initializes the filter. |
void |
setAmberFactory(JndiBuilder jndiBuilder)
Sets the factory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AmberContextFilter()
| Method Detail |
|---|
public void setAmberFactory(JndiBuilder jndiBuilder)
throws javax.naming.NamingException
javax.naming.NamingException
public void init(FilterConfig config)
throws ServletException
init in interface FilterServletException
public void doFilter(ServletRequest request,
ServletResponse response,
FilterChain next)
throws ServletException,
java.io.IOException
doFilter in interface Filterrequest - the servlet requestresponse - the servlet responsenext - the next filter in the chain
ServletException
java.io.IOExceptionpublic void destroy()
destroy in interface Filter
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||