Class ResinWebXml

    • Constructor Detail

      • ResinWebXml

        public ResinWebXml​(org.jdom2.Element rootElement,
                           DescriptorType type)
        Constructor.
        Parameters:
        rootElement - The descriptor root element
        type - The descriptor type
    • Method Detail

      • getFileName

        public String getFileName()
        Returns the file name of this descriptor. For example "web.xml", "weblogic.xml", etc.
        Specified by:
        getFileName in interface Descriptor
        Returns:
        the file name
      • getSystemProperties

        public List<org.jdom2.Element> getSystemProperties()
        Get the system properties.
        Returns:
        the system properties
      • getResourceRefs

        public List<org.jdom2.Element> getResourceRefs()
        Get the resource references.
        Returns:
        the resource refs
      • getJndiLinks

        public List<org.jdom2.Element> getJndiLinks()
        Get the jndi links.
        Returns:
        the jndi links
      • getSessionConfig

        public org.jdom2.Element getSessionConfig()
        Get the session config element.
        Returns:
        session config element
      • getDirectoryServlet

        public org.jdom2.Element getDirectoryServlet()
        Get the directory servlet.
        Returns:
        directory servlet element