|
||||||||||
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 is deprecated without replacement.
Field Summary | |
---|---|
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 Summary | |
---|---|
WebMacro()
Deprecated. |
Method Summary | |
---|---|
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. |
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 |