struts 中的一些常用方法

  1. 取得當前被調用的action的config對象

  2. 使用maven创建struts2初始web工程 mvn archetype:create -DgroupId=org.sbbs -DartifactId=struts2Tutorial -DarchetypeGroupId=org.apache.struts -DarchetypeArtifactId=struts2-archetype-starter -DarchetypeVersion=2.0.11.2

你可能感兴趣的:(struts)