Uses of Interface
com.sun.enterprise.web.AdHocServletInfo
-
Packages that use AdHocServletInfo Package Description com.sun.enterprise.web -
-
Uses of AdHocServletInfo in com.sun.enterprise.web
Methods in com.sun.enterprise.web with parameters of type AdHocServletInfo Modifier and Type Method Description voidWebContainer. registerAdHocPath(String path, String ctxtRoot, String appName, AdHocServletInfo servletInfo)Registers the given ad-hoc path at the given context root.voidWebContainer. registerAdHocPathAndSubtree(String path, String subtree, String ctxtRoot, String appName, AdHocServletInfo servletInfo)Registers the given ad-hoc path and subtree at the given context root.
-