public abstract class CallTagLibScript
extends org.apache.commons.jelly.impl.TagScript
TagScript that invokes a Script as a tag.| Constructor and Description |
|---|
CallTagLibScript() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getSource() |
protected abstract org.apache.commons.jelly.Script |
resolveDefinition(org.apache.commons.jelly.JellyContext context)
Resolves to the definition of the script to call to.
|
void |
run(org.apache.commons.jelly.JellyContext context,
org.apache.commons.jelly.XMLOutput output) |
addAttribute, addAttribute, applyLocation, clearTag, compile, configureTag, convertType, createJellyException, createJellyException, createTag, endNamespacePrefixes, getAttribute, getBodyText, getColumnNumber, getElementName, getFileName, getLineNumber, getLocalName, getNamespaceContext, getNsUri, getParent, getSaxAttributes, getScriptURL, getTag, getTagBody, getTagFactory, handleException, handleException, handleException, handleException, newInstance, setColumnNumber, setContextURLs, setElementName, setFileName, setLineNumber, setLocalName, setLocator, setNsUri, setParent, setSaxAttributes, setTag, setTagBody, setTagFactory, setTagNamespacesMap, startNamespacePrefixes, toStringprotected abstract org.apache.commons.jelly.Script resolveDefinition(org.apache.commons.jelly.JellyContext context)
throws org.apache.commons.jelly.JellyTagException
org.apache.commons.jelly.JellyTagExceptionpublic void run(org.apache.commons.jelly.JellyContext context,
org.apache.commons.jelly.XMLOutput output)
throws org.apache.commons.jelly.JellyTagException
run in interface org.apache.commons.jelly.Scriptrun in class org.apache.commons.jelly.impl.TagScriptorg.apache.commons.jelly.JellyTagExceptionprotected java.lang.String getSource()
Copyright © 2015. All Rights Reserved.