railo.runtime.ext.tag
Interface AppendixTag

All Superinterfaces:
javax.servlet.jsp.tagext.Tag

public interface AppendixTag
extends javax.servlet.jsp.tagext.Tag

for tag with appendix like cfx or cusomtags


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Method Summary
 java.lang.String getAppendix()
           
 void setAppendix(java.lang.String appendix)
          sets the appendix of the tag
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, doStartTag, getParent, release, setPageContext, setParent
 

Method Detail

getAppendix

public java.lang.String getAppendix()
Returns:
returns the appendix of the tag

setAppendix

public void setAppendix(java.lang.String appendix)
sets the appendix of the tag

Parameters:
appendix -