Class ServletRequestVariableExpression
java.lang.Object
org.broadleafcommerce.core.web.expression.ServletRequestVariableExpression
- All Implemented Interfaces:
org.broadleafcommerce.common.web.expression.BroadleafVariableExpression
@Service("blServletRequestVariableExpression")
@ConditionalOnTemplating
public class ServletRequestVariableExpression
extends Object
implements org.broadleafcommerce.common.web.expression.BroadleafVariableExpression
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getParameter(String parameter) org.springframework.web.servlet.support.ServletUriComponentsBuilder
-
Constructor Details
-
ServletRequestVariableExpression
public ServletRequestVariableExpression()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.broadleafcommerce.common.web.expression.BroadleafVariableExpression
-
getRequestURI
-
getParameter
-
uriBuilderFromCurrentRequest
public org.springframework.web.servlet.support.ServletUriComponentsBuilder uriBuilderFromCurrentRequest()
-