Class LocationHeaderResource
- java.lang.Object
-
- de.hybris.platform.cmsfacades.header.LocationHeaderResource
-
public class LocationHeaderResource extends java.lang.ObjectUtility class to create the location URI which is added in the header when creating a resource using POST.
-
-
Constructor Summary
Constructors Constructor Description LocationHeaderResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcreateLocationForChildResource(javax.servlet.http.HttpServletRequest request, java.lang.Object childIdentifier)Create the location URI to be added to the header when creating a resource using POST
-
-
-
Method Detail
-
createLocationForChildResource
public java.lang.String createLocationForChildResource(javax.servlet.http.HttpServletRequest request, java.lang.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
-
-