com.sun.wts.tools.htmlmacro
Class JellyContextEx

java.lang.Object
  extended by org.apache.commons.jelly.JellyContext
      extended by com.sun.wts.tools.htmlmacro.JellyContextEx

public class JellyContextEx
extends org.apache.commons.jelly.JellyContext

JellyContext that uses NekoHTML.

Author:
Kohsuke Kawaguchi

Field Summary
 
Fields inherited from class org.apache.commons.jelly.JellyContext
classLoader, useContextClassLoader
 
Constructor Summary
JellyContextEx()
           
 
Method Summary
protected  org.apache.commons.jelly.parser.XMLParser createXMLParser()
           
 
Methods inherited from class org.apache.commons.jelly.JellyContext
clear, clearVariables, compileScript, compileScript, compileScript, createChildContext, createRelativeURL, findVariable, getClassLoader, getCurrentURL, getJellyContextURL, getJellyContextURL, getParent, getResource, getResourceAsStream, getRootURL, getScope, getTagLibrary, getUseContextClassLoader, getVariable, getVariable, getVariableNames, getVariables, getXMLParser, isExport, isExportLibraries, isInherit, isTagLibraryRegistered, newJellyContext, newJellyContext, registerTagLibrary, registerTagLibrary, removeVariable, removeVariable, runScript, runScript, runScript, runScript, runScript, runScript, runScript, runScript, setClassLoader, setCurrentURL, setExport, setExportLibraries, setInherit, setParent, setRootURL, setUseContextClassLoader, setVariable, setVariable, setVariables
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JellyContextEx

public JellyContextEx()
Method Detail

createXMLParser

protected org.apache.commons.jelly.parser.XMLParser createXMLParser()
Overrides:
createXMLParser in class org.apache.commons.jelly.JellyContext