|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectAjaxUrlInfo
public class AjaxUrlInfo
This is a class that acts as a data structure for the information for an AJAX request. An AJAX URL has the following shape commandPrefix]component-directed-command.xhr?[component-parameters]&ajaxParameter
Field Summary | |
---|---|
static String |
AJAX_PARAMTER_NAME
When an AJAX request is made, this is the name of the hidden field or URL paramter that contains the Ajax Paramter property. |
Constructor Summary | |
---|---|
AjaxUrlInfo(String commandPrefix,
String ajaxParameter)
|
Method Summary | |
---|---|
String |
getAjaxParameter()
Property getter for the AjaxParamter. |
String |
getCommandPrefix()
Property getter for the Command Prefix. |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String AJAX_PARAMTER_NAME
Constructor Detail |
---|
public AjaxUrlInfo(String commandPrefix, String ajaxParameter)
Method Detail |
---|
public String getCommandPrefix()
public String getAjaxParameter()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |