Skip navigation links
A B C D E F G H I L M O P R S T U 

A

accept(URL) - Method in interface org.everrest.groovy.URLFilter
Tests whether or not the specified URL should be included in URL list.
addScriptFilder(String, ScriptFinder) - Static method in class org.everrest.groovy.ScriptFinderFactory
 

B

BaseResourceId - Class in org.everrest.groovy
Base implementation of ResourceId.
BaseResourceId(String) - Constructor for class org.everrest.groovy.BaseResourceId
 
binder - Variable in class org.everrest.groovy.GroovyResourcePublisher
 

C

checkResource(URL) - Method in class org.everrest.groovy.DefaultGroovyResourceLoader
 
classLoaderProvider - Variable in class org.everrest.groovy.GroovyResourcePublisher
 
classLoaderProvider - Variable in class org.everrest.groovy.servlet.GroovyEverrestServletContextInitializer
 
ClassPathEntry - Class in org.everrest.groovy
Item of Groovy class-path.
ClassPathEntry(URL) - Constructor for class org.everrest.groovy.ClassPathEntry
 
CODE_BASE - Static variable in class org.everrest.groovy.ExtendedGroovyClassLoader
 
CONSTRUCTOR_COMPARATOR - Variable in class org.everrest.groovy.GroovyResourcePublisher
 
contextDestroyed(ServletContextEvent) - Method in class org.everrest.groovy.servlet.GroovyEverrestInitializedListener
 
contextInitialized(ServletContextEvent) - Method in class org.everrest.groovy.servlet.GroovyEverrestInitializedListener
 
createClass(byte[], ClassNode) - Method in class org.everrest.groovy.ExtendedGroovyClassLoader.MultipleClassCollector
 
createClass(byte[], ClassNode) - Method in class org.everrest.groovy.ExtendedGroovyClassLoader.SingleClassCollector
 
createCodeSource(InputStream, String) - Method in class org.everrest.groovy.GroovyResourcePublisher
Create GroovyCodeSource from given stream and name.
createCompilationUnit(CompilerConfiguration, CodeSource) - Method in class org.everrest.groovy.ExtendedGroovyClassLoader
 
createInstance(Class<?>) - Method in class org.everrest.groovy.GroovyResourcePublisher
 
createMultipleCollector(CompilationUnit, Set<SourceUnit>) - Method in class org.everrest.groovy.ExtendedGroovyClassLoader
 
createSingleCollector(CompilationUnit, SourceUnit) - Method in class org.everrest.groovy.ExtendedGroovyClassLoader
 
createURL(URL, String) - Method in class org.everrest.groovy.DefaultGroovyResourceLoader
 
cunit - Variable in class org.everrest.groovy.ExtendedGroovyClassLoader.MultipleClassCollector
 
cunit - Variable in class org.everrest.groovy.ExtendedGroovyClassLoader.SingleClassCollector
 

D

DEFAULT_CHARSET - Static variable in class org.everrest.groovy.GroovyResourcePublisher
Default character set.
DEFAULT_CHARSET_NAME - Static variable in class org.everrest.groovy.GroovyResourcePublisher
Default character set name.
DefaultGroovyResourceLoader - Class in org.everrest.groovy
 
DefaultGroovyResourceLoader(URL[]) - Constructor for class org.everrest.groovy.DefaultGroovyResourceLoader
 
DefaultGroovyResourceLoader(URL) - Constructor for class org.everrest.groovy.DefaultGroovyResourceLoader
 
defineClass(String, byte[], CodeSource) - Method in class org.everrest.groovy.ExtendedGroovyClassLoader.ExtendedInnerLoader
 
definePackage(String) - Method in class org.everrest.groovy.ExtendedGroovyClassLoader.ExtendedInnerLoader
 
dependencies - Variable in class org.everrest.groovy.GroovyResourcePublisher
 
doParseClass(InputStream, String, SourceFile[], int, CompilerConfiguration, boolean) - Method in class org.everrest.groovy.ExtendedGroovyClassLoader
 
doParseClasses(SourceFile[], int, CompilerConfiguration) - Method in class org.everrest.groovy.ExtendedGroovyClassLoader
 

E

equals(Object) - Method in class org.everrest.groovy.BaseResourceId
 
EVERREST_GROOVY_APPLICATION - Static variable in class org.everrest.groovy.servlet.GroovyEverrestServletContextInitializer
 
