|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.jelly.JellyContext
com.atlassian.jira.jelly.service.EmbededJellyContext
public class EmbededJellyContext
Field Summary |
---|
Fields inherited from class org.apache.commons.jelly.JellyContext |
---|
classLoader, useContextClassLoader |
Constructor Summary | |
---|---|
EmbededJellyContext()
|
Method Summary | |
---|---|
WebWorkAdaptor |
getWebWorkAdaptor()
|
org.apache.commons.jelly.JellyContext |
runScript(File file,
org.apache.commons.jelly.XMLOutput xmlOutput)
|
org.apache.commons.jelly.JellyContext |
runScript(File file,
org.apache.commons.jelly.XMLOutput xmlOutput,
boolean b,
boolean b1)
|
org.apache.commons.jelly.JellyContext |
runScript(String jellyFilename,
String outputFilename)
|
org.apache.commons.jelly.JellyContext |
runScript(String scriptAsString,
Writer outputWriter)
|
org.apache.commons.jelly.JellyContext |
runScript(String string,
org.apache.commons.jelly.XMLOutput xmlOutput)
|
org.apache.commons.jelly.JellyContext |
runScript(String string,
org.apache.commons.jelly.XMLOutput xmlOutput,
boolean b,
boolean b1)
|
org.apache.commons.jelly.JellyContext |
runScript(URL url,
org.apache.commons.jelly.XMLOutput xmlOutput)
|
org.apache.commons.jelly.JellyContext |
runScript(URL url,
org.apache.commons.jelly.XMLOutput xmlOutput,
boolean b,
boolean b1)
|
org.apache.commons.jelly.JellyContext |
runScriptAsString(String scriptAsString,
org.apache.commons.jelly.XMLOutput output)
|
Methods inherited from class org.apache.commons.jelly.JellyContext |
---|
clear, clearVariables, compileScript, compileScript, compileScript, createChildContext, createRelativeURL, createXMLParser, findVariable, getClassLoader, getCurrentURL, getJellyContextURL, getJellyContextURL, getParent, getResource, getResourceAsStream, getRootURL, getScope, getTagLibrary, getUseContextClassLoader, getVariable, getVariable, getVariableNames, getVariables, getXMLParser, isExport, isExportLibraries, isInherit, isTagLibraryRegistered, newJellyContext, newJellyContext, registerTagLibrary, registerTagLibrary, removeVariable, removeVariable, runScript, runScript, setClassLoader, setCurrentURL, setExport, setExportLibraries, setInherit, setParent, setRootURL, setUseContextClassLoader, setVariable, setVariable, setVariables |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EmbededJellyContext()
Method Detail |
---|
public org.apache.commons.jelly.JellyContext runScript(String jellyFilename, String outputFilename) throws Exception
Exception
public org.apache.commons.jelly.JellyContext runScriptAsString(String scriptAsString, org.apache.commons.jelly.XMLOutput output) throws JellyServiceException
JellyServiceException
public org.apache.commons.jelly.JellyContext runScript(String scriptAsString, Writer outputWriter) throws JellyServiceException
JellyServiceException
public org.apache.commons.jelly.JellyContext runScript(File file, org.apache.commons.jelly.XMLOutput xmlOutput) throws org.apache.commons.jelly.JellyException
runScript
in class org.apache.commons.jelly.JellyContext
org.apache.commons.jelly.JellyException
public org.apache.commons.jelly.JellyContext runScript(URL url, org.apache.commons.jelly.XMLOutput xmlOutput) throws org.apache.commons.jelly.JellyException
runScript
in class org.apache.commons.jelly.JellyContext
org.apache.commons.jelly.JellyException
public org.apache.commons.jelly.JellyContext runScript(String string, org.apache.commons.jelly.XMLOutput xmlOutput) throws org.apache.commons.jelly.JellyException
runScript
in class org.apache.commons.jelly.JellyContext
org.apache.commons.jelly.JellyException
public org.apache.commons.jelly.JellyContext runScript(String string, org.apache.commons.jelly.XMLOutput xmlOutput, boolean b, boolean b1) throws org.apache.commons.jelly.JellyException
runScript
in class org.apache.commons.jelly.JellyContext
org.apache.commons.jelly.JellyException
public org.apache.commons.jelly.JellyContext runScript(File file, org.apache.commons.jelly.XMLOutput xmlOutput, boolean b, boolean b1) throws org.apache.commons.jelly.JellyException
runScript
in class org.apache.commons.jelly.JellyContext
org.apache.commons.jelly.JellyException
public org.apache.commons.jelly.JellyContext runScript(URL url, org.apache.commons.jelly.XMLOutput xmlOutput, boolean b, boolean b1) throws org.apache.commons.jelly.JellyException
runScript
in class org.apache.commons.jelly.JellyContext
org.apache.commons.jelly.JellyException
public WebWorkAdaptor getWebWorkAdaptor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |