Uses of Interface
org.glassfish.grizzly.http.server.naming.DirContext
-
Packages that use DirContext Package Description org.glassfish.grizzly.http.server.util -
-
Uses of DirContext in org.glassfish.grizzly.http.server.util
Methods in org.glassfish.grizzly.http.server.util that return DirContext Modifier and Type Method Description DirContextAlternateDocBase. getResources()Gets the proxied resources of this AlternateDocBase.DirContextAlternateDocBase. getWebappResources()Gets the non-proxied resources of this AlternateDocBase.Methods in org.glassfish.grizzly.http.server.util with parameters of type DirContext Modifier and Type Method Description voidAlternateDocBase. setResources(DirContext resources)Sets the proxied resources of this AlternateDocBase.voidAlternateDocBase. setWebappResources(DirContext webappResources)Sets the non-proxied resources of this AlternateDocBase.
-