This project has retired. For details please refer to its Attic page.
PreparerFactory (Tiles 2 2.2.2 API)

org.apache.tiles.preparer
Interface PreparerFactory

Package class diagram package PreparerFactory
All Known Implementing Classes:
BasicPreparerFactory, CompatibilityPreparerFactory

public interface PreparerFactory

Factory interface used to create/retrieve instances of the ViewPreparer interface.

This factory provides an extension point into the default tiles implementation. Implementors wishing to provide per request initialization of the ViewPreparer (for instance) may provide a custom prerparer.

Since:
2.0
Version:
$Rev: 637434 $ $Date: 2008-03-15 16:48:38 +0100 (sab, 15 mar 2008) $

Method Summary
 ViewPreparer getPreparer(String name, TilesRequestContext context)
          Create the named {link ViewPreparer} for the specified context.
 

Method Detail

getPreparer

ViewPreparer getPreparer(String name,
                         TilesRequestContext context)
Create the named {link ViewPreparer} for the specified context.

Parameters:
name - ViewPreparer name, commonly the qualified classname.
context - the context within which the preparerInstance will be invoked.
Returns:
instance of the ViewPreparer


Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.