railo.runtime.tag
Class CFXTag

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.tag.CFXTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag, AppendixTag, DynamicAttributes

public final class CFXTag
extends TagImpl
implements DynamicAttributes, AppendixTag

Creates a CFML CFX Tag


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
CFXTag()
           
 
Method Summary
 int doStartTag()
           
 String getAppendix()
           
 void release()
           
 void setAppendix(String appendix)
          sets the appendix of the tag
 void setDynamicAttribute(String domain, Collection.Key key, Object value)
           
 void setDynamicAttribute(String domain, String key, Object value)
           
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
doEndTag, getParent, required, required, required, required, setPageContext, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
doEndTag, getParent, setPageContext, setParent
 

Constructor Detail

CFXTag

public CFXTag()
Method Detail

release

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

setAppendix

public void setAppendix(String appendix)
Description copied from interface: AppendixTag
sets the appendix of the tag

Specified by:
setAppendix in interface AppendixTag

setDynamicAttribute

public void setDynamicAttribute(String domain,
                                String key,
                                Object value)
Specified by:
setDynamicAttribute in interface DynamicAttributes
Parameters:
domain - the namespace of the attribute, or null if in the default namespace.
key - the name of the attribute being set.
value - the value of the attribute

setDynamicAttribute

public void setDynamicAttribute(String domain,
                                Collection.Key key,
                                Object value)
Specified by:
setDynamicAttribute in interface DynamicAttributes
Parameters:
domain - the namespace of the attribute, or null if in the default namespace.
key - the name of the attribute being set.
value - the value of the attribute

doStartTag

public int doStartTag()
               throws PageException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class TagImpl
Throws:
PageException

getAppendix

public String getAppendix()
Specified by:
getAppendix in interface AppendixTag
Returns:
returns the appendix of the tag


Copyright © 2012 Railo