railo.runtime.tag
Class AjaxProxy
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.tag.AjaxProxy
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.Tag
public class AjaxProxy
- extends TagImpl
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
AjaxProxy
public AjaxProxy()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class TagImpl
- See Also:
Tag.release()
setBind
public void setBind(String bind)
- Parameters:
bind
- the bind to set
setCfc
public void setCfc(String cfc)
- Parameters:
cfc
- the cfc to set
setJsclassname
public void setJsclassname(String jsClassName)
- Parameters:
jsClassName
- the jsClassName to set
setOnerror
public void setOnerror(String onError)
- Parameters:
onError
- the onError to set
setOnsuccess
public void setOnsuccess(String onSuccess)
- Parameters:
onSuccess
- the onSuccess to set
doStartTag
public int doStartTag()
throws PageException
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class TagImpl
- Throws:
PageException
- See Also:
Tag.doStartTag()
doEndTag
public int doEndTag()
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class TagImpl
- See Also:
Tag.doEndTag()
Copyright © 2012 Railo