Uses of Interface
org.glassfish.api.container.RequestDispatcher
-
Packages that use RequestDispatcher Package Description com.sun.enterprise.v3.services.impl org.glassfish.extras.grizzly org.glassfish.webservices -
-
Uses of RequestDispatcher in com.sun.enterprise.v3.services.impl
Classes in com.sun.enterprise.v3.services.impl that implement RequestDispatcher Modifier and Type Class Description classGrizzlyServiceThe Network Service is responsible for starting grizzly and register the top level proxy. -
Uses of RequestDispatcher in org.glassfish.extras.grizzly
Constructors in org.glassfish.extras.grizzly with parameters of type RequestDispatcher Constructor Description GrizzlyApp(Collection<GrizzlyApp.Adapter> adapters, RequestDispatcher dispatcher, ClassLoader cl) -
Uses of RequestDispatcher in org.glassfish.webservices
Constructors in org.glassfish.webservices with parameters of type RequestDispatcher Constructor Description WebServicesApplication(DeploymentContext context, RequestDispatcher dispatcherString, Set<String> publishedFiles)
-