|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--javawebparts.ajaxparts.taglib.AjaxManualTag
This class is a custom tag (AjaxManualTag) that emits the script necessary to set up a manual AJAX event.
| Field Summary | |
private java.lang.String |
ajaxRef
The Ajax reference ID. |
private java.lang.String |
function
This is the name of the Javascript function that will be rendered that the developer manually calls to fire the AJAX event. |
private static org.apache.commons.logging.Log |
log
Log instance. |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
AjaxManualTag()
Constructor. |
|
| Method Summary | |
int |
doStartTag()
Render the results of the tag. |
java.lang.String |
getAjaxRef()
Returns the Ajax reference ID. |
java.lang.String |
getFunction()
Returns the function field value. |
void |
setAjaxRef(java.lang.String inAjaxRef)
Sets the Ajax reference ID. |
void |
setFunction(java.lang.String inFunction)
Sets the function field. |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static org.apache.commons.logging.Log log
private java.lang.String ajaxRef
private java.lang.String function
| Constructor Detail |
public AjaxManualTag()
| Method Detail |
public void setAjaxRef(java.lang.String inAjaxRef)
inAjaxRef - ajaxRef.public java.lang.String getAjaxRef()
public void setFunction(java.lang.String inFunction)
inFunction - functino.public java.lang.String getFunction()
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspException - If anything goes wrong
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||