Uses of Class
org.jboss.resteasy.specimpl.ResteasyUriInfo.InitData
Packages that use ResteasyUriInfo.InitData
-
Uses of ResteasyUriInfo.InitData in org.jboss.resteasy.specimpl
Methods in org.jboss.resteasy.specimpl with parameters of type ResteasyUriInfo.InitDataModifier and TypeMethodDescriptionprotected void
ResteasyUriInfo.initialize
(String absoluteUri, String contextPath, ResteasyUriInfo.InitData initData) Constructors in org.jboss.resteasy.specimpl with parameters of type ResteasyUriInfo.InitDataModifierConstructorDescriptionResteasyUriInfo
(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.