Uses of Class
de.hybris.platform.ycommercewebservices.exceptions.InvalidResourceException
-
-
Uses of InvalidResourceException in de.hybris.platform.ycommercewebservices.context
Methods in de.hybris.platform.ycommercewebservices.context that throw InvalidResourceException Modifier and Type Method Description BaseSiteModelContextInformationLoader. initializeSiteFromRequest(javax.servlet.http.HttpServletRequest request)Method resolves base site uid from URL and set it as current site i.e
/rest/v1/mysite/cart, or
/rest/v1/mysite/customers/current
would try to set base site with uid=mysite as a current site. -
Uses of InvalidResourceException in de.hybris.platform.ycommercewebservices.context.impl
Methods in de.hybris.platform.ycommercewebservices.context.impl that throw InvalidResourceException Modifier and Type Method Description BaseSiteModelDefaultContextInformationLoader. initializeSiteFromRequest(javax.servlet.http.HttpServletRequest request)Method resolves base site uid from request URL and set it as current site i.e
/rest/v1/mysite/cart, or
/rest/v1/mysite/customers/current
would try to set base site with uid=mysite as a current site.
One should define the path which is expected to be before the site resource in the project properties file (commercewebservices.rootcontext).
Default and fallback value equals to /rest/v1/
Method uses also a comma separated list of url special characters that are used to parse the site id resource. -
Uses of InvalidResourceException in de.hybris.platform.ycommercewebservices.filter
Methods in de.hybris.platform.ycommercewebservices.filter that throw InvalidResourceException Modifier and Type Method Description protected voidBaseSiteFilter. processRequest(javax.servlet.http.HttpServletRequest httpRequest)
-