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

Package class diagram package CompatibilityPreparerFactory
java.lang.Object
  extended by org.apache.tiles.preparer.BasicPreparerFactory
      extended by 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) $

Field Summary
 
Fields inherited from class org.apache.tiles.preparer.BasicPreparerFactory
preparers
 
Constructor Summary
CompatibilityPreparerFactory()
           
 
Method Summary
protected  ViewPreparer createPreparer(String name)
          Creates a view preparer for the given name.
 
Methods inherited from class org.apache.tiles.preparer.BasicPreparerFactory
getPreparer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompatibilityPreparerFactory

public CompatibilityPreparerFactory()
Method Detail

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.