|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.velocity.convert.WebMacro
public class WebMacro
This class will convert a WebMacro template to a Velocity template. Uses the ORO Regexp package to do the rewrites. Note, it isn't 100% perfect, but will definitely get you about 99.99% of the way to a converted system. Please see the website documentation for more information on how to use this class.
Field Summary | |
---|---|
protected static java.lang.String[] |
perLineREs
The regexes to use for line by line substition. |
protected static java.lang.String |
VM_EXT
|
protected static java.lang.String |
WM_EXT
|
Constructor Summary | |
---|---|
WebMacro()
|
Method Summary | |
---|---|
void |
convert(java.lang.String target)
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)
Apply find/replace regexes to our WM template |
static void |
main(java.lang.String[] args)
Main hook for the conversion process. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String VM_EXT
protected static final java.lang.String WM_EXT
protected static java.lang.String[] perLineREs
Constructor Detail |
---|
public WebMacro()
Method Detail |
---|
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
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |