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.
Modifier and Type | Method and Description |
---|---|
ViewPreparer |
getPreparer(String name,
org.apache.tiles.request.Request context)
Create the named {link ViewPreparer} for the specified context.
|
ViewPreparer getPreparer(String name, org.apache.tiles.request.Request context)
name
- ViewPreparer name, commonly the qualified classname.context
- the context within which the preparerInstance will be invoked.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.