Uses of Interface
org.apache.velocity.runtime.resource.util.StringResourceRepository
Package
Description
-
Uses of StringResourceRepository in org.apache.velocity.runtime.resource.loader
Modifier and TypeFieldDescriptionprotected StringResourceRepository
StringResourceLoader.repository
the repository used internally by this resource loaderModifier and TypeFieldDescriptionprotected static final Map
<String, StringResourceRepository> StringResourceLoader.STATIC_REPOSITORIES
Modifier and TypeMethodDescriptionStringResourceLoader.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 theStringResourceRepository
stored under the specified name.Modifier and TypeMethodDescriptionstatic void
StringResourceLoader.setRepository
(String name, StringResourceRepository repo) Sets the specifiedStringResourceRepository
in static storage under the specified name. -
Uses of StringResourceRepository in org.apache.velocity.runtime.resource.util
Modifier and TypeClassDescriptionclass
Default implementation of StringResourceRepository.