Index
All Classes and Interfaces|All Packages
A
- add(int, Object) - Method in class org.eclipse.jetty.xml.XmlParser.Node
- addCatalog(URI) - Method in class org.eclipse.jetty.xml.XmlParser
-
Load the specified URI as a catalog for entity mapping purposes.
- addCatalog(URI, Class<?>) - Method in class org.eclipse.jetty.xml.XmlParser
-
Load the specified URI as a catalog for entity mapping purposes.
- addClassPath(String...) - Method in class org.eclipse.jetty.xml.EnvironmentBuilder
- addContentHandler(String, ContentHandler) - Method in class org.eclipse.jetty.xml.XmlParser
-
Add a ContentHandler.
- addModulePath(String) - Method in class org.eclipse.jetty.xml.EnvironmentBuilder
B
- BaseClassCatalog - Class in org.eclipse.jetty.xml
-
A catalog implementation where the
xml:base
is defined externally of the catalog XML, allowing for runtime determination of thexml:base
(such as pointing to the contents of a remote location) - build() - Method in class org.eclipse.jetty.xml.EnvironmentBuilder
C
- catalogs() - Method in class org.eclipse.jetty.xml.BaseClassCatalog
- 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
- EnvironmentBuilder - Class in org.eclipse.jetty.xml
-
A Builder of
Environment
s intended to be used in XML files generated bystart.jar
. - EnvironmentBuilder(String) - Constructor for class org.eclipse.jetty.xml.EnvironmentBuilder
- 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.
- 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
- 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
- load(URI, Class<?>) - Static method in class org.eclipse.jetty.xml.BaseClassCatalog
M
- main(String...) - Static method in class org.eclipse.jetty.xml.XmlConfiguration
-
Runs the XML configurations as a main application.
- matchPublic(String) - Method in class org.eclipse.jetty.xml.BaseClassCatalog
- matchSystem(String) - Method in class org.eclipse.jetty.xml.BaseClassCatalog
- matchURI(String) - Method in class org.eclipse.jetty.xml.BaseClassCatalog
N
- 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
- resolveEntity(String, String) - Method in class org.eclipse.jetty.xml.BaseClassCatalog
-
Implementation of
EntityResolver
- 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, Path) - 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) - 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.
- XmlConfiguration(Resource, Map<String, Object>, Map<String, String>) - 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
- XmlParser(boolean) - Constructor for class org.eclipse.jetty.xml.XmlParser
-
Construct XmlParser
- XmlParser.Attribute - Class in org.eclipse.jetty.xml
-
XML Attribute.
- XmlParser.Node - Class in org.eclipse.jetty.xml
-
XML Node.
All Classes and Interfaces|All Packages