public final class CFXTag extends TagImpl implements DynamicAttributes, AppendixTag
Constructor and Description |
---|
CFXTag() |
Modifier and Type | Method and Description |
---|---|
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) |
doEndTag, getParent, required, required, required, required, setPageContext, setPageContext, setParent
public CFXTag()
public void release()
public void setAppendix(String appendix)
AppendixTag
setAppendix
in interface AppendixTag
public void setDynamicAttribute(String domain, String key, Object value)
setDynamicAttribute
in interface DynamicAttributes
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 attributepublic void setDynamicAttribute(String domain, Collection.Key key, Object value)
setDynamicAttribute
in interface DynamicAttributes
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 attributepublic int doStartTag() throws PageException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class TagImpl
PageException
public String getAppendix()
getAppendix
in interface AppendixTag
Copyright © 2015 Lucee