Package | Description |
---|---|
org.apache.velocity.runtime |
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
Copyright © 2000–2021 The Apache Software Foundation. All rights reserved.