Uses of Class
org.apache.catalina.util.Extension
-
Packages that use Extension Package Description org.apache.catalina.util -
-
Uses of Extension in org.apache.catalina.util
Methods in org.apache.catalina.util that return types with arguments of type Extension Modifier and Type Method Description HashMap<String,Extension>ManifestResource. getAvailableExtensions()Gets the map of available extensionsArrayList<Extension>ManifestResource. getRequiredExtensions()Gets the list of required extensionsMethods in org.apache.catalina.util with parameters of type Extension Modifier and Type Method Description booleanExtension. isCompatibleWith(Extension required)Returntrueif the specifiedExtension(which represents an optional package required by this application) is satisfied by thisExtension(which represents an optional package that is already installed.
-