Package org.silverpeas.core.webapi.look
Class LookResourceURIs
- java.lang.Object
-
- org.silverpeas.core.webapi.look.LookResourceURIs
-
public final class LookResourceURIs extends Object
Base URIs from which the REST-based ressources representing look entities are defined.- Author:
- Yohann Chastagnier
-
-
Field Summary
Fields Modifier and Type Field Description static String
DISPLAY_BASE_URI
static String
DISPLAY_USER_CONTEXT_URI_PART
-
Constructor Summary
Constructors Constructor Description LookResourceURIs()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static URI
buildURI(String uriBase, String... uriPathParts)
Gets the URI from a given URI base and URI path partsprotected static URI
buildURI(javax.ws.rs.core.UriInfo uriInfo, String... uriPathParts)
Gets the URI from a given UriInfo and URI path parts
-
-
-
Field Detail
-
DISPLAY_BASE_URI
public static final String DISPLAY_BASE_URI
- See Also:
- Constant Field Values
-
DISPLAY_USER_CONTEXT_URI_PART
public static final String DISPLAY_USER_CONTEXT_URI_PART
- See Also:
- Constant Field Values
-
-