| Package | Description |
|---|---|
| org.javalite.activeweb | |
| org.javalite.activeweb.freemarker |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Bootstrap.registerTag(String name,
FreeMarkerTag tag)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConfirmationTag
Simple confirmation tag.
|
class |
DebugTag
Debug tag is for printing an arbitrary object from page context.
|
class |
FormTag
This is a FreeMarker directive which is registered as
<@form... |
class |
LinkToTag
This is a FreeMarker directive which is registered as
<@link_to ... |
class |
MessageTag
The message tag is designed to display messages in view templates.
|
class |
SelectTag
Select tag is to generate the <select> HTML tag based on data passed in dynamically into a view.
|
class |
YieldTag |
| Modifier and Type | Method and Description |
|---|---|
FreeMarkerTag |
FreeMarkerTemplateManager.getTag(String tagName)
Returns an instance of
FreeMarkerTag. |
FreeMarkerTag |
AbstractFreeMarkerConfig.getTag(String tagName)
Returns an instance of
FreeMarkerTag. |
| Modifier and Type | Method and Description |
|---|---|
void |
FreeMarkerTemplateManager.registerTag(String name,
FreeMarkerTag tag)
Registers an application-specific tag.
|
void |
AbstractFreeMarkerConfig.registerTag(String name,
FreeMarkerTag tag)
Registers an application-specific tag.
|
Copyright © 2016. All rights reserved.