|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.ajax.AjaxHelper
public class AjaxHelper
Helper class to handle Ajax requests
Field Summary | |
---|---|
static String |
AJAX_REQUEST_PARAMETER
The request parameter that, if set, indicates an Ajax request. |
static String |
BROWSER_UPDATE_URI
The namespace URI of the "browser update" xml dialect |
Method Summary | |
---|---|
static boolean |
isAjaxRequest(Request req)
Is the 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 String AJAX_REQUEST_PARAMETER
public static final String BROWSER_UPDATE_URI
Method Detail |
---|
public static boolean isAjaxRequest(Request req)
req
- the request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |