public abstract class LinkBuilder<T>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected javax.ws.rs.core.SecurityContext |
ctx |
protected javax.inject.Provider<Shop> |
shopProvider |
protected javax.ws.rs.core.UriInfo |
uriInfo |
Constructor and Description |
---|
LinkBuilder(javax.ws.rs.core.UriInfo uriInfo,
javax.inject.Provider<Shop> shopProvider,
javax.ws.rs.core.SecurityContext ctx) |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<Link> |
get(T o) |
protected final javax.inject.Provider<Shop> shopProvider
protected final javax.ws.rs.core.UriInfo uriInfo
protected final javax.ws.rs.core.SecurityContext ctx
@Inject public LinkBuilder(javax.ws.rs.core.UriInfo uriInfo, javax.inject.Provider<Shop> shopProvider, javax.ws.rs.core.SecurityContext ctx)