Class LocationHeaderResource
java.lang.Object
de.hybris.platform.cmsfacades.header.LocationHeaderResource
Utility class to create the location URI which is added in the header when creating a resource using POST.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateLocationForChildResource(javax.servlet.http.HttpServletRequest request, Object childIdentifier) Create the location URI to be added to the header when creating a resource using POST
-
Constructor Details
-
LocationHeaderResource
public LocationHeaderResource()
-
-
Method Details
-
createLocationForChildResource
public String createLocationForChildResource(javax.servlet.http.HttpServletRequest request, Object childIdentifier) Create the location URI to be added to the header when creating a resource using POST- Parameters:
request-childIdentifier-- Returns:
- the location header URI
-