org.eclipse.jetty.webapp
Class TagLibConfiguration.TldProcessor

java.lang.Object
  extended by org.eclipse.jetty.webapp.TagLibConfiguration.TldProcessor
Enclosing class:
TagLibConfiguration

public class TagLibConfiguration.TldProcessor
extends Object


Field Summary
static String TAGLIB_PROCESSOR
           
 
Constructor Summary
TagLibConfiguration.TldProcessor(WebAppContext context)
           
 
Method Summary
 XmlParser.Node parse(Resource tld)
           
 void process(XmlParser.Node root)
           
 void processRoots()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAGLIB_PROCESSOR

public static final String TAGLIB_PROCESSOR
See Also:
Constant Field Values
Constructor Detail

TagLibConfiguration.TldProcessor

public TagLibConfiguration.TldProcessor(WebAppContext context)
                                 throws Exception
Throws:
Exception
Method Detail

parse

public XmlParser.Node parse(Resource tld)
                     throws Exception
Throws:
Exception

processRoots

public void processRoots()

process

public void process(XmlParser.Node root)


Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.