public class AjaxUtils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
AjaxUtils() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAjaxRequest()
A no args method to determine if this request is an AJAX request.
|
static boolean |
isAjaxRequest(atg.servlet.DynamoHttpServletRequest pRequest)
Determine is this request an AJAX request.
|
public static final java.lang.String CLASS_VERSION
public static boolean isAjaxRequest(atg.servlet.DynamoHttpServletRequest pRequest)
pRequest - The HTTP requesttrue if this is an AJAX request, false otherwisepublic boolean isAjaxRequest()
true if this is an AJAX request, false otherwise