Uses of Class
groovy.util.ResourceException

Packages that use ResourceException
groovy.servlet Support for Groovlets which are Servlets written as a simple Groovy script. 
groovy.util Various Groovy utilities for working with nodes, builders, logging, JUnit test cases, text expressions, Ant tasks or JMX MBeans. 
 

Uses of ResourceException in groovy.servlet
 

Methods in groovy.servlet that throw ResourceException
 URLConnection AbstractHttpServlet.getResourceConnection(String name)
          Interface method for ResourceContainer.
 

Uses of ResourceException in groovy.util
 

Methods in groovy.util that throw ResourceException
 URLConnection ResourceConnector.getResourceConnection(String name)
          Retrieve a URLConnection to a script referenced by name.
 URLConnection GroovyScriptEngine.getResourceConnection(String resourceName)
          Get a resource connection as a URLConnection to retrieve a script from the ResourceConnector
 Class GroovyScriptEngine.loadScriptByName(String scriptName)
          Get the class of the scriptName in question, so that you can instantiate Groovy objects with caching and reloading.
 Class GroovyScriptEngine.loadScriptByName(String scriptName, ClassLoader parentClassLoader)
          Get the class of the scriptName in question, so that you can instantiate Groovy objects with caching and reloading.
 Object GroovyScriptEngine.run(String scriptName, Binding binding)
          Run a script identified by name.
 String GroovyScriptEngine.run(String scriptName, String argument)
          Run a script identified by name.
 



Copyright © 2003-2009 The Codehaus. All Rights Reserved.