|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.sdm.quasar.client.jsf.dialog.DialogServletFilter
ServletFilter that is called before the JSF life cycle begins. This Filter is to determine an existing dialog context, build a new one or do normal jsf handling with respect to the request parameters.
| Constructor Summary | |
DialogServletFilter()
|
|
| Method Summary | |
void |
destroy()
The filter's destruction hook. |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
The actual filtering hook. |
void |
init(FilterConfig conf)
The filter's initialization hook. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DialogServletFilter()
| Method Detail |
public void init(FilterConfig conf)
throws ServletException
conf - the filter's configuration-data
ServletExceptionpublic void destroy()
public void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws java.io.IOException,
ServletException
This hook is used to connect the request to the dialog instance,
defined by the dialog parameters. This task is delegated to
the DialogContextService registered at the session.
If response is not compleated the filter-chain processing will be continued.
java.io.IOException
ServletException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||