Package org.apache.velocity.convert
Class WebMacro
java.lang.Object
org.apache.velocity.convert.WebMacro
Deprecated.
Obsolete and outdated.
This is deprecated without replacement.
- Version:
- $Id: WebMacro.java 898028 2010-01-11 19:36:31Z nbubna $
- Author:
- Jason van Zyl, Daniel Rall
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated.Iterate through the set of find/replace regexes that will convert a given WM template to a VM templateconvertTemplate
(String template) Deprecated.Apply find/replace regexes to our WM templatestatic void
Deprecated.Main hook for the conversion process.
-
Field Details
-
VM_EXT
Deprecated.- See Also:
-
WM_EXT
Deprecated.- See Also:
-
perLineREs
Deprecated.The regexes to use for line by line substition. The regexes come in pairs. The first is the string to match, the second is the substitution to make.
-
-
Constructor Details
-
WebMacro
public WebMacro()Deprecated.
-
-
Method Details
-
convert
Deprecated.Iterate through the set of find/replace regexes that will convert a given WM template to a VM template- Parameters:
target
-
-
convertTemplate
Deprecated.Apply find/replace regexes to our WM template- Parameters:
template
-- Returns:
- Returns the template with all regexprs applied.
-
main
Deprecated.Main hook for the conversion process.- Parameters:
args
-
-