Package org.eclipse.jetty.webapp
Class DefaultsDescriptor
- java.lang.Object
-
- org.eclipse.jetty.webapp.Descriptor
-
- org.eclipse.jetty.webapp.WebDescriptor
-
- org.eclipse.jetty.webapp.DefaultsDescriptor
-
public class DefaultsDescriptor extends WebDescriptor
DefaultsDescriptor
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.webapp.WebDescriptor
_classNames, _distributable, _isOrdered, _majorVersion, _metaDataComplete, _minorVersion, _nonValidatingStaticParser, _ordering
-
Fields inherited from class org.eclipse.jetty.webapp.Descriptor
_dtd, _root, _validating, _xml
-
-
Constructor Summary
Constructors Constructor Description DefaultsDescriptor(Resource xml)
-
Method Summary
-
Methods inherited from class org.eclipse.jetty.webapp.WebDescriptor
addClassName, ensureParser, getClassNames, getMajorVersion, getMetaDataComplete, getMinorVersion, getOrdering, isDistributable, isOrdered, isValidating, newParser, parse, processOrdering, processVersion, setDistributable, setValidating
-
Methods inherited from class org.eclipse.jetty.webapp.Descriptor
getResource, getRoot, toString
-
-
-
-
Constructor Detail
-
DefaultsDescriptor
public DefaultsDescriptor(Resource xml)
-
-