文件名称:struts2_01
介绍说明--下载内容来自于网络,使用问题请自行百度
Struts2框架中核心组件就是Action、拦截器等,Struts2框架使用包来管理Action和拦截器等。每个包就是多个Action、多个拦截器、多个拦截器引用的集合。
在struts.xml文件中package元素用于定义包配置,每个package元素定义了一个包配置。它的常用属性有:
l name:必填属性,用来指定包的名字。
l extends:可选属性,用来指定该包继承其他包。继承其它包,可以继承其它包中的Action定义、拦截器定义等。
l namespace:可选属性,用来指定该包的命名空间。
-Struts2 Framework core components is Action, interceptors, etc., Struts2 framework uses packages to manage such Action and interceptors. Each package is more Action, multiple interceptors, multiple interceptors collection of references. In struts.xml file package element is used to define the package configuration, each package element defines a package configuration. It is commonly used attributes are: l name: Required attribute that specifies the name of the package. l extends: optional attribute that specifies the package inherits other packages. Inherit other packages, other packages can be inherited in Action defined interceptor definition. l namespace: optional attribute that specifies the package namespace.
在struts.xml文件中package元素用于定义包配置,每个package元素定义了一个包配置。它的常用属性有:
l name:必填属性,用来指定包的名字。
l extends:可选属性,用来指定该包继承其他包。继承其它包,可以继承其它包中的Action定义、拦截器定义等。
l namespace:可选属性,用来指定该包的命名空间。
-Struts2 Framework core components is Action, interceptors, etc., Struts2 framework uses packages to manage such Action and interceptors. Each package is more Action, multiple interceptors, multiple interceptors collection of references. In struts.xml file package element is used to define the package configuration, each package element defines a package configuration. It is commonly used attributes are: l name: Required attribute that specifies the name of the package. l extends: optional attribute that specifies the package inherits other packages. Inherit other packages, other packages can be inherited in Action defined interceptor definition. l namespace: optional attribute that specifies the package namespace.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
struts2_01/.classpath
struts2_01/.mymetadata
struts2_01/.project
struts2_01/.settings/.jsdtscope
struts2_01/.settings/org.eclipse.wst.jsdt.ui.superType.container
struts2_01/.settings/org.eclipse.wst.jsdt.ui.superType.name
struts2_01/src/example/ExampleSupport.java
struts2_01/src/example/HelloWorld.java
struts2_01/src/example/Login-validation.xml
struts2_01/src/example/Login.java
struts2_01/src/example/package.properties
struts2_01/src/example/package_es.properties
struts2_01/src/example.xml
struts2_01/src/LICENSE.txt
struts2_01/src/NOTICE.txt
struts2_01/src/struts.xml
struts2_01/WebRoot/classes/example/ExampleSupport.class
struts2_01/WebRoot/classes/example/HelloWorld.class
struts2_01/WebRoot/classes/example/Login-validation.xml
struts2_01/WebRoot/classes/example/Login.class
struts2_01/WebRoot/classes/example/package.properties
struts2_01/WebRoot/classes/example/package_es.properties
struts2_01/WebRoot/classes/example.xml
struts2_01/WebRoot/classes/struts.xml
struts2_01/WebRoot/index.jsp
struts2_01/WebRoot/META-INF/MANIFEST.MF
struts2_01/WebRoot/WEB-INF/classes/example/ExampleSupport.class
struts2_01/WebRoot/WEB-INF/classes/example/HelloWorld.class
struts2_01/WebRoot/WEB-INF/classes/example/Login-validation.xml
struts2_01/WebRoot/WEB-INF/classes/example/Login.class
struts2_01/WebRoot/WEB-INF/classes/example/package.properties
struts2_01/WebRoot/WEB-INF/classes/example/package_es.properties
struts2_01/WebRoot/WEB-INF/classes/example.xml
struts2_01/WebRoot/WEB-INF/classes/LICENSE.txt
struts2_01/WebRoot/WEB-INF/classes/NOTICE.txt
struts2_01/WebRoot/WEB-INF/classes/struts.xml
struts2_01/WebRoot/WEB-INF/index.html
struts2_01/WebRoot/WEB-INF/lib/commons-fileupload-1.2.1.jar
struts2_01/WebRoot/WEB-INF/lib/commons-io-1.3.2.jar
struts2_01/WebRoot/WEB-INF/lib/commons-logging-1.1.jar
struts2_01/WebRoot/WEB-INF/lib/freemarker-2.3.13.jar
struts2_01/WebRoot/WEB-INF/lib/junit-3.8.1.jar
struts2_01/WebRoot/WEB-INF/lib/ognl-2.6.11.jar
struts2_01/WebRoot/WEB-INF/lib/spring-test-2.5.6.jar
struts2_01/WebRoot/WEB-INF/lib/struts2-core-2.1.6.jar
struts2_01/WebRoot/WEB-INF/lib/web.xml
struts2_01/WebRoot/WEB-INF/lib/xwork-2.1.2.jar
struts2_01/WebRoot/WEB-INF/web.xml
struts2_01/WebRoot/WEB-INF/classes/example
struts2_01/WebRoot/classes/example
struts2_01/WebRoot/WEB-INF/classes
struts2_01/WebRoot/WEB-INF/lib
struts2_01/src/example
struts2_01/WebRoot/classes
struts2_01/WebRoot/META-INF
struts2_01/WebRoot/WEB-INF
struts2_01/.myeclipse
struts2_01/.settings
struts2_01/src
struts2_01/WebRoot
struts2_01
struts2_01/.mymetadata
struts2_01/.project
struts2_01/.settings/.jsdtscope
struts2_01/.settings/org.eclipse.wst.jsdt.ui.superType.container
struts2_01/.settings/org.eclipse.wst.jsdt.ui.superType.name
struts2_01/src/example/ExampleSupport.java
struts2_01/src/example/HelloWorld.java
struts2_01/src/example/Login-validation.xml
struts2_01/src/example/Login.java
struts2_01/src/example/package.properties
struts2_01/src/example/package_es.properties
struts2_01/src/example.xml
struts2_01/src/LICENSE.txt
struts2_01/src/NOTICE.txt
struts2_01/src/struts.xml
struts2_01/WebRoot/classes/example/ExampleSupport.class
struts2_01/WebRoot/classes/example/HelloWorld.class
struts2_01/WebRoot/classes/example/Login-validation.xml
struts2_01/WebRoot/classes/example/Login.class
struts2_01/WebRoot/classes/example/package.properties
struts2_01/WebRoot/classes/example/package_es.properties
struts2_01/WebRoot/classes/example.xml
struts2_01/WebRoot/classes/struts.xml
struts2_01/WebRoot/index.jsp
struts2_01/WebRoot/META-INF/MANIFEST.MF
struts2_01/WebRoot/WEB-INF/classes/example/ExampleSupport.class
struts2_01/WebRoot/WEB-INF/classes/example/HelloWorld.class
struts2_01/WebRoot/WEB-INF/classes/example/Login-validation.xml
struts2_01/WebRoot/WEB-INF/classes/example/Login.class
struts2_01/WebRoot/WEB-INF/classes/example/package.properties
struts2_01/WebRoot/WEB-INF/classes/example/package_es.properties
struts2_01/WebRoot/WEB-INF/classes/example.xml
struts2_01/WebRoot/WEB-INF/classes/LICENSE.txt
struts2_01/WebRoot/WEB-INF/classes/NOTICE.txt
struts2_01/WebRoot/WEB-INF/classes/struts.xml
struts2_01/WebRoot/WEB-INF/index.html
struts2_01/WebRoot/WEB-INF/lib/commons-fileupload-1.2.1.jar
struts2_01/WebRoot/WEB-INF/lib/commons-io-1.3.2.jar
struts2_01/WebRoot/WEB-INF/lib/commons-logging-1.1.jar
struts2_01/WebRoot/WEB-INF/lib/freemarker-2.3.13.jar
struts2_01/WebRoot/WEB-INF/lib/junit-3.8.1.jar
struts2_01/WebRoot/WEB-INF/lib/ognl-2.6.11.jar
struts2_01/WebRoot/WEB-INF/lib/spring-test-2.5.6.jar
struts2_01/WebRoot/WEB-INF/lib/struts2-core-2.1.6.jar
struts2_01/WebRoot/WEB-INF/lib/web.xml
struts2_01/WebRoot/WEB-INF/lib/xwork-2.1.2.jar
struts2_01/WebRoot/WEB-INF/web.xml
struts2_01/WebRoot/WEB-INF/classes/example
struts2_01/WebRoot/classes/example
struts2_01/WebRoot/WEB-INF/classes
struts2_01/WebRoot/WEB-INF/lib
struts2_01/src/example
struts2_01/WebRoot/classes
struts2_01/WebRoot/META-INF
struts2_01/WebRoot/WEB-INF
struts2_01/.myeclipse
struts2_01/.settings
struts2_01/src
struts2_01/WebRoot
struts2_01
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.