Package com.emc.documentum.rest.http
Class UriInfo
java.lang.Object
com.emc.documentum.rest.http.BaseUriInfo
com.emc.documentum.rest.http.UriInfo
This class provides some extended information for an URI
-
Field Summary
Fields inherited from class com.emc.documentum.rest.http.BaseUriInfo
BASE_URI_INFO
-
Constructor Summary
ConstructorDescriptionUriInfo()
UriInfo
(BaseUriInfo uriInfo) UriInfo
(com.emc.documentum.rest.http.ForwardedUri uri) -
Method Summary
Modifier and TypeMethodDescriptionGet handler methodvoid
setHandlerMethod
(Method handlerMethod) Set handler methodMethods inherited from class com.emc.documentum.rest.http.BaseUriInfo
getBaseUri, getFormatExtension, getFullUri, getRequestUri, setBaseUri, setFormatExtension, setFullUri, setRequestUri, toString
-
Constructor Details
-
UriInfo
public UriInfo() -
UriInfo
public UriInfo(com.emc.documentum.rest.http.ForwardedUri uri) -
UriInfo
-
-
Method Details
-
getHandlerMethod
Get handler method- Returns:
- handler method
-
setHandlerMethod
Set handler method- Parameters:
handlerMethod
- handler method
-