Class ActionPreparer
java.lang.Object
org.apache.struts.tiles2.preparer.ActionPreparer
- All Implemented Interfaces:
ViewPreparer
Struts wrapper implementation of Controller. This implementation wraps an
Action in a Controller.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(Request tilesContext, AttributeContext attributeContext)
-
Constructor Details
-
ActionPreparer
Constructor.- Parameters:
action- Action to be wrapped.
-
-
Method Details
-
execute
public void execute(Request tilesContext, AttributeContext attributeContext) throws PreparerException - Specified by:
executein interfaceViewPreparer- Throws:
PreparerException
-