---
title: "What do you understand by DispatchAction?"  
description: "What do you understand by DispatchAction?"  
author: "Anoop Singh"  
published: 2011-03-23  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/601/what-do-you-understand-by-dispatchaction  
category: "java"  
tags: ["java"]  
reading_time: 1 minute  

---

# What do you understand by DispatchAction?

DispatchAction is an action that comes with Struts 1.1 or later, that lets you combine Struts actions into one class, each with their own method. The org.apache.struts.action.DispatchAction class allows multiple operation to mapped to the different functions in the same Action class. \

## Answers

### Answer by Anoop Singh

DispatchAction is an action that comes with Struts 1.1 or later, that lets you combine Struts actions into one class, each with their own method. The org.apache.struts.action.DispatchAction class allows multiple operation to mapped to the different functions in the same Action class. \


---

Original Source: https://www.mindstick.com/interview/601/what-do-you-understand-by-dispatchaction

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
