* This method will simply output the content in the XML file, and the information obtained can be further processed in practical application.
*
* @param name
* @param Description Description
* @param version
* @param author author
* @param Mail EMAIL
* @param updatetime Update time
*/
public void Addmoduleinfo (final String name,
Final String Description,
Final String version,
Final String author,
Final String Mail,
Final String UpdateTime) {
Output
System.out.println ("name=" + name + ", description=" + description
+ ", version=" + version + ", author=" + author
+ ", mail=" + Mail + ", updatetime=" +updatetime);
}//end Addmoduleinfo ()
/**
* Add an action map.
* <p>
* This method simply outputs the information of the incoming actionmapping and can be added to the System action mapping collection in the application.
* @param actionmapping Action Mapping
*/
public void addactionmapping (final actionmapping actionmapping) {
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.