The ActionServlet decides the flow of the application.
ActionServlet决定了应用程序的流程。
When the ActionServlet is first loaded, it parses this file and prepares to accept requests.
当首次装入 ActionServlet时,它将解析这个文件,并准备接受请求。
The object returned from the perform method directs ActionServlet as to what action or JSP to access next.
执行方法返回的对象会指导ActionServlet接着访问哪个操作或JSP。
The controller servlet is an instantiation of class org.apache.struts.action.ActionServlet (hereafter called ActionServlet).
控制器servlet是or g . apache . struts . action . ActionServlet(以下简称ActionServlet)类的实例化。
Implementation of this interface requires a zero-argument constructor for use by ActionServlet, to ensure the plug-in is created properly.
这个接口的实现需要一个零参数的构造函数,供actionservlet使用,从而确保插件可以正确创建。
At run time, the ActionServlet is said to perform actions, meaning that the servlet invokes the perform method of each of the instantiated action classes.
在运行时,ActionServlet会执行操作,这意味着servlet会调用每个实例化的操作类的执行方法。
This session bean will be used by an ActionServlet in PBudgetWeb module to interact with PBUser entity bean to manage the user instance and its related entity bean instances.
该会话Bean将由PBudget Web模块中的一个ActionServlet用于同pbuser实体Bean进行交互,以管理用户实例及其相关实体Bean的实例。
In addition, if you implement a validate method and set the validate flag in the corresponding action mapping entry in the Struts configuration file, the ActionServlet will invoke the validate method.
此外,如果您实现了一个验证方法并在Struts配置文件中相应的操作映射条目上设置了验证标志,ActionServlet将会调用那个验证方法。
In addition, if you implement a validate method and set the validate flag in the corresponding action mapping entry in the Struts configuration file, the ActionServlet will invoke the validate method.
此外,如果您实现了一个验证方法并在Struts配置文件中相应的操作映射条目上设置了验证标志,ActionServlet将会调用那个验证方法。
应用推荐