This project has retired. For details please refer to its
Attic page.
CompatibilityPreparerFactory (Tiles 2 2.2.2 API)
org.apache.tiles.compat.preparer
Class CompatibilityPreparerFactory
java.lang.Object
org.apache.tiles.preparer.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: 831448 $ $Date: 2009-10-30 21:39:52 +0100 (ven, 30 ott 2009) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompatibilityPreparerFactory
public CompatibilityPreparerFactory()
createPreparer
protected ViewPreparer createPreparer(String name)
- Creates a view preparer for the given name.
- Overrides:
createPreparer
in class BasicPreparerFactory
- Parameters:
name
- The name of the preparer.
- Returns:
- The created preparer.
Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.