Struts的基本配置

[color=red]这个是web.xml的基本配置[/color]


xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd">

index.jsp



struts2
org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter


struts2
/*





[color=red]这个是Struts2.xml的基本配置[/color]


"-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
"http://struts.apache.org/dtds/struts-2.0.dtd">







/login.jsp






[color=red]
这个是通配符的基本配置,1,表示第一个星号[/color]






/{1}login.jsp




你可能感兴趣的:(框架类,java,web.xml)