| Package | Description | 
|---|---|
| org.apache.struts2.tiles | |
| org.apache.tiles.core.prepare.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 | Method and Description | 
|---|---|
| protected ViewPreparer | StrutsPreparerFactory. createPreparer(String name) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Map<String,ViewPreparer> | BasicPreparerFactory. preparersMaps a preparer name to the instantiated preparer. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected ViewPreparer | BasicPreparerFactory. createPreparer(String name)Creates a view preparer for the given name. | 
| ViewPreparer | PreparerFactory. getPreparer(String name,
           Request context)Create the named {link ViewPreparer} for the specified context. | 
| ViewPreparer | BasicPreparerFactory. getPreparer(String name,
           Request context)Create a new instance of the named preparerInstance. | 
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.