|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlParser.Node | |
---|---|
org.mortbay.jetty.plus.webapp | |
org.mortbay.jetty.webapp | |
org.mortbay.xml |
Uses of XmlParser.Node in org.mortbay.jetty.plus.webapp |
---|
Methods in org.mortbay.jetty.plus.webapp with parameters of type XmlParser.Node | |
---|---|
protected void |
AbstractConfiguration.initEnvEntry(XmlParser.Node node)
JavaEE 5.4.1.3 |
protected void |
AbstractConfiguration.initialize(XmlParser.Node config)
|
protected void |
AbstractConfiguration.initInjection(XmlParser.Node node,
String jndiName,
Class valueClass)
Iterate over the <injection-target> entries for a node |
protected void |
AbstractConfiguration.initMessageDestinationRef(XmlParser.Node node)
Common Annotations Spec section 2.3: message-destination-ref is for: - javax.jms.Queue - javax.jms.Topic |
protected void |
AbstractConfiguration.initPostConstruct(XmlParser.Node node)
Process <post-construct> |
protected void |
AbstractConfiguration.initPreDestroy(XmlParser.Node node)
Process <pre-destroy> |
protected void |
AbstractConfiguration.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.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.initWebXmlElement(String element,
XmlParser.Node node)
|
Uses of XmlParser.Node in org.mortbay.jetty.webapp |
---|
Methods in org.mortbay.jetty.webapp with parameters of type XmlParser.Node | |
---|---|
protected void |
WebXmlConfiguration.initContextParam(XmlParser.Node node)
|
protected void |
WebXmlConfiguration.initDisplayName(XmlParser.Node node)
|
protected void |
WebXmlConfiguration.initDistributable(XmlParser.Node node)
|
protected void |
WebXmlConfiguration.initErrorPage(XmlParser.Node node)
|
protected void |
WebXmlConfiguration.initFilter(XmlParser.Node node)
|
protected void |
WebXmlConfiguration.initFilterMapping(XmlParser.Node node)
|
protected void |
WebXmlConfiguration.initialize(XmlParser.Node config)
|
protected void |
WebXmlConfiguration.initJspConfig(XmlParser.Node node)
|
protected void |
WebXmlConfiguration.initListener(XmlParser.Node node)
|
protected void |
WebXmlConfiguration.initLocaleEncodingList(XmlParser.Node node)
|
protected void |
WebXmlConfiguration.initLoginConfig(XmlParser.Node node)
|
protected void |
WebXmlConfiguration.initMimeConfig(XmlParser.Node node)
|
protected void |
WebXmlConfiguration.initSecurityConstraint(XmlParser.Node node)
|
protected void |
WebXmlConfiguration.initSecurityRole(XmlParser.Node node)
|
protected void |
WebXmlConfiguration.initServlet(XmlParser.Node node)
|
protected void |
WebXmlConfiguration.initServletMapping(XmlParser.Node node)
|
protected void |
WebXmlConfiguration.initSessionConfig(XmlParser.Node node)
|
protected void |
WebXmlConfiguration.initTagLib(XmlParser.Node node)
|
protected void |
WebXmlConfiguration.initWebXmlElement(String element,
XmlParser.Node node)
Handle web.xml element. |
protected void |
WebXmlConfiguration.initWelcomeFileList(XmlParser.Node node)
|
Uses of XmlParser.Node in org.mortbay.xml |
---|
Methods in org.mortbay.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |