railo.runtime.ext.tag
Interface AppendixTag

All Superinterfaces:
javax.servlet.jsp.tagext.Tag
All Known Implementing Classes:
CFImportTag, CFTag, CFTagCore, CFXTag, CustomTag, Module

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
 String getAppendix()
           
 void setAppendix(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

String getAppendix()
Returns:
returns the appendix of the tag

setAppendix

void setAppendix(String appendix)
sets the appendix of the tag

Parameters:
appendix -


Copyright © 2012 Railo