Package | Description |
---|---|
org.apache.tiles.compat.preparer |
"View preparers" are objects that allows the "preparation" of a Tiles artifact
(definition, template or attribute) before it is rendered.
|
org.apache.tiles.preparer.factory |
"View preparers" are objects that allows the "preparation" of a Tiles artifact
(definition, template or attribute) before it is rendered.
It is useful, for example, when a view item should be built and stored in a particular context (e.g. |
Modifier and Type | Class | Description |
---|---|---|
class |
UrlPreparer |
Uses a URL that acts as a preparer.
|
Modifier and Type | Method | Description |
---|---|---|
protected ViewPreparer |
CompatibilityPreparerFactory.createPreparer(java.lang.String name) |
Creates a view preparer for the given name.
|
Modifier and Type | Field | Description |
---|---|---|
protected java.util.Map<java.lang.String,ViewPreparer> |
BasicPreparerFactory.preparers |
Maps a preparer name to the instantiated preparer.
|
Modifier and Type | Method | Description |
---|---|---|
protected ViewPreparer |
BasicPreparerFactory.createPreparer(java.lang.String name) |
Creates a view preparer for the given name.
|
ViewPreparer |
BasicPreparerFactory.getPreparer(java.lang.String name,
org.apache.tiles.request.Request context) |
Create a new instance of the named preparerInstance.
|
ViewPreparer |
PreparerFactory.getPreparer(java.lang.String name,
org.apache.tiles.request.Request context) |
Create the named {link ViewPreparer} for the specified context.
|
Copyright © 2018. All rights reserved.