org.apache.velocity.convert
public class WebMacro extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String[] |
perLineREs
Deprecated.
The regexes to use for line by line substition.
|
protected static java.lang.String |
VM_EXT
Deprecated.
|
protected static java.lang.String |
WM_EXT
Deprecated.
|
Constructor and Description |
---|
WebMacro()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
convert(java.lang.String target)
Deprecated.
Iterate through the set of find/replace regexes
that will convert a given WM template to a VM template
|
java.lang.String |
convertTemplate(java.lang.String template)
Deprecated.
Apply find/replace regexes to our WM template
|
static void |
main(java.lang.String[] args)
Deprecated.
Main hook for the conversion process.
|
protected static final java.lang.String VM_EXT
protected static final java.lang.String WM_EXT
protected static java.lang.String[] perLineREs
public void convert(java.lang.String target)
target
- public java.lang.String convertTemplate(java.lang.String template)
template
- public static void main(java.lang.String[] args)
args
- Copyright © 2000-2014. All Rights Reserved.