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 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, toString
protected abstract org.apache.commons.jelly.Script resolveDefinition(org.apache.commons.jelly.JellyContext context) throws org.apache.commons.jelly.JellyTagException
org.apache.commons.jelly.JellyTagException
public 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.Script
run
in class org.apache.commons.jelly.impl.TagScript
org.apache.commons.jelly.JellyTagException
protected String getSource()
Copyright © 2016. All rights reserved.