public static class JohnsonAnalyticsServlet.EventKbArticleClickedHandler extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
URL_SUFFIX  | 
| Constructor and Description | 
|---|
EventKbArticleClickedHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
canHandle(javax.servlet.http.HttpServletRequest request)
Indicates whether this handler can handle the given request. 
 | 
void | 
handle(javax.servlet.http.HttpServletRequest request,
      javax.servlet.http.HttpServletResponse response)
Handles the given request. 
 | 
public static final String URL_SUFFIX
public boolean canHandle(javax.servlet.http.HttpServletRequest request)
request - the request to be handledpublic void handle(javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response)
request - the request to handleresponse - the response to the requestCopyright © 2003–2022 Atlassian. All rights reserved.