public abstract class CustomTag extends BodyTagTryCatchFinallyImpl implements DynamicAttributes, AppendixTag
Constructor and Description |
---|
CustomTag() |
Modifier and Type | Method and Description |
---|---|
void |
doInitBody() |
abstract Struct |
getAttributesScope() |
abstract Struct |
getCallerScope() |
abstract Struct |
getThisTagScope() |
abstract Scope |
getVariablesScope() |
void |
setDynamicAttribute(String uri,
String name,
Object value) |
doCatch, doFinally
doAfterBody, release, setBodyContent
doEndTag, doStartTag, getParent, required, required, required, required, setPageContext, setPageContext, setParent
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setDynamicAttribute
getAppendix, setAppendix
public CustomTag()
public void doInitBody()
doInitBody
in interface javax.servlet.jsp.tagext.BodyTag
doInitBody
in class BodyTagImpl
public final void setDynamicAttribute(String uri, String name, Object value)
setDynamicAttribute
in interface DynamicAttributes
uri
- the namespace of the attribute, or null if in the default namespace.name
- the name of the attribute being set.value
- the value of the attributepublic abstract Struct getThisTagScope()
public abstract Struct getCallerScope()
public abstract Struct getAttributesScope()
public abstract Scope getVariablesScope()
Copyright © 2015 Lucee