railo.runtime.tag
Class CFXTag
java.lang.Object
railo.runtime.ext.tag.TagImpl
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
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
doEndTag, getParent, setPageContext, setParent |
CFXTag
public CFXTag()
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class TagImpl
- See Also:
Tag.release()
setAppendix
public void setAppendix(String appendix)
- Description copied from interface:
AppendixTag
- sets the appendix of the tag
- Specified by:
setAppendix
in interface AppendixTag
- Parameters:
appendix
- The appendix to set.
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- See Also:
DynamicAttributes.setDynamicAttribute(java.lang.String, java.lang.String, java.lang.Object)
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()
getAppendix
public String getAppendix()
- Specified by:
getAppendix
in interface AppendixTag
- Returns:
- returns the appendix of the tag
Copyright © 2012 Railo