Class DefaultGroovyResourceLoader
java.lang.Object
org.exoplatform.services.rest.ext.groovy.DefaultGroovyResourceLoader
- All Implemented Interfaces:
groovy.lang.GroovyResourceLoader
- Version:
- $Id: DefaultGroovyResourceLoader.java 2680 2010-06-22 11:43:00Z aparfonov $
- Author:
- Andrey Parfonov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancheckResource(URL resource) protected URLprotected URLfindResourceURL(String filename) protected URLgetResource(String filename) protected Stringfinal URLloadGroovySource(String filename)
-
Field Details
-
findResourceURLTasks
-
resources
-
roots
-
-
Constructor Details
-
DefaultGroovyResourceLoader
- Throws:
MalformedURLException
-
DefaultGroovyResourceLoader
- Throws:
MalformedURLException
-
-
Method Details
-
loadGroovySource
- Specified by:
loadGroovySourcein interfacegroovy.lang.GroovyResourceLoader- Throws:
MalformedURLException
-
getResource
- Throws:
MalformedURLException
-
findResourceURL
- Throws:
MalformedURLException
-
createURL
- Throws:
MalformedURLException
-
getSourceFileExtension
-
checkResource
-