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 Details

    • ServletRequestVariableExpression

      public ServletRequestVariableExpression()
  • Method Details

    • getName

      public String getName()
      Specified by:
      getName in interface org.broadleafcommerce.common.web.expression.BroadleafVariableExpression
    • getRequestURI

      public String getRequestURI()
    • getParameter

      public String getParameter(String parameter)
    • uriBuilderFromCurrentRequest

      public org.springframework.web.servlet.support.ServletUriComponentsBuilder uriBuilderFromCurrentRequest()