| Class | Description |
|---|---|
| AttributeNameConverter |
The
AttributeNameConverter is Projo's way of converting XML/SGML attribute names
to method names. |
| DefaultAttributeNameConverter |
The
DefaultAttributeNameConverter converts XML/SGML attribute names from
kebab-case to camel-case (e.g., data-widget-id becomes dataWidgetId)
and also escapes Java keywords by adding an extra underscore (_). |
Copyright © 2024. All rights reserved.