Struts notes 02-action and action classes

Source: Internet
Author: User

1. Action

The action represents a STRUTS2 request!

2. Action Class

The class that can handle the STRUTS2 request.

(1) The name of the attribute needs to be consistent with the JavaBeans attribute.

The type of the property can be any type. Data conversions from string to non-string (base data type) can occur automatically.

(2) must have a constructor with no parameters

(3) Provide at least one method for struts to invoke when executing this action

(4) The same action class can contain more than one action method.

(5) Struts2 will create a new action instance for each HTTP request, that is, the action is not singleton and is thread safe.

Struts notes 02-action and action classes

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.