What do you mean by the abstract package in Struts2, and what is its utilization?

devquora
devquora

Posted On: Feb 22, 2018

 

An abstract package usually characterizes inheritable segments, for example, interceptor, different interceptor stacks, result types, etc. But that doesn’t contain any actions. The way we announce a package as abstract is through the package elements attribute as abstract and setting the figure to “true.” By default in case, the abstract attribute is not specified it is false. Struts-default.xml is a major example of an abstract package.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Struts Interview Questions

    What does the term Struts mean?

    Struts could be defined as open source programming that can be utilized for creating website pages that are java based...

    Struts Interview Questions

    How the flow of various requests happens in Struts Application?

    Struts Applications utilize the MVC designs, and the flow of demand occurs in a prescribed way: The user associated wit..

    Struts Interview Questions

    What are the benefits of the Struts system?

    The struts system is taking a shot at the MVC design. This ensures that the different layers of Struts are isolated app..