Uses of Class
org.apache.velocity.runtime.resource.ContentResource

Packages that use ContentResource
org.apache.velocity.runtime   
 

Uses of ContentResource in org.apache.velocity.runtime
 

Methods in org.apache.velocity.runtime that return ContentResource
static ContentResource RuntimeSingleton.getContent(String name)
          Returns a static content resource from the resource manager.
 ContentResource RuntimeServices.getContent(String name)
          Returns a static content resource from the resource manager.
 ContentResource RuntimeInstance.getContent(String name)
          Returns a static content resource from the resource manager.
static ContentResource Runtime.getContent(String name)
          Deprecated. Returns a static content resource from the resource manager.
static ContentResource RuntimeSingleton.getContent(String name, String encoding)
          Returns a static content resource from the resource manager.
 ContentResource RuntimeServices.getContent(String name, String encoding)
          Returns a static content resource from the resource manager.
 ContentResource RuntimeInstance.getContent(String name, String encoding)
          Returns a static content resource from the resource manager.
static ContentResource Runtime.getContent(String name, String encoding)
          Deprecated. Returns a static content resource from the resource manager.
 



Copyright © 2000-2010 The Apache Software Foundation. All Rights Reserved.