Uses of Class
org.jboss.resteasy.specimpl.ResteasyUriInfo.InitData
-
Packages that use ResteasyUriInfo.InitData Package Description org.jboss.resteasy.specimpl -
-
Uses of ResteasyUriInfo.InitData in org.jboss.resteasy.specimpl
Methods in org.jboss.resteasy.specimpl with parameters of type ResteasyUriInfo.InitData Modifier and Type Method Description protected void
ResteasyUriInfo. initialize(String absoluteUri, String contextPath, ResteasyUriInfo.InitData initData)
Constructors in org.jboss.resteasy.specimpl with parameters of type ResteasyUriInfo.InitData Constructor Description ResteasyUriInfo(String absoluteUri, String contextPath, ResteasyUriInfo.InitData initData)
Meant to be called by a layer that know that the absoluteUri will result in the successful invocation of a JAX-RS endpoint.
-