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 voidaddClassName(java.lang.String className)Deprecated.XmlParserensureParser()Deprecated.java.util.ArrayList<java.lang.String>getClassNames()Deprecated.intgetMajorVersion()Deprecated.MetaDataCompletegetMetaDataComplete()Deprecated.intgetMinorVersion()Deprecated.java.util.List<java.lang.String>getOrdering()Deprecated.booleanisDistributable()Deprecated.booleanisOrdered()Deprecated.booleanisValidating()Deprecated.static XmlParsernewParser(boolean validating)Deprecated.voidparse()Deprecated.voidprocessOrdering()Deprecated.voidprocessVersion()Deprecated.voidsetDistributable(boolean distributable)Deprecated.voidsetValidating(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:
ensureParserin 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.ExceptionDeprecated.- Overrides:
parsein 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:
setValidatingin classDescriptor
-
isValidating
public boolean isValidating()
Deprecated.
-
isOrdered
public boolean isOrdered()
Deprecated.
-
getOrdering
public java.util.List<java.lang.String> getOrdering()
Deprecated.
-
-