Package | Description |
---|---|
org.apache.velocity.runtime |
Modifier and Type | Method and Description |
---|---|
static ContentResource |
RuntimeSingleton.getContent(java.lang.String name)
Returns a static content resource from the
resource manager.
|
ContentResource |
RuntimeInstance.getContent(java.lang.String name)
Returns a static content resource from the
resource manager.
|
static ContentResource |
Runtime.getContent(java.lang.String name)
Deprecated.
Returns a static content resource from the
resource manager.
|
ContentResource |
RuntimeServices.getContent(java.lang.String name)
Returns a static content resource from the
resource manager.
|
static ContentResource |
RuntimeSingleton.getContent(java.lang.String name,
java.lang.String encoding)
Returns a static content resource from the
resource manager.
|
ContentResource |
RuntimeInstance.getContent(java.lang.String name,
java.lang.String encoding)
Returns a static content resource from the
resource manager.
|
static ContentResource |
Runtime.getContent(java.lang.String name,
java.lang.String encoding)
Deprecated.
Returns a static content resource from the
resource manager.
|
ContentResource |
RuntimeServices.getContent(java.lang.String name,
java.lang.String encoding)
Returns a static content resource from the
resource manager.
|
Copyright ? 2002 Apache Software Foundation. All Rights Reserved.