Uses of Class
org.glassfish.api.deployment.ResourceEntry
-
Packages that use ResourceEntry Package Description org.glassfish.api.deployment org.glassfish.web.loader -
-
Uses of ResourceEntry in org.glassfish.api.deployment
Methods in org.glassfish.api.deployment that return types with arguments of type ResourceEntry Modifier and Type Method Description ConcurrentHashMap<String,ResourceEntry>ResourceClassLoader. getResourceEntries()Methods in org.glassfish.api.deployment with parameters of type ResourceEntry Modifier and Type Method Description ClassResourceClassLoader. addResourceEntry(String name, String path, ResourceEntry entry)ClassResourceClassLoader. reloadResourceEntry(String name, String path, ResourceEntry entry) -
Uses of ResourceEntry in org.glassfish.web.loader
Fields in org.glassfish.web.loader with type parameters of type ResourceEntry Modifier and Type Field Description protected ConcurrentHashMap<String,ResourceEntry>WebappClassLoader. resourceEntriesThe cache of ResourceEntry for classes and resources we have loaded, keyed by resource name.Methods in org.glassfish.web.loader that return ResourceEntry Modifier and Type Method Description protected ResourceEntryWebappClassLoader. findClassInternal(String name)Find specified class in local repositories.protected ResourceEntryWebappClassLoader. findResourceInternal(String name, String path)Attempts to find the specified resource in local repositories.ResourceEntryWebappClassLoader.PrivilegedFindResource. run()Methods in org.glassfish.web.loader that return types with arguments of type ResourceEntry Modifier and Type Method Description ConcurrentHashMap<String,ResourceEntry>WebappClassLoader. getResourceEntries()Methods in org.glassfish.web.loader with parameters of type ResourceEntry Modifier and Type Method Description ClassWebappClassLoader. addResourceEntry(String name, String path, ResourceEntry entry)ClassWebappClassLoader. reloadResourceEntry(String name, String path, ResourceEntry entry)
-