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 SummaryFields inherited from class org.apache.tiles.core.prepare.factory.BasicPreparerFactorypreparers
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected ViewPreparercreatePreparer(String name) Creates a view preparer for the given name.Methods inherited from class org.apache.tiles.core.prepare.factory.BasicPreparerFactorygetPreparer
- 
Constructor Details- 
StrutsPreparerFactorypublic StrutsPreparerFactory()
 
- 
- 
Method Details- 
createPreparerDescription copied from class:BasicPreparerFactoryCreates a view preparer for the given name.- Overrides:
- createPreparerin class- BasicPreparerFactory
- Parameters:
- name- The name of the preparer.
- Returns:
- The created preparer.
 
 
-