Uses of Interface
org.apache.velocity.runtime.resource.util.StringResourceRepository
-
Packages that use StringResourceRepository Package Description 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 Modifier and Type Field Description protected StringResourceRepositoryStringResourceLoader. repositorythe repository used internally by this resource loaderFields in org.apache.velocity.runtime.resource.loader with type parameters of type StringResourceRepository Modifier and Type Field Description protected static Map<String,StringResourceRepository>StringResourceLoader. STATIC_REPOSITORIESMethods in org.apache.velocity.runtime.resource.loader that return StringResourceRepository Modifier and Type Method Description StringResourceRepositoryStringResourceLoader. createRepository(String className, String encoding)static StringResourceRepositoryStringResourceLoader. getRepository()Returns a reference to the default static repository.static StringResourceRepositoryStringResourceLoader. getRepository(String name)Returns a reference to the repository stored statically under the specified name.static StringResourceRepositoryStringResourceLoader. removeRepository(String name)Removes theStringResourceRepositorystored under the specified name.Methods in org.apache.velocity.runtime.resource.loader with parameters of type StringResourceRepository Modifier and Type Method Description static voidStringResourceLoader. setRepository(String name, StringResourceRepository repo)Sets the specifiedStringResourceRepositoryin 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 Modifier and Type Class Description classStringResourceRepositoryImplDefault implementation of StringResourceRepository.
-