Uses of Interface
org.apache.velocity.runtime.resource.util.StringResourceRepository
Packages that use StringResourceRepository
Package
Description
-
Uses of StringResourceRepository in org.apache.velocity.runtime.resource.loader
Fields in org.apache.velocity.runtime.resource.loader declared as StringResourceRepositoryModifier and TypeFieldDescriptionprotected StringResourceRepository
StringResourceLoader.repository
the repository used internally by this resource loaderFields in org.apache.velocity.runtime.resource.loader with type parameters of type StringResourceRepositoryModifier and TypeFieldDescriptionprotected static final Map
<String, StringResourceRepository> StringResourceLoader.STATIC_REPOSITORIES
Methods in org.apache.velocity.runtime.resource.loader that return StringResourceRepositoryModifier 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.Methods in org.apache.velocity.runtime.resource.loader with parameters of type StringResourceRepositoryModifier 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
Classes in org.apache.velocity.runtime.resource.util that implement StringResourceRepositoryModifier and TypeClassDescriptionclass
Default implementation of StringResourceRepository.