Package | Description |
---|---|
org.apache.velocity.runtime.resource.loader | |
org.apache.velocity.runtime.resource.util |
Modifier and Type | Field and Description |
---|---|
protected StringResourceRepository |
StringResourceLoader.repository
the repository used internally by this resource loader
|
Modifier and Type | Method and Description |
---|---|
StringResourceRepository |
StringResourceLoader.createRepository(String className,
String encoding) |
static StringResourceRepository |
StringResourceLoader.getRepository()
Returns a reference to the default static repository.
|
static StringResourceRepository |
StringResourceLoader.getRepository(String name)
Returns a reference to the repository stored statically under the
specified name.
|
static StringResourceRepository |
StringResourceLoader.removeRepository(String name)
Removes the
StringResourceRepository stored under the specified
name. |
Modifier and Type | Method and Description |
---|---|
static void |
StringResourceLoader.setRepository(String name,
StringResourceRepository repo)
Sets the specified
StringResourceRepository in static storage
under the specified name. |
Modifier and Type | Class and Description |
---|---|
class |
StringResourceRepositoryImpl
Default implementation of StringResourceRepository.
|
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.