Class 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 Detail

      • WebDescriptor

        public WebDescriptor​(Resource xml)
        Deprecated.
    • Method Detail

      • ensureParser

        public XmlParser ensureParser()
                               throws java.lang.ClassNotFoundException
        Deprecated.
        Specified by:
        ensureParser in class Descriptor
        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 class Descriptor
        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 class Descriptor
      • isValidating

        public boolean isValidating()
        Deprecated.
      • isOrdered

        public boolean isOrdered()
        Deprecated.
      • getOrdering

        public java.util.List<java.lang.String> getOrdering()
        Deprecated.