public class VelocimacroManager extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
addVM(String vmName,
Node macroBody,
String[] argArray,
String namespace,
boolean canReplaceGlobalMacro)
Adds a VM definition to the cache.
|
boolean |
dumpNamespace(String namespace)
Removes the VMs and the namespace from the manager.
|
VelocimacroProxy |
get(String vmName,
String namespace)
Gets a VelocimacroProxy object by the name / source template duple.
|
VelocimacroProxy |
get(String vmName,
String namespace,
String renderingTemplate)
Gets a VelocimacroProxy object by the name / source template duple.
|
String |
getLibraryName(String vmName,
String namespace)
Return the library name for a given macro.
|
void |
setInlineReplacesGlobal(boolean is) |
void |
setNamespaceUsage(boolean namespaceOn)
public switch to let external user of manager to control namespace
usage indep of properties.
|
void |
setRegisterFromLib(boolean registerFromLib)
Should macros registered from Libraries be marked special?
|
void |
setTemplateLocalInlineVM(boolean inlineLocalMode)
Should macros from the same template be inlined?
|
public boolean addVM(String vmName, Node macroBody, String[] argArray, String namespace, boolean canReplaceGlobalMacro)
vmName
- Name of the new VelociMacro.macroBody
- String representation of the macro body.argArray
- Array of macro parameters, first parameter is the macro name.namespace
- The namespace/template from which this macro has been loaded.public VelocimacroProxy get(String vmName, String namespace)
vmName
- Name of the VelocityMacro to look up.namespace
- Namespace in which to look up the macro.public VelocimacroProxy get(String vmName, String namespace, String renderingTemplate)
vmName
- Name of the VelocityMacro to look up.namespace
- Namespace in which to look up the macro.renderingTemplate
- Name of the template we are currently rendering.public boolean dumpNamespace(String namespace)
namespace
- namespace to dumppublic void setNamespaceUsage(boolean namespaceOn)
namespaceOn
- True if namespaces should be used.public void setRegisterFromLib(boolean registerFromLib)
registerFromLib
- True if macros from Libs should be marked.public void setTemplateLocalInlineVM(boolean inlineLocalMode)
inlineLocalMode
- True if macros should be inlined on the same template.public String getLibraryName(String vmName, String namespace)
vmName
- Name of the Macro to look up.namespace
- Namespace to look the macro up.public void setInlineReplacesGlobal(boolean is)
Copyright © 2000–2021. All rights reserved.