public final class LuceeConfiguration extends BodyTagImpl implements DynamicAttributes
Constructor and Description |
---|
LuceeConfiguration() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
void |
setDynamicAttribute(String uri,
Collection.Key localName,
Object value) |
void |
setDynamicAttribute(String uri,
String localName,
Object value) |
doAfterBody, doInitBody, release, setBodyContent
doStartTag, getParent, required, required, required, required, setPageContext, setPageContext, setParent
public LuceeConfiguration()
public void setDynamicAttribute(String uri, Collection.Key localName, Object value)
setDynamicAttribute
in interface DynamicAttributes
uri
- the namespace of the attribute, or null if in the default namespace.localName
- the name of the attribute being set.value
- the value of the attributepublic void setDynamicAttribute(String uri, String localName, Object value)
setDynamicAttribute
in interface DynamicAttributes
uri
- the namespace of the attribute, or null if in the default namespace.localName
- the name of the attribute being set.value
- the value of the attributepublic int doEndTag() throws PageException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class TagImpl
PageException
Copyright © 2015 Lucee