railo.runtime.tag
Class Associate

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by 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.


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
Associate()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 void release()
           
 void setBasetag(String basetag)
          set the value basetag The name of the base tag.
 void setDatacollection(String datacollection)
          set the value datacollection The name of the structure in which the base tag stores subtag data.
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
getParent, required, required, required, required, setPageContext, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Associate

public Associate()
Method Detail

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class TagImpl

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

doEndTag

public int doEndTag()
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class TagImpl


Copyright © 2012 Railo