|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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> |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||