Uses of Class
com.github.adminfaces.template.util.WebXml
-
Packages that use WebXml Package Description com.github.adminfaces.template.util -
-
Uses of WebXml in com.github.adminfaces.template.util
Methods in com.github.adminfaces.template.util that return WebXml Modifier and Type Method Description WebXmlWebXml. init(jakarta.servlet.ServletContext servletContext)Perform manual initialization with the given servlet context, if not null and not already initialized yet.static WebXmlWebXml. valueOf(String name)Returns the enum constant of this type with the specified name.static WebXml[]WebXml. values()Returns an array containing the constants of this enum type, in the order they are declared.
-