Package org.eclipse.jetty.webapp
Class WebDescriptor
- java.lang.Object
-
- org.eclipse.jetty.webapp.Descriptor
-
- org.eclipse.jetty.webapp.WebDescriptor
-
- Direct Known Subclasses:
DefaultsDescriptor
,FragmentDescriptor
,OverrideDescriptor
@Deprecated(since="2021-05-27") public class WebDescriptor extends Descriptor
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.Descriptor A web descriptor (web.xml/web-defaults.xml/web-overrides.xml).
-
-
Constructor Summary
Constructors Constructor Description WebDescriptor(Resource xml)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addClassName(java.lang.String className)
Deprecated.XmlParser
ensureParser()
Deprecated.java.util.ArrayList<java.lang.String>
getClassNames()
Deprecated.int
getMajorVersion()
Deprecated.MetaDataComplete
getMetaDataComplete()
Deprecated.int
getMinorVersion()
Deprecated.java.util.List<java.lang.String>
getOrdering()
Deprecated.boolean
isDistributable()
Deprecated.boolean
isOrdered()
Deprecated.boolean
isValidating()
Deprecated.static XmlParser
newParser(boolean validating)
Deprecated.void
parse()
Deprecated.void
processOrdering()
Deprecated.void
processVersion()
Deprecated.void
setDistributable(boolean distributable)
Deprecated.void
setValidating(boolean validating)
Deprecated.-
Methods inherited from class org.eclipse.jetty.webapp.Descriptor
getResource, getRoot, toString
-
-
-
-
Constructor Detail
-
WebDescriptor
public WebDescriptor(Resource xml)
Deprecated.
-
-
Method Detail
-
ensureParser
public XmlParser ensureParser() throws java.lang.ClassNotFoundException
Deprecated.- Specified by:
ensureParser
in classDescriptor
- Throws:
java.lang.ClassNotFoundException
-
newParser
public static XmlParser newParser(boolean validating) throws java.lang.ClassNotFoundException
Deprecated.- Throws:
java.lang.ClassNotFoundException
-
parse
public void parse() throws java.lang.Exception
Deprecated.- Overrides:
parse
in classDescriptor
- Throws:
java.lang.Exception
-
getMetaDataComplete
public MetaDataComplete getMetaDataComplete()
Deprecated.
-
getMajorVersion
public int getMajorVersion()
Deprecated.
-
getMinorVersion
public int getMinorVersion()
Deprecated.
-
processVersion
public void processVersion()
Deprecated.
-
processOrdering
public void processOrdering()
Deprecated.
-
addClassName
public void addClassName(java.lang.String className)
Deprecated.
-
getClassNames
public java.util.ArrayList<java.lang.String> getClassNames()
Deprecated.
-
setDistributable
public void setDistributable(boolean distributable)
Deprecated.
-
isDistributable
public boolean isDistributable()
Deprecated.
-
setValidating
public void setValidating(boolean validating)
Deprecated.- Overrides:
setValidating
in classDescriptor
-
isValidating
public boolean isValidating()
Deprecated.
-
isOrdered
public boolean isOrdered()
Deprecated.
-
getOrdering
public java.util.List<java.lang.String> getOrdering()
Deprecated.
-
-