com.atlassian.jira.jelly.service
Class EmbededJellyContext

java.lang.Object
  extended by org.apache.commons.jelly.JellyContext
      extended by com.atlassian.jira.jelly.service.EmbededJellyContext

public class EmbededJellyContext
extends org.apache.commons.jelly.JellyContext


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

EmbededJellyContext

public EmbededJellyContext()
Method Detail

runScript

public org.apache.commons.jelly.JellyContext runScript(String jellyFilename,
                                                       String outputFilename)
                                                throws Exception
Throws:
Exception

runScriptAsString

public org.apache.commons.jelly.JellyContext runScriptAsString(String scriptAsString,
                                                               org.apache.commons.jelly.XMLOutput output)
                                                        throws JellyServiceException
Throws:
JellyServiceException

runScript

public org.apache.commons.jelly.JellyContext runScript(String scriptAsString,
                                                       Writer outputWriter)
                                                throws JellyServiceException
Throws:
JellyServiceException

runScript

public org.apache.commons.jelly.JellyContext runScript(File file,
                                                       org.apache.commons.jelly.XMLOutput xmlOutput)
                                                throws org.apache.commons.jelly.JellyException
Overrides:
runScript in class org.apache.commons.jelly.JellyContext
Throws:
org.apache.commons.jelly.JellyException

runScript

public org.apache.commons.jelly.JellyContext runScript(URL url,
                                                       org.apache.commons.jelly.XMLOutput xmlOutput)
                                                throws org.apache.commons.jelly.JellyException
Overrides:
runScript in class org.apache.commons.jelly.JellyContext
Throws:
org.apache.commons.jelly.JellyException

runScript

public org.apache.commons.jelly.JellyContext runScript(String string,
                                                       org.apache.commons.jelly.XMLOutput xmlOutput)
                                                throws org.apache.commons.jelly.JellyException
Overrides:
runScript in class org.apache.commons.jelly.JellyContext
Throws:
org.apache.commons.jelly.JellyException

runScript

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
Overrides:
runScript in class org.apache.commons.jelly.JellyContext
Throws:
org.apache.commons.jelly.JellyException

runScript

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
Overrides:
runScript in class org.apache.commons.jelly.JellyContext
Throws:
org.apache.commons.jelly.JellyException

runScript

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
Overrides:
runScript in class org.apache.commons.jelly.JellyContext
Throws:
org.apache.commons.jelly.JellyException

getWebWorkAdaptor

public WebWorkAdaptor getWebWorkAdaptor()


Copyright © 2002-2013 Atlassian. All Rights Reserved.