EVERREST_GROOVY_ROOT_RESOURCES - Static variable in class org.everrest.groovy.servlet.GroovyEverrestServletContextInitializer
 
EVERREST_GROOVY_SCAN_COMPONENTS - Static variable in class org.everrest.groovy.servlet.GroovyEverrestServletContextInitializer
 
ExtendedGroovyClassLoader - Class in org.everrest.groovy
 
ExtendedGroovyClassLoader(ClassLoader) - Constructor for class org.everrest.groovy.ExtendedGroovyClassLoader
 
ExtendedGroovyClassLoader(GroovyClassLoader) - Constructor for class org.everrest.groovy.ExtendedGroovyClassLoader
 
ExtendedGroovyClassLoader.ExtendedInnerLoader - Class in org.everrest.groovy
 
ExtendedGroovyClassLoader.MultipleClassCollector - Class in org.everrest.groovy
 
ExtendedGroovyClassLoader.SingleClassCollector - Class in org.everrest.groovy
 
ExtendedInnerLoader(ExtendedGroovyClassLoader) - Constructor for class org.everrest.groovy.ExtendedGroovyClassLoader.ExtendedInnerLoader
 

F

FileSystemScriptFinder - Class in org.everrest.groovy
Scanner of Groovy scripts on local file system.
FileSystemScriptFinder() - Constructor for class org.everrest.groovy.FileSystemScriptFinder
 
find(URLFilter, URL) - Method in class org.everrest.groovy.FileSystemScriptFinder
 
find(URLFilter, URL) - Method in interface org.everrest.groovy.ScriptFinder
Find all scripts that are acceptable by filter in specified root URL.

G

getApplication() - Method in class org.everrest.groovy.servlet.GroovyEverrestServletContextInitializer
 
getCodeSource() - Method in class org.everrest.groovy.ExtendedGroovyClassLoader
 
getCompiledClasses() - Method in class org.everrest.groovy.ExtendedGroovyClassLoader.MultipleClassCollector
 
getGroovyClassLoader() - Method in class org.everrest.groovy.GroovyClassLoaderProvider
Get default GroovyClassLoader.
getGroovyClassLoader(SourceFolder[]) - Method in class org.everrest.groovy.GroovyClassLoaderProvider
Get customized instance of GroovyClassLoader that able to resolve additional Groovy source files.
getId() - Method in class org.everrest.groovy.BaseResourceId
 
getId() - Method in interface org.everrest.groovy.ResourceId
Gets the id of resource as string
getPath() - Method in class org.everrest.groovy.ClassPathEntry
 
getResource(String) - Method in class org.everrest.groovy.DefaultGroovyResourceLoader
 
getResource(ResourceId) - Method in class org.everrest.groovy.GroovyResourcePublisher
Get resource corresponded to specified id resourceId .
getScriptFinder(String) - Static method in class org.everrest.groovy.ScriptFinderFactory
 
getSourceFileExtensions() - Method in class org.everrest.groovy.DefaultGroovyResourceLoader
 
getTarget() - Method in class org.everrest.groovy.ExtendedGroovyClassLoader.SingleClassCollector
 
GroovyClassLoaderProvider - Class in org.everrest.groovy
Factory of Groovy class loader.
GroovyClassLoaderProvider() - Constructor for class org.everrest.groovy.GroovyClassLoaderProvider
 
GroovyClassLoaderProvider(ExtendedGroovyClassLoader) - Constructor for class org.everrest.groovy.GroovyClassLoaderProvider
 
groovyClassPath - Variable in class org.everrest.groovy.servlet.GroovyEverrestServletContextInitializer
 
GroovyEverrestInitializedListener - Class in org.everrest.groovy.servlet
 
GroovyEverrestInitializedListener() - Constructor for class org.everrest.groovy.servlet.GroovyEverrestInitializedListener
 
GroovyEverrestServletContextInitializer - Class in org.everrest.groovy.servlet
 
GroovyEverrestServletContextInitializer(ServletContext) - Constructor for class org.everrest.groovy.servlet.GroovyEverrestServletContextInitializer
 
GroovyResourcePublisher - Class in org.everrest.groovy
Manage via ResourceBinder Groovy based RESTful services.
GroovyResourcePublisher(ResourceBinder, GroovyClassLoaderProvider, DependencySupplier) - Constructor for class org.everrest.groovy.GroovyResourcePublisher
Create GroovyJaxrsPublisher which is able publish per-request and singleton resources.
GroovyResourcePublisher(ResourceBinder, DependencySupplier) - Constructor for class org.everrest.groovy.GroovyResourcePublisher
Create GroovyJaxrsPublisher which is able publish per-request and singleton resources.

