Package org.apache.tiles.compat.preparer
Class CompatibilityPreparerFactory
- java.lang.Object
-
- org.apache.tiles.preparer.factory.BasicPreparerFactory
-
- org.apache.tiles.compat.preparer.CompatibilityPreparerFactory
-
- All Implemented Interfaces:
PreparerFactory
public class CompatibilityPreparerFactory extends BasicPreparerFactory
Factory used to instantiate preparers in a Struts 1 / Tiles 2 environment.- Since:
- 2.1.0
- Version:
- $Rev: 1310865 $ $Date: 2012-04-08 07:01:22 +1000 (Sun, 08 Apr 2012) $
-
-
Field Summary
-
Fields inherited from class org.apache.tiles.preparer.factory.BasicPreparerFactory
preparers
-
-
Constructor Summary
Constructors Constructor Description CompatibilityPreparerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ViewPreparer
createPreparer(java.lang.String name)
Creates a view preparer for the given name.-
Methods inherited from class org.apache.tiles.preparer.factory.BasicPreparerFactory
getPreparer
-
-
-
-
Method Detail
-
createPreparer
protected ViewPreparer createPreparer(java.lang.String name)
Creates a view preparer for the given name.- Overrides:
createPreparer
in classBasicPreparerFactory
- Parameters:
name
- The name of the preparer.- Returns:
- The created preparer.
-
-