|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.boot.servlets.Util
A utility class that implements a xalan XSLT extension function used by the default.xsl transformation document.
Constructor Summary | |
Util()
|
Method Summary | |
static java.lang.String |
replaceVariables(org.apache.xalan.extensions.ExpressionContext ctx,
java.lang.String text)
This function replaces all occurrences of variable references ${...} with the corresponding XSL variable. |
static void |
setVariableRE(RE variableRE)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Util()
Method Detail |
public static void setVariableRE(RE variableRE)
public static java.lang.String replaceVariables(org.apache.xalan.extensions.ExpressionContext ctx, java.lang.String text)
|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |