Index

A C E G I L M N O P R S T X 
All Classes and Interfaces|All Packages

A

add(int, Object) - Method in class org.eclipse.jetty.xml.XmlParser.Node
 
addContentHandler(String, ContentHandler) - Method in class org.eclipse.jetty.xml.XmlParser
Add a ContentHandler.

C

cdata(String) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
clear() - Method in class org.eclipse.jetty.xml.XmlParser.Node
 
closeTag() - Method in class org.eclipse.jetty.xml.XmlAppendable
 
ConfigurationProcessor - Interface in org.eclipse.jetty.xml
A ConfigurationProcessor for non XmlConfiguration format files.
ConfigurationProcessorFactory - Interface in org.eclipse.jetty.xml
 
configure() - Method in interface org.eclipse.jetty.xml.ConfigurationProcessor
 
configure() - Method in class org.eclipse.jetty.xml.XmlConfiguration
Applies the XML configuration script.
configure(Object) - Method in interface org.eclipse.jetty.xml.ConfigurationProcessor
 
configure(Object) - Method in class org.eclipse.jetty.xml.XmlConfiguration
Applies the XML configuration script to the given object.
content(String) - Method in class org.eclipse.jetty.xml.XmlAppendable
 

E

EXECUTABLE_COMPARATOR - Static variable in class org.eclipse.jetty.xml.XmlConfiguration
 

G

get(int) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Get the ith child node or content.
get(String) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Get the first child node with the tag.
getAttribute(String) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Get an element attribute.
getAttribute(String, String) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Get an element attribute.
getAttributes() - Method in class org.eclipse.jetty.xml.XmlParser.Node
Get an array of element attributes.
getConfigurationProcessor(String, String) - Method in interface org.eclipse.jetty.xml.ConfigurationProcessorFactory
 
getDTD() - Method in class org.eclipse.jetty.xml.XmlParser
 
getIdMap() - Method in class org.eclipse.jetty.xml.XmlConfiguration
Get the map of ID String to Objects that is used to hold and lookup any objects by ID.
getName() - Method in class org.eclipse.jetty.xml.XmlParser.Attribute
 
getParent() - Method in class org.eclipse.jetty.xml.XmlParser.Node
 
getPath() - Method in class org.eclipse.jetty.xml.XmlParser.Node
 
getProperties() - Method in class org.eclipse.jetty.xml.XmlConfiguration
Get the map of properties used by the Property XML element to parametrize configuration.
getSAXParser() - Method in class org.eclipse.jetty.xml.XmlParser
 
getString(String, boolean, boolean) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Get a tag as a string.
getTag() - Method in class org.eclipse.jetty.xml.XmlParser.Node
 
getValue() - Method in class org.eclipse.jetty.xml.XmlParser.Attribute
 
getXmlParser() - Method in class org.eclipse.jetty.xml.XmlConfiguration
 
getXpath() - Method in class org.eclipse.jetty.xml.XmlParser
 

I

init(Resource, XmlParser.Node, XmlConfiguration) - Method in interface org.eclipse.jetty.xml.ConfigurationProcessor
Initialize a ConfigurationProcessor from provided Resource and XML
initializeDefaults(Object) - Method in class org.eclipse.jetty.xml.XmlConfiguration
Initialize a new Object defaults.
isValidating() - Method in class org.eclipse.jetty.xml.XmlParser
 
iterator(String) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Iterator over named child nodes.

L

literal(String) - Method in class org.eclipse.jetty.xml.XmlAppendable
 

M

main(String...) - Static method in class org.eclipse.jetty.xml.XmlConfiguration
Runs the XML configurations as a main application.

N

newSAXParserFactory() - Method in class org.eclipse.jetty.xml.XmlParser
 
normalizeURI(String) - Static method in class org.eclipse.jetty.xml.XmlConfiguration
 

O

openTag(String) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
openTag(String, Map<String, String>) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
org.eclipse.jetty.xml - module org.eclipse.jetty.xml
 
org.eclipse.jetty.xml - package org.eclipse.jetty.xml
Jetty Xml : IoC Mechanism for Jetty Configuration

P

parse(File) - Method in class org.eclipse.jetty.xml.XmlParser
Parse File.
parse(InputStream) - Method in class org.eclipse.jetty.xml.XmlParser
Parse InputStream.
parse(String) - Method in class org.eclipse.jetty.xml.XmlParser
Parse String URL.
parse(InputSource) - Method in class org.eclipse.jetty.xml.XmlParser
 

R

redirectEntity(String, URL) - Method in class org.eclipse.jetty.xml.XmlParser
 
resolveEntity(String, String) - Method in class org.eclipse.jetty.xml.XmlParser
 
resolvePath(String, String) - Static method in class org.eclipse.jetty.xml.XmlConfiguration
Utility method to resolve a provided path against a directory.

S

setJettyStandardIdsAndProperties(Object, Resource) - Method in class org.eclipse.jetty.xml.XmlConfiguration
Set the standard IDs and properties expected in a jetty XML file: RefId Server Property jetty.home Property jetty.home.uri Property jetty.base Property jetty.base.uri Property jetty.webapps Property jetty.webapps.uri
setValidating(boolean) - Method in class org.eclipse.jetty.xml.XmlParser
 
setXpath(String) - Method in class org.eclipse.jetty.xml.XmlParser
Set an XPath A very simple subset of xpath is supported to select a partial tree.
size() - Method in class org.eclipse.jetty.xml.XmlParser.Node
Get the number of children nodes.

T

tag(String) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
tag(String, String) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
tag(String, Map<String, String>) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
tag(String, Map<String, String>, String) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
tagCDATA(String, String) - Method in class org.eclipse.jetty.xml.XmlAppendable
 
toString() - Method in class org.eclipse.jetty.xml.XmlConfiguration
 
toString() - Method in class org.eclipse.jetty.xml.XmlParser.Node
 
toString(boolean) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Convert to a string.
toString(boolean, boolean) - Method in class org.eclipse.jetty.xml.XmlParser.Node
Convert to a string.

X

XmlAppendable - Class in org.eclipse.jetty.xml
 
XmlAppendable(OutputStream, String) - Constructor for class org.eclipse.jetty.xml.XmlAppendable
 
XmlAppendable(Appendable) - Constructor for class org.eclipse.jetty.xml.XmlAppendable
 
XmlAppendable(Appendable, int) - Constructor for class org.eclipse.jetty.xml.XmlAppendable
 
XmlAppendable(Appendable, int, String) - Constructor for class org.eclipse.jetty.xml.XmlAppendable
 
XmlAppendable(Appendable, String) - Constructor for class org.eclipse.jetty.xml.XmlAppendable
 
XmlConfiguration - Class in org.eclipse.jetty.xml
Configures objects from XML.
XmlConfiguration(Resource) - Constructor for class org.eclipse.jetty.xml.XmlConfiguration
Reads and parses the XML configuration file.
XmlParser - Class in org.eclipse.jetty.xml
XML Parser wrapper.
XmlParser() - Constructor for class org.eclipse.jetty.xml.XmlParser
Construct
XmlParser(boolean) - Constructor for class org.eclipse.jetty.xml.XmlParser
 
XmlParser.Attribute - Class in org.eclipse.jetty.xml
XML Attribute.
XmlParser.Node - Class in org.eclipse.jetty.xml
XML Node.
A C E G I L M N O P R S T X 
All Classes and Interfaces|All Packages