Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.boot » servlets » [javadoc | source]
org.jboss.boot.servlets
public class: Util [javadoc | source]
java.lang.Object
   org.jboss.boot.servlets.Util
A utility class that implements a xalan XSLT extension function used by the default.xsl transformation document.
Field Summary
static  RE variableRE     
Method from org.jboss.boot.servlets.Util Summary:
replaceVariables,   setVariableRE
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.boot.servlets.Util Detail:
 public static String replaceVariables(ExpressionContext ctx,
    String text) 
    This function replaces all occurrences of variable references ${...} with the corresponding XSL variable. If no such variable is defined the variable is replaced with an empty string.
 public static  void setVariableRE(RE variableRE)