railo.runtime.tag
Class CustomTag
java.lang.Object
railo.runtime.ext.tag.TagImpl
railo.runtime.ext.tag.BodyTagImpl
railo.runtime.ext.tag.BodyTagTryCatchFinallyImpl
railo.runtime.tag.CustomTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.Tag, javax.servlet.jsp.tagext.TryCatchFinally, AppendixTag, DynamicAttributes
public abstract class CustomTag
- extends BodyTagTryCatchFinallyImpl
- implements DynamicAttributes, AppendixTag
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
doEndTag, doStartTag, getParent, release, setPageContext, setParent |
CustomTag
public CustomTag()
doInitBody
public void doInitBody()
- Specified by:
doInitBody
in interface javax.servlet.jsp.tagext.BodyTag
- Overrides:
doInitBody
in class BodyTagImpl
setDynamicAttribute
public final void setDynamicAttribute(String uri,
String name,
Object value)
- Specified by:
setDynamicAttribute
in interface DynamicAttributes
- Parameters:
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 attribute
getThisTagScope
public abstract Struct getThisTagScope()
- Returns:
- return thistag scope
getCallerScope
public abstract Struct getCallerScope()
- Returns:
- return the caller scope
getAttributesScope
public abstract Struct getAttributesScope()
- Returns:
- return attributes scope
getVariablesScope
public abstract Scope getVariablesScope()
- Returns:
- the variables scope
Copyright © 2012 Railo