Struts 配置文件

| No Comments | No TrackBacks

<?xml version="1.0" encoding="ISO-8859-1" ?>
<!DOCTYPE struts-config PUBLIC
"-//Apache Software Foundation//DTD Struts Config 1.1//EN"
"http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
<struts-config>
<data-sources>
<data-source>
<set-property
name="${}"
value="${}"/>
</data-source>
</data-sources>
<form-beans>
<form-bean
name="${}"
type="${}">
<form-property
name="${}"
type="${}"/>
</form-bean>
</form-beans>
<global-exceptions>
<exception
type="${}"
key="${}"
path="${}"/>
</global-exceptions>
<global-forwards>
<forward
name="${}"
path="${}"/>
</global-forwards>
<action-mappings>
<action
path="${}"
type="${}"
name="${}"
scope="${}"
validate="${}"
input="${}">
<forward
name="${}"
path="${}"/>
<exception
type="${}"
key="${}"
path="${}"/>
</action>
</action-mappings>
<controller processorClass="${}" />
<form-beans>
<form-bean
name="${}"
type="${}">
<form-property
name="${}"
type="${}"/>
</form-bean>
</form-beans>
<global-exceptions>
<exception
type="${}"
key="${}"
path="${}"/>
</global-exceptions>
<global-forwards>
<forward
name="${}"
path="${}"/>
</global-forwards>
<action-mappings>
<action
path="${}"
type="${}"
name="${}"
scope="${}"
validate="${}"
input="${}">
<forward
name="${}"
path="${}"/>
<exception
type="${}"
key="${}"
path="${}"/>
</action>
</action-mappings>
<controller processorClass="${}" />
<message-resources
parameter="${}"/>
<plug-in
className="${}">
<set-property
property="${}"
value="${}"/>
</plug-in>
</struts-config>

No TrackBacks

TrackBack URL: http://www.wujianrong.com/mt-tb.cgi/1095

Leave a comment

About this Entry

This page contains a single entry by kevinwu published on September 27, 2006 3:31 PM.

Drupal宝典之定制篇 was the previous entry in this blog.

PLITE框架-MVC模式的超轻量级PHP5开发框架 is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.