|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StringResourceRepository | |
org.apache.velocity.runtime.resource.loader | |
org.apache.velocity.runtime.resource.util |
Uses of StringResourceRepository in org.apache.velocity.runtime.resource.loader |
Fields in org.apache.velocity.runtime.resource.loader declared as StringResourceRepository | |
protected StringResourceRepository |
StringResourceLoader.repository
|
Methods in org.apache.velocity.runtime.resource.loader that return StringResourceRepository | |
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. |
StringResourceRepository |
StringResourceLoader.createRepository(String className,
String encoding)
|
Methods in org.apache.velocity.runtime.resource.loader with parameters of type StringResourceRepository | |
static void |
StringResourceLoader.setRepository(String name,
StringResourceRepository repo)
Sets the specified StringResourceRepository in static storage
under the specified name. |
Uses of StringResourceRepository in org.apache.velocity.runtime.resource.util |
Classes in org.apache.velocity.runtime.resource.util that implement StringResourceRepository | |
class |
StringResourceRepositoryImpl
Default implementation of StringResourceRepository. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |