Uses of Class
org.apache.velocity.runtime.resource.ContentResource
-
Packages that use ContentResource Package Description org.apache.velocity.runtime -
-
Uses of ContentResource in org.apache.velocity.runtime
Methods in org.apache.velocity.runtime that return ContentResource Modifier and Type Method Description ContentResourceRuntimeInstance. getContent(String name)Returns a static content resource from the resource manager.ContentResourceRuntimeInstance. getContent(String name, String encoding)Returns a static content resource from the resource manager.ContentResourceRuntimeServices. getContent(String name)Returns a static content resource from the resource manager.ContentResourceRuntimeServices. getContent(String name, String encoding)Returns a static content resource from the resource manager.static ContentResourceRuntimeSingleton. getContent(String name)Returns a static content resource from the resource manager.static ContentResourceRuntimeSingleton. getContent(String name, String encoding)Returns a static content resource from the resource manager.
-