Uses of Class
org.eclipse.jetty.xml.XmlParser.Node

Packages that use XmlParser.Node
org.eclipse.jetty.plus.webapp   
org.eclipse.jetty.webapp   
org.eclipse.jetty.xml   
 

Uses of XmlParser.Node in org.eclipse.jetty.plus.webapp
 

Methods in org.eclipse.jetty.plus.webapp with parameters of type XmlParser.Node
protected  void AbstractConfiguration.PlusWebXmlProcessor.initEnvEntry(XmlParser.Node node)
          JavaEE 5.4.1.3
protected  void AbstractConfiguration.PlusWebXmlProcessor.initInjection(XmlParser.Node node, String jndiName, Class valueClass)
          Iterate over the <injection-target> entries for a node
protected  void AbstractConfiguration.PlusWebXmlProcessor.initMessageDestinationRef(XmlParser.Node node)
          Common Annotations Spec section 2.3: message-destination-ref is for: - javax.jms.Queue - javax.jms.Topic
protected  void AbstractConfiguration.PlusWebXmlProcessor.initPostConstruct(XmlParser.Node node)
          Process <post-construct>
protected  void AbstractConfiguration.PlusWebXmlProcessor.initPreDestroy(XmlParser.Node node)
          Process <pre-destroy>
protected  void AbstractConfiguration.PlusWebXmlProcessor.initResourceEnvRef(XmlParser.Node node)
          Common Annotations Spec section 2.3: resource-env-ref is for: - javax.transaction.UserTransaction - javax.resource.cci.InteractionSpec - anything else that is not a connection factory
protected  void AbstractConfiguration.PlusWebXmlProcessor.initResourceRef(XmlParser.Node node)
          Common Annotations Spec section 2.3: resource-ref is for: - javax.sql.DataSource - javax.jms.ConnectionFactory - javax.jms.QueueConnectionFactory - javax.jms.TopicConnectionFactory - javax.mail.Session - java.net.URL - javax.resource.cci.ConnectionFactory - org.omg.CORBA_2_3.ORB - any other connection factory defined by a resource adapter
protected  void AbstractConfiguration.PlusWebXmlProcessor.initWebXmlElement(String element, XmlParser.Node node)
           
 void AbstractConfiguration.PlusWebXmlProcessor.process(XmlParser.Node root)
           
 

Uses of XmlParser.Node in org.eclipse.jetty.webapp
 

Fields in org.eclipse.jetty.webapp declared as XmlParser.Node
protected  XmlParser.Node WebXmlProcessor.Descriptor._root
           
 

Methods in org.eclipse.jetty.webapp that return XmlParser.Node
 XmlParser.Node WebXmlProcessor.Descriptor.getRoot()
           
 XmlParser.Node TagLibConfiguration.TldProcessor.parse(Resource tld)
           
 

Methods in org.eclipse.jetty.webapp with parameters of type XmlParser.Node
protected  void WebXmlProcessor.initContextParam(XmlParser.Node node)
           
protected  void WebXmlProcessor.initDisplayName(XmlParser.Node node)
           
protected  void WebXmlProcessor.initDistributable(XmlParser.Node node)
           
protected  void WebXmlProcessor.initErrorPage(XmlParser.Node node)
           
protected  void WebXmlProcessor.initFilter(XmlParser.Node node)
           
protected  void WebXmlProcessor.initFilterMapping(XmlParser.Node node)
           
protected  void WebXmlProcessor.initJspConfig(XmlParser.Node node)
           
protected  void WebXmlProcessor.initListener(XmlParser.Node node)
           
protected  void WebXmlProcessor.initLocaleEncodingList(XmlParser.Node node)
           
protected  void WebXmlProcessor.initLoginConfig(XmlParser.Node node)
           
protected  void WebXmlProcessor.initMimeConfig(XmlParser.Node node)
           
protected  void WebXmlProcessor.initSecurityConstraint(XmlParser.Node node)
           
protected  void WebXmlProcessor.initSecurityRole(XmlParser.Node node)
           
protected  void WebXmlProcessor.initServlet(XmlParser.Node node)
           
protected  void WebXmlProcessor.initServletMapping(XmlParser.Node node)
           
protected  void WebXmlProcessor.initSessionConfig(XmlParser.Node node)
           
protected  void WebXmlProcessor.initTagLib(XmlParser.Node node)
           
protected  void WebXmlProcessor.initWebXmlElement(String element, XmlParser.Node node)
          Handle web.xml element.
protected  void WebXmlProcessor.initWelcomeFileList(XmlParser.Node node)
           
 void WebXmlProcessor.process(XmlParser.Node config)
           
 void TagLibConfiguration.TldProcessor.process(XmlParser.Node root)
           
 

Uses of XmlParser.Node in org.eclipse.jetty.xml
 

Methods in org.eclipse.jetty.xml that return XmlParser.Node
 XmlParser.Node XmlParser.Node.get(String tag)
          Get the first child node with the tag.
 XmlParser.Node XmlParser.Node.getParent()
           
 XmlParser.Node XmlParser.parse(File file)
          Parse File.
 XmlParser.Node XmlParser.parse(InputSource source)
           
 XmlParser.Node XmlParser.parse(InputStream in)
          Parse InputStream.
 XmlParser.Node XmlParser.parse(String url)
          Parse String URL.
 



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