Package | Description |
---|---|
com.neurosys.scribble | |
com.neurosys.scribble.groovy |
Modifier and Type | Method and Description |
---|---|
abstract AdapterService.AdapterWrapper |
AdapterService.get(String key) |
protected abstract AdapterService.AdapterWrapper |
AdapterService.getAdapterWrapper(String resourceLocationName,
org.springframework.scripting.ScriptSource scriptSource,
org.springframework.core.io.Resource scriptResourceRef) |
AdapterService.AdapterWrapper |
AdapterService.registerAdapter(String key,
org.springframework.core.io.Resource resource)
For a given Alias/Key register a Resource identified by its path aka resourceLocationName
|
AdapterService.AdapterWrapper |
AdapterService.registerAdapter(String key,
String resourceLocationName)
For a given Alias/Key register a Resource identified by its path aka resourceLocationName
|
abstract AdapterService.AdapterWrapper |
AdapterService.set(String key,
AdapterService.AdapterWrapper adapter) |
Modifier and Type | Method and Description |
---|---|
abstract AdapterService.AdapterWrapper |
AdapterService.set(String key,
AdapterService.AdapterWrapper adapter) |
Modifier and Type | Method and Description |
---|---|
AdapterService.AdapterWrapper<groovy.lang.GroovyObject> |
GroovyAdapterService.get(String key) |
protected AdapterService.AdapterWrapper<groovy.lang.GroovyObject> |
GroovyAdapterService.getAdapterWrapper(String resourceLocationName,
org.springframework.scripting.ScriptSource scriptSource,
org.springframework.core.io.Resource scriptResourceRef) |
AdapterService.AdapterWrapper<groovy.lang.GroovyObject> |
GroovyAdapterService.set(String key,
AdapterService.AdapterWrapper adapter) |
Modifier and Type | Method and Description |
---|---|
AdapterService.AdapterWrapper<groovy.lang.GroovyObject> |
GroovyAdapterService.set(String key,
AdapterService.AdapterWrapper adapter) |
Copyright © 2018. All rights reserved.