org.broadleafcommerce.common.web.expression
Interface BroadleafVariableExpression

All Known Implementing Classes:
NullBroadleafVariableExpression

public interface BroadleafVariableExpression

Classes that implement this interface will be exposed to the Thymeleaf expression evaluation context. If an implementing class defines its name as "theme" and has a method called attr(String name), that method could then be invoked by ${#theme.attr('someName')}.

Author:
Andre Azzolini (apazzolini)

Method Summary
 String getName()
           
 

Method Detail

getName

String getName()


Copyright © 2013. All Rights Reserved.