-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 0acedb9
Showing
2,237 changed files
with
337,977 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<classpath> | ||
<classpathentry kind="src" path="src"/> | ||
<classpathentry kind="src" path="config"/> | ||
<classpathentry kind="src" path="resources"/> | ||
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/> | ||
<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/> | ||
<classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v6.0"/> | ||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.7.0_15"/> | ||
<classpathentry kind="output" path="WebRoot/WEB-INF/classes"/> | ||
</classpath> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<projectDescription> | ||
<name>wlp</name> | ||
<comment></comment> | ||
<projects> | ||
</projects> | ||
<buildSpec> | ||
<buildCommand> | ||
<name>org.eclipse.wst.common.project.facet.core.builder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>com.genuitec.eclipse.j2eedt.core.WebClasspathBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.jdt.core.javabuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>com.genuitec.eclipse.j2eedt.core.J2EEProjectValidator</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>com.genuitec.eclipse.j2eedt.core.DeploymentDescriptorValidator</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>org.eclipse.wst.validation.validationbuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
<buildCommand> | ||
<name>com.genuitec.eclipse.ast.deploy.core.DeploymentBuilder</name> | ||
<arguments> | ||
</arguments> | ||
</buildCommand> | ||
</buildSpec> | ||
<natures> | ||
<nature>org.eclipse.jem.workbench.JavaEMFNature</nature> | ||
<nature>org.eclipse.wst.common.modulecore.ModuleCoreNature</nature> | ||
<nature>com.genuitec.eclipse.ast.deploy.core.deploymentnature</nature> | ||
<nature>com.genuitec.eclipse.j2eedt.core.webnature</nature> | ||
<nature>org.eclipse.jdt.core.javanature</nature> | ||
<nature>org.eclipse.wst.jsdt.core.jsNature</nature> | ||
<nature>org.eclipse.wst.common.project.facet.core.nature</nature> | ||
</natures> | ||
</projectDescription> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication"> | ||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS"> | ||
<listEntry value="/wr/WebRoot/WEB-INF/lib/fros-2.0-dev.jar"/> | ||
</listAttribute> | ||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES"> | ||
<listEntry value="1"/> | ||
</listAttribute> | ||
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.sinotrans.framework.tools.Main"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="wr"/> | ||
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Xms64m -Xmx512m -XX:PermSize=64m -XX:MaxPermSize=512m"/> | ||
</launchConfiguration> |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Manifest-Version: 1.0 | ||
Class-Path: | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE dwr PUBLIC "-//GetAhead Limited//DTD Direct Web Remoting 2.0//EN" "http://getahead.org/dwr/dwr20.dtd"> | ||
|
||
<dwr> | ||
<init> | ||
<converter class="com.sinotrans.framework.core.support.dwr.FrosDateConverter" id="frosdate" /> | ||
</init> | ||
|
||
<allow> | ||
<convert match="java.lang.Object" converter="bean"/> | ||
<convert match="java.util.Date" converter="frosdate"/> | ||
<convert match="java.lang.String;" converter="array"/> | ||
<convert match="com.sinotrans.framework.core.model.BaseModel" converter="hibernate3"/> | ||
<convert match="java.lang.Exception" converter="exception"> | ||
<param name='include' value='message,lineNumber'/> | ||
</convert> | ||
</allow> | ||
</dwr> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE dwr PUBLIC "-//GetAhead Limited//DTD Direct Web Remoting 2.0//EN" "http://getahead.org/dwr/dwr20.dtd"> | ||
|
||
<dwr> | ||
<init> | ||
<converter class="com.sinotrans.framework.core.support.dwr.FormatStringDateConverter" id="frosdate" /> | ||
</init> | ||
|
||
<allow> | ||
<convert match="java.lang.Object" converter="bean"/> | ||
<convert match="java.util.Date" converter="frosdate"/> | ||
<convert match="java.sql.Timestamp" converter="frosdate"/> | ||
<convert match="java.lang.String;" converter="array"/> | ||
<convert match="com.sinotrans.framework.core.model.BaseModel" converter="hibernate3"/> | ||
<convert match="java.lang.Exception" converter="exception"> | ||
<param name='include' value='message,lineNumber'/> | ||
</convert> | ||
</allow> | ||
</dwr> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<service id="message-service" | ||
class="flex.messaging.services.MessageService"> | ||
|
||
<adapters> | ||
<adapter-definition id="actionscript" class="flex.messaging.services.messaging.adapters.ActionScriptAdapter" default="true" /> | ||
<!-- <adapter-definition id="jms" class="flex.messaging.services.messaging.adapters.JMSAdapter"/> --> | ||
</adapters> | ||
|
||
<default-channels> | ||
<channel ref="my-polling-amf"/> | ||
</default-channels> | ||
|
||
</service> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<service id="proxy-service" | ||
class="flex.messaging.services.HTTPProxyService"> | ||
|
||
<properties> | ||
<connection-manager> | ||
<max-total-connections>100</max-total-connections> | ||
<default-max-connections-per-host>2</default-max-connections-per-host> | ||
</connection-manager> | ||
<allow-lax-ssl>true</allow-lax-ssl> | ||
</properties> | ||
|
||
<adapters> | ||
<adapter-definition id="http-proxy" class="flex.messaging.services.http.HTTPProxyAdapter" default="true"/> | ||
<adapter-definition id="soap-proxy" class="flex.messaging.services.http.SOAPProxyAdapter"/> | ||
</adapters> | ||
|
||
<default-channels> | ||
<channel ref="my-amf"/> | ||
</default-channels> | ||
|
||
<destination id="DefaultHTTP"> | ||
</destination> | ||
|
||
</service> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<service id="remoting-service" | ||
class="flex.messaging.services.RemotingService"> | ||
|
||
<!-- <adapters>--> | ||
<!-- <adapter-definition id="java-object" class="com.sinotrans.framework.flex.support.JavaFilterAdapter" default="true"/>--> | ||
<!-- </adapters>--> | ||
|
||
<default-channels> | ||
<channel ref="my-amf"/> | ||
</default-channels> | ||
|
||
<!-- | ||
<destination id="demoManager"> | ||
<properties> | ||
<factory>spring</factory> | ||
<source>demoManager</source> | ||
</properties> | ||
</destination> | ||
--> | ||
|
||
</service> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<services-config> | ||
|
||
<factories> | ||
<factory id="spring" class="com.sinotrans.framework.core.support.flex.SpringFactory"/> | ||
</factories> | ||
|
||
<services> | ||
<service-include file-path="remoting-config.xml" /> | ||
<service-include file-path="proxy-config.xml" /> | ||
<service-include file-path="messaging-config.xml" /> | ||
|
||
<service id="spring-service" class="com.sinotrans.framework.core.support.flex.SpringRemotingBootstrapService" /> | ||
|
||
<default-channels> | ||
<channel ref="my-amf"/> | ||
</default-channels> | ||
</services> | ||
|
||
<security> | ||
<login-command class="flex.messaging.security.TomcatLoginCommand" server="Tomcat"/> | ||
<!-- Uncomment the correct app server | ||
<login-command class="flex.messaging.security.TomcatLoginCommand" server="JBoss"> | ||
<login-command class="flex.messaging.security.JRunLoginCommand" server="JRun"/> | ||
<login-command class="flex.messaging.security.WeblogicLoginCommand" server="Weblogic"/> | ||
<login-command class="flex.messaging.security.WebSphereLoginCommand" server="WebSphere"/> | ||
--> | ||
|
||
<!-- | ||
<security-constraint id="basic-read-access"> | ||
<auth-method>Basic</auth-method> | ||
<roles> | ||
<role>guests</role> | ||
<role>accountants</role> | ||
<role>employees</role> | ||
<role>managers</role> | ||
</roles> | ||
</security-constraint> | ||
--> | ||
</security> | ||
|
||
<channels> | ||
|
||
<channel-definition id="my-amf" class="mx.messaging.channels.AMFChannel"> | ||
<endpoint url="http://{server.name}:{server.port}/{context.root}/flex/messagebroker/amf" class="flex.messaging.endpoints.AMFEndpoint"/> | ||
</channel-definition> | ||
|
||
<channel-definition id="my-secure-amf" class="mx.messaging.channels.SecureAMFChannel"> | ||
<endpoint url="https://{server.name}:{server.port}/{context.root}/flex/messagebroker/amfsecure" class="flex.messaging.endpoints.SecureAMFEndpoint"/> | ||
<properties> | ||
<add-no-cache-headers>false</add-no-cache-headers> | ||
</properties> | ||
</channel-definition> | ||
|
||
<channel-definition id="my-polling-amf" class="mx.messaging.channels.AMFChannel"> | ||
<endpoint url="http://{server.name}:{server.port}/{context.root}/flex/messagebroker/amfpolling" class="flex.messaging.endpoints.AMFEndpoint"/> | ||
<properties> | ||
<polling-enabled>true</polling-enabled> | ||
<polling-interval-seconds>4</polling-interval-seconds> | ||
</properties> | ||
</channel-definition> | ||
|
||
<!-- | ||
<channel-definition id="my-http" class="mx.messaging.channels.HTTPChannel"> | ||
<endpoint url="http://{server.name}:{server.port}/{context.root}/messagebroker/http" class="flex.messaging.endpoints.HTTPEndpoint"/> | ||
</channel-definition> | ||
<channel-definition id="my-secure-http" class="mx.messaging.channels.SecureHTTPChannel"> | ||
<endpoint url="https://{server.name}:{server.port}/{context.root}/messagebroker/httpsecure" class="flex.messaging.endpoints.SecureHTTPEndpoint"/> | ||
<properties> | ||
<add-no-cache-headers>false</add-no-cache-headers> | ||
</properties> | ||
</channel-definition> | ||
--> | ||
</channels> | ||
|
||
<logging> | ||
<target class="flex.messaging.log.ConsoleTarget" level="Error"> | ||
<properties> | ||
<prefix>[BlazeDS] </prefix> | ||
<includeDate>false</includeDate> | ||
<includeTime>false</includeTime> | ||
<includeLevel>false</includeLevel> | ||
<includeCategory>false</includeCategory> | ||
</properties> | ||
<filters> | ||
<pattern>Endpoint.*</pattern> | ||
<pattern>Service.*</pattern> | ||
<pattern>Configuration</pattern> | ||
</filters> | ||
</target> | ||
</logging> | ||
|
||
<system> | ||
<redeploy> | ||
<enabled>false</enabled> | ||
<!-- | ||
<watch-interval>20</watch-interval> | ||
<watch-file>{context.root}/WEB-INF/flex/services-config.xml</watch-file> | ||
<watch-file>{context.root}/WEB-INF/flex/proxy-config.xml</watch-file> | ||
<watch-file>{context.root}/WEB-INF/flex/remoting-config.xml</watch-file> | ||
<watch-file>{context.root}/WEB-INF/flex/messaging-config.xml</watch-file> | ||
<watch-file>{context.root}/WEB-INF/flex/data-management-config.xml</watch-file> | ||
<touch-file>{context.root}/WEB-INF/web.xml</touch-file> | ||
--> | ||
</redeploy> | ||
<!-- manageable must be false when deploy to oc4j --> | ||
<manageable>false</manageable> | ||
</system> | ||
|
||
</services-config> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" | ||
"http://struts.apache.org/dtds/struts-config_1_2.dtd"> | ||
<struts-config> | ||
<form-beans> | ||
<form-bean name="uploadForm" | ||
type="com.sinotrans.gd.wlp.system.entity.UploadForm"></form-bean> | ||
|
||
<form-bean name="printTemplateForm" | ||
type="com.sinotrans.gd.wlp.system.entity.PrintTemplateForm"></form-bean> | ||
|
||
</form-beans> | ||
<!-- 全局跳转 --> | ||
<global-forwards></global-forwards> | ||
<action-mappings> | ||
<action path="/index" | ||
type="com.sinotrans.gd.wlp.system.action.SystemIndexAction"> | ||
<forward name="portal" path="/wlp_index.jsp"></forward> | ||
</action> | ||
<action path="/changeLanguage" | ||
type="com.sinotrans.gd.wlp.system.action.ChangeLanguageAction"> | ||
<forward name="login" path="/login.jsp"></forward> | ||
</action> | ||
<action path="/upload" type="com.sinotrans.gd.wlp.system.action.UploadAction" | ||
name="uploadForm"> | ||
<forward name="upload" path="/jsp/components/importFile.jsp" /> | ||
</action> | ||
<action path="/uploadInitCheckOut" type="com.sinotrans.gd.wlp.system.action.InitCheckOutUploadAction" name="uploadForm"> | ||
<forward name="uploadInitCheckOut" path="/jsp/inbound/initCheckOut.jsp" /> | ||
</action> | ||
<action path="/uploadExcel" type="com.sinotrans.gd.wlp.feeder.common.action.UploadExcelAction" name="uploadForm"> | ||
<forward name="uploadExcel" path="/jsp/feeder/upLoad/importFile_zz.jsp" /> | ||
<forward name="buLiaoExcel" path="/jsp/feeder/booking/additemimportFile_.jsp" /> | ||
<forward name="yourSelfExcel" path="/jsp/feeder/billing/feedExcel.jsp" /> | ||
<forward name="importTemplateExcel" path="/jsp/feeder/booking/importTemplate.jsp" /> | ||
<forward name="heyueExcel" path="/jsp/feeder/booking/contractImport_.jsp" /> | ||
<forward name="importTemplatePortExcel" path="/jsp/feeder/booking/importTemplatePort.jsp" /> | ||
<forward name="importTemplateForeignExcel" path="/jsp/feeder/booking/importTemplateForeign.jsp" /> | ||
<forward name="importTemplateDirectExcel" path="/jsp/feeder/booking/importTemplateDirect.jsp" /> | ||
<forward name="importTemplateWuZhouExcel" path="/jsp/feeder/booking/importTemplateWuZhou.jsp" /> | ||
<forward name="zhongGuFeeder" path="/jsp/feeder/billing/zhongGuFeeder.jsp" /> | ||
<forward name="importTemplateLiWenExcel" path="/jsp/feeder/booking/importTemplateLiWen.jsp" /> | ||
</action> | ||
|
||
<action path="/*_*_*_*" type="com.sinotrans.gd.wlp.{1}.{2}.action.{3}Action" name="uploadForm"> | ||
<forward name="baseForward" path="/jsp/{1}/{3}/{3}_{4}.jsp"></forward> | ||
<forward name="base2Forward" path="/jsp/{1}/{3}_{4}.jsp"></forward> | ||
</action> | ||
<action path="/*_*_*" type="com.sinotrans.gd.wlp.feeder.{1}.action.{2}Action" name="uploadForm"> | ||
<forward name="baseForward" path="/jsp/feeder/{2}/{2}_{3}.jsp" ></forward> | ||
</action> | ||
|
||
<action path="/printTemplateAction" type="com.sinotrans.gd.wlp.system.action.PrintTemplateAction" | ||
name="printTemplateForm"> | ||
<forward name="printTemplateList" path="/jsp/system/printTemplateList.jsp" /> | ||
</action> | ||
|
||
<action path="/printTemplateFileAction" type="com.sinotrans.gd.wlp.system.action.PrintTemplateFileAction" | ||
name="printTemplateForm"> | ||
</action> | ||
|
||
<action path="/systemNewsAction" | ||
type="com.sinotrans.gd.wlp.system.action.SystemNewsAction"> | ||
<forward name="portalIndex" path="/portal.jsp"></forward> | ||
</action> | ||
<action path="/showNewsAction" | ||
type="com.sinotrans.gd.wlp.system.action.ShowNewsAction"> | ||
<forward name="showNews" path="/jsp/news/news1.jsp"></forward> | ||
</action> | ||
|
||
<action path="/downLoadAction" type="com.sinotrans.gd.wlp.warehouse.action.DownLoadAction"> | ||
<forward name="download" path="/jsp/warehouse/tab_basWarehouse.jsp" /> | ||
</action> | ||
<action path="/sysNewsDownFileAction" type="com.sinotrans.gd.wlp.system.action.SysNewsDownFileAction"> | ||
<forward name="downLoadFile" path="/jsp/news/news1.jsp" /> | ||
</action> | ||
<action path="/systemDownFileAction" type="com.sinotrans.gd.wlp.feeder.common.action.SystemDownFileAction"> | ||
</action> | ||
|
||
|
||
<action path="/exprotForContrant" type="com.sinotrans.gd.wlp.feeder.contract.servlet.JdbcExportAction" > | ||
<forward name="success" path="/wlp_index.jsp" /> | ||
</action> | ||
</action-mappings> | ||
<controller processorClass="org.springframework.web.struts.DelegatingRequestProcessor"> | ||
</controller> | ||
<message-resources parameter="common" key="wlp.common" /> | ||
<message-resources parameter="system" key="wlp.system" /> | ||
<message-resources parameter="allfields" key="wlp.allfields" /> | ||
<message-resources parameter="basicdata" key="wlp.basicdata" /> | ||
</struts-config> |
Oops, something went wrong.