Uses of Class
de.smartics.resteasy.hypermedia.renderer.ResourceContext.Builder

Packages that use ResourceContext.Builder
de.smartics.resteasy.hypermedia.renderer Provides classes to support representation renderers. 
 

Uses of ResourceContext.Builder in de.smartics.resteasy.hypermedia.renderer
 

Methods in de.smartics.resteasy.hypermedia.renderer that return ResourceContext.Builder
 ResourceContext.Builder ResourceContext.Builder.with(Annotation[] annotations)
          Sets the array of the annotations attached to the message entity instance.
 ResourceContext.Builder ResourceContext.Builder.with(javax.servlet.http.HttpServletRequest request)
          Sets the access to the HTTP request.
 ResourceContext.Builder ResourceContext.Builder.with(javax.servlet.http.HttpServletResponse response)
          Sets the access to the HTTP response.
 ResourceContext.Builder ResourceContext.Builder.with(LocalizationProvider l7nProvider)
          Sets the helper to access localized information.
 ResourceContext.Builder ResourceContext.Builder.with(javax.ws.rs.core.MediaType mediaType)
          Sets the media type of the HTTP entity.
 ResourceContext.Builder ResourceContext.Builder.with(Resources discovery)
          Sets the repository of resource link exits.
 ResourceContext.Builder ResourceContext.Builder.with(javax.ws.rs.core.UriInfo uriInfo)
          Sets the helper to construct URIs.
 ResourceContext.Builder ResourceContext.Builder.withGenericType(Type genericType)
          Sets the type of instance to be written.
 ResourceContext.Builder ResourceContext.Builder.withHttpHeaders(javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders)
          Sets the mutable map of the HTTP message headers.
 ResourceContext.Builder ResourceContext.Builder.withType(Class<?> type)
          Sets the class of instance that is to be written.
 



Copyright © 2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.