|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.jelly.impl.TagScript
org.kohsuke.stapler.jelly.CallTagLibScript
public abstract class CallTagLibScript
TagScript that invokes a Script as a tag.
| Field Summary |
|---|
| Fields inherited from class org.apache.commons.jelly.impl.TagScript |
|---|
attributes |
| Constructor Summary | |
|---|---|
CallTagLibScript()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class org.apache.commons.jelly.impl.TagScript |
|---|
addAttribute, addAttribute, applyLocation, clearTag, compile, configureTag, convertType, createJellyException, createJellyException, createTag, endNamespacePrefixes, getAttribute, getBodyText, getColumnNumber, getElementName, getFileName, getLineNumber, getLocalName, getNamespaceContext, getNsUri, getParent, getSaxAttributes, getTag, getTagBody, getTagFactory, handleException, handleException, handleException, handleException, newInstance, setColumnNumber, setContextURLs, setElementName, setFileName, setLineNumber, setLocalName, setLocator, setNsUri, setParent, setSaxAttributes, setTag, setTagBody, setTagFactory, setTagNamespacesMap, startNamespacePrefixes, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CallTagLibScript()
| Method Detail |
|---|
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.Scriptrun in class org.apache.commons.jelly.impl.TagScriptorg.apache.commons.jelly.JellyTagExceptionprotected String getSource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||