H

hashCode() - Method in class org.everrest.groovy.BaseResourceId
 

I

isPublished(ResourceId) - Method in class org.everrest.groovy.GroovyResourcePublisher
Check is groovy resource with specified id is published or not

L

loadGroovySource(String) - Method in class org.everrest.groovy.DefaultGroovyResourceLoader
 

M

MultipleClassCollector(ExtendedGroovyClassLoader.ExtendedInnerLoader, CompilationUnit, Set<SourceUnit>) - Constructor for class org.everrest.groovy.ExtendedGroovyClassLoader.MultipleClassCollector
 

O

org.everrest.groovy - package org.everrest.groovy
 
org.everrest.groovy.servlet - package org.everrest.groovy.servlet
 

P

parseClass(InputStream, String, SourceFile[]) - Method in class org.everrest.groovy.ExtendedGroovyClassLoader
 
parseClasses(SourceFile[]) - Method in class org.everrest.groovy.ExtendedGroovyClassLoader
 
publishPerRequest(InputStream, ResourceId, MultivaluedMap<String, String>, SourceFolder[], SourceFile[]) - Method in class org.everrest.groovy.GroovyResourcePublisher
Parse given stream and publish result as per-request RESTful service.
publishPerRequest(String, ResourceId, MultivaluedMap<String, String>, SourceFolder[], SourceFile[]) - Method in class org.everrest.groovy.GroovyResourcePublisher
Parse given source and publish result as per-request RESTful service.
publishPerRequest(String, String, ResourceId, MultivaluedMap<String, String>, SourceFolder[], SourceFile[]) - Method in class org.everrest.groovy.GroovyResourcePublisher
Parse given source and publish result as per-request RESTful service.
publishSingleton(InputStream, ResourceId, MultivaluedMap<String, String>, SourceFolder[], SourceFile[]) - Method in class org.everrest.groovy.GroovyResourcePublisher
Parse given stream and publish result as singleton RESTful service.
publishSingleton(String, ResourceId, MultivaluedMap<String, String>, SourceFolder[], SourceFile[]) - Method in class org.everrest.groovy.GroovyResourcePublisher
Parse given source and publish result as singleton RESTful service.
publishSingleton(String, String, ResourceId, MultivaluedMap<String, String>, SourceFolder[], SourceFile[]) - Method in class org.everrest.groovy.GroovyResourcePublisher
Parse given source and publish result as singleton RESTful service.

R

ResourceId - Interface in org.everrest.groovy
 
resources - Variable in class org.everrest.groovy.DefaultGroovyResourceLoader
 
resources - Variable in class org.everrest.groovy.GroovyResourcePublisher
 
roots - Variable in class org.everrest.groovy.DefaultGroovyResourceLoader
 

S

ScriptFinder - Interface in org.everrest.groovy
Look up script files.
ScriptFinderFactory - Class in org.everrest.groovy
 
SingleClassCollector(ExtendedGroovyClassLoader.ExtendedInnerLoader, CompilationUnit, SourceUnit) - Constructor for class org.everrest.groovy.ExtendedGroovyClassLoader.SingleClassCollector
 
SourceFile - Class in org.everrest.groovy
Describe location of Groovy source file.
SourceFile(URL) - Constructor for class org.everrest.groovy.SourceFile
 
SourceFolder - Class in org.everrest.groovy
Folder with Groovy sources.
SourceFolder(URL) - Constructor for class org.everrest.groovy.SourceFolder
 
sunit - Variable in class org.everrest.groovy.ExtendedGroovyClassLoader.SingleClassCollector
 
sunitSet - Variable in class org.everrest.groovy.ExtendedGroovyClassLoader.MultipleClassCollector
 

T

target - Variable in class org.everrest.groovy.ExtendedGroovyClassLoader.SingleClassCollector
 
toString() - Method in class org.everrest.groovy.BaseResourceId
 

U

unpublishResource(ResourceId) - Method in class org.everrest.groovy.GroovyResourcePublisher
Unpublish resource with specified id.
URLFilter - Interface in org.everrest.groovy
URL's filter.
A B C D E F G H I L M O P R S T U 
Skip navigation links

Copyright © 2012–2016 Codenvy, S.A.. All rights reserved.