Uses of Class
org.thymeleaf.standard.processor.attr.AbstractStandardSelectionAttrProcessor

Packages that use AbstractStandardSelectionAttrProcessor
org.thymeleaf.standard.processor.attr   
 

Uses of AbstractStandardSelectionAttrProcessor in org.thymeleaf.standard.processor.attr
 

Subclasses of AbstractStandardSelectionAttrProcessor in org.thymeleaf.standard.processor.attr
 class StandardObjectAttrProcessor
          Selects an object so that its methods and properties can be accessed using the shortcut *{...} syntax, eg: <div th:object="${session.user}">
  <span th:text="*{firstName}">First name</span>
  <span th:text="*{lastName}">Last name</span>
</div>
 



Copyright © 2013 The THYMELEAF team. All Rights Reserved.