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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute
(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:
execute
in interfaceViewPreparer
- Throws:
PreparerException
-