Uses of Interface
jakarta.ws.rs.core.UriInfo
-
Packages that use UriInfo Package Description jakarta.ws.rs.container Container-specific JAX-RS API.org.glassfish.jersey.server Jersey server-side classes.org.glassfish.jersey.server.wadl Jersey server-side WADL support public classes and interfaces.org.glassfish.jersey.server.wadl.internal Jersey server-side WADL internal classes. -
-
Uses of UriInfo in jakarta.ws.rs.container
Methods in jakarta.ws.rs.container that return UriInfo Modifier and Type Method Description UriInfoContainerRequestContext. getUriInfo()Get request URI information. -
Uses of UriInfo in org.glassfish.jersey.server
Subinterfaces of UriInfo in org.glassfish.jersey.server Modifier and Type Interface Description interfaceExtendedUriInfoExtensions toUriInfo. -
Uses of UriInfo in org.glassfish.jersey.server.wadl
Methods in org.glassfish.jersey.server.wadl with parameters of type UriInfo Modifier and Type Method Description ApplicationDescriptionWadlApplicationContext. getApplication(UriInfo ui, boolean detailedWadl)Get a new instance of aApplicationDescriptioncorresponding to all the root resource classes, and configure the base URI.ApplicationWadlApplicationContext. getApplication(UriInfo info, Resource resource, boolean detailedWadl)Get a new instance ofApplicationfor a particular resource. -
Uses of UriInfo in org.glassfish.jersey.server.wadl.internal
Methods in org.glassfish.jersey.server.wadl.internal with parameters of type UriInfo Modifier and Type Method Description ApplicationDescriptionWadlApplicationContextImpl. getApplication(UriInfo uriInfo, boolean detailedWadl)ApplicationWadlApplicationContextImpl. getApplication(UriInfo info, Resource resource, boolean detailedWadl)ResponseWadlResource. getExternalGrammar(UriInfo uriInfo, String path)ResponseWadlResource. getWadl(UriInfo uriInfo)static booleanWadlUtils. isDetailedWadlRequested(UriInfo uriInfo)Returntrueif generation of full WADL withextended resourcesis requested.Constructors in org.glassfish.jersey.server.wadl.internal with parameters of type UriInfo Constructor Description WadlBuilder(WadlGenerator wadlGenerator, boolean detailedWadl, UriInfo uriInfo)
-