|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ViewPreparer | |
|---|---|
| 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 | "View preparers" are objects that allows the "preparation" of a Tiles artifact (definition, template or attribute) before it is rendered. |
| Uses of ViewPreparer in org.apache.tiles.compat.preparer |
|---|
| Classes in org.apache.tiles.compat.preparer that implement ViewPreparer | |
|---|---|
class |
UrlPreparer
Uses a URL that acts as a preparer. |
| Methods in org.apache.tiles.compat.preparer that return ViewPreparer | |
|---|---|
protected ViewPreparer |
CompatibilityPreparerFactory.createPreparer(String name)
Creates a view preparer for the given name. |
| Uses of ViewPreparer in org.apache.tiles.preparer |
|---|
| Classes in org.apache.tiles.preparer that implement ViewPreparer | |
|---|---|
class |
ViewPreparerSupport
Basic implementation of ViewPreparer. |
| Fields in org.apache.tiles.preparer with type parameters of type ViewPreparer | |
|---|---|
protected Map<String,ViewPreparer> |
BasicPreparerFactory.preparers
Maps a preparer name to the instantiated preparer. |
| Methods in org.apache.tiles.preparer that return ViewPreparer | |
|---|---|
protected ViewPreparer |
BasicPreparerFactory.createPreparer(String name)
Creates a view preparer for the given name. |
ViewPreparer |
PreparerFactory.getPreparer(String name,
TilesRequestContext context)
Create the named {link ViewPreparer} for the specified context. |
ViewPreparer |
BasicPreparerFactory.getPreparer(String name,
TilesRequestContext context)
Create a new instance of the named preparerInstance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||