Package org.apache.struts2.tiles
Class StrutsPreparerFactory
java.lang.Object
org.apache.tiles.core.prepare.factory.BasicPreparerFactory
org.apache.struts2.tiles.StrutsPreparerFactory
- All Implemented Interfaces:
PreparerFactory
This is a basic ViewPreparer factory that uses
ObjectFactory
to create the ViewPreparer-
Field Summary
Fields inherited from class org.apache.tiles.core.prepare.factory.BasicPreparerFactory
preparers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ViewPreparer
createPreparer
(String name) Creates a view preparer for the given name.Methods inherited from class org.apache.tiles.core.prepare.factory.BasicPreparerFactory
getPreparer
-
Constructor Details
-
StrutsPreparerFactory
public StrutsPreparerFactory()
-
-
Method Details
-
createPreparer
Description copied from class:BasicPreparerFactory
Creates a view preparer for the given name.- Overrides:
createPreparer
in classBasicPreparerFactory
- Parameters:
name
- The name of the preparer.- Returns:
- The created preparer.
-