Package | Description |
---|---|
lumis.util |
Modifier and Type | Method and Description |
---|---|
static ScriptPathUtil.ProcessEntry |
ScriptPathUtil.ProcessEntry.from(String xpath,
ScriptPathUtil.ProcessType processType)
Returns a process entry using the default class attribute or node name, the default script path attribute or node name, the given XPath to be processed and the given process type.
|
static ScriptPathUtil.ProcessEntry |
ScriptPathUtil.ProcessEntry.from(String classNameAttributeName,
String scriptPathAttributeName,
String xpath,
ScriptPathUtil.ProcessType processType)
Returns a process entry using the given class attribute or node name, script path attribute or node name, the XPath to be processed and the process type.
|
Modifier and Type | Method and Description |
---|---|
static void |
ScriptPathUtil.processNodes(String basePath,
Node parentNode,
ScriptPathUtil.ProcessEntry... entries)
Process the given
entries using the given node as the base node and the base path for relativizing script paths. |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.