|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.p13n.tracking.clickthrough.ClickThroughEventFilter
Filters can interact with external resources. In this case, we associate the filter with the WebflowServlet (see web.xml) so that, each time the Webflow servlet is called, this filter is invoked to generate a ClickThroughEvent for behavior tracking.
Constructor Summary | |
ClickThroughEventFilter()
|
Method Summary | |
void |
destroy()
|
void |
doFilter(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response,
javax.servlet.FilterChain chain)
Called when the servlet associated with this filter is invoked. |
javax.servlet.FilterConfig |
getFilterConfig()
Required by Filter interface |
void |
init(javax.servlet.FilterConfig fc)
The init method is called by the container when the filter is instantiated. |
void |
setFilterConfig(javax.servlet.FilterConfig fc)
Required by Filter interface |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ClickThroughEventFilter()
Method Detail |
public void init(javax.servlet.FilterConfig fc) throws javax.servlet.ServletException
public void destroy()
public void setFilterConfig(javax.servlet.FilterConfig fc)
public javax.servlet.FilterConfig getFilterConfig()
public void doFilter(javax.servlet.ServletRequest request, javax.servlet.ServletResponse response, javax.servlet.FilterChain chain) throws java.io.IOException, javax.servlet.ServletException
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |