railo.runtime.tag
Class Associate
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.tag.Associate
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.Tag
public final class Associate
- extends TagImpl
Allows subtag data to be saved with the base tag. Applies only to custom tags.
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Associate
public Associate()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class TagImpl
- See Also:
Tag.release()
setDatacollection
public void setDatacollection(String datacollection)
- set the value datacollection
The name of the structure in which the base tag stores subtag data.
- Parameters:
datacollection
- value to set
setBasetag
public void setBasetag(String basetag)
- set the value basetag
The name of the base tag.
- Parameters:
basetag
- value 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