| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectatg.projects.store.ui.AjaxUtils
public class AjaxUtils
Utility methods for AJAX request processing.
| Field Summary | |
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string  | 
| Constructor Summary | |
|---|---|
AjaxUtils()
 | 
|
| Method Summary | |
|---|---|
 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.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String CLASS_VERSION
| Constructor Detail | 
|---|
public AjaxUtils()
| Method Detail | 
|---|
public static boolean isAjaxRequest(atg.servlet.DynamoHttpServletRequest pRequest)
pRequest - The HTTP request
true if this is an AJAX request, false otherwisepublic boolean isAjaxRequest()
true if this is an AJAX request, false otherwise
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||