Returns the supplied URL rendered as a String.
- Parameters
-
- url
-
The URL to import.
- Returns
-
The supplied URL rendered as a String.
This method takes an arbitrary URL or URI and renders it as a String.
This tool can also be used to import local .vm resources without sharing
the current velocity-context (as opposed to the #parse directive).
$import.read("http://velocity.apache.org/tools/devel/")
$import.read("/wookie.jsp")
|
|
|