Modifier and Type | Class | Description |
---|---|---|
class |
InlineDecoratorMapper |
The InlineDecoratorMapper is used to determine the correct Decorator when
using inline decorators.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ExtractPropertyTag |
Modifier and Type | Class | Description |
---|---|---|
class |
AbstractTag |
Convenience implementation of Tag containing generice methods required
by all (or most) taglibs.
|
Modifier and Type | Class | Description |
---|---|---|
class |
BodyTag |
Write original Page body to out.
|
class |
HeadTag |
Write original HTMLPage head to out.
|
class |
PropertyTag |
Write property of Page to out.
|
class |
TitleTag |
Write the Page
<title> value to out. |
class |
UsePageTag |
Expose the Page as a bean to the page which can then be accessed
from scriptlets.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ApplyDecoratorTag |
This tag inserts an external resource as a panel into the current Page.
|
Modifier and Type | Class | Description |
---|---|---|
class |
OldDecorator2NewDecorator |