⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 struts-config.txt

📁 keyshop商城模板。基于jsp和mysql的商城模板。很好用
💻 TXT
📖 第 1 页 / 共 3 页
字号:
			<forward name="list" path="/bg/content/inquisitionList.jsp"/>
		</action> 
		<action input="/bg/content/contentList.jsp" name="contentSearchForm" path="/bg/content/contentSearch" scope="session" type="com.keyshop.shop.content.controller.ContentAction">
	  	<forward name="list" path="/bg/content/contentList.jsp" />
	  </action>
	  <action input="/bg/content/contentAdd.jsp" name="contentForm" path="/bg/content/content" scope="request" type="com.keyshop.shop.content.controller.ContentAction">
	  	<forward name="add" path="/bg/content/contentAdd.jsp" />
	  	<forward name="edit" path="/bg/content/contentAdd.jsp" />
	  </action>
	  <action input="/bg/content/adLinkList.jsp" name="adLinkSearchForm" path="/bg/content/adLinkSearch" scope="session" type="com.keyshop.shop.content.controller.AdLinkAction">
	  	<forward name="list" path="/bg/content/adLinkList.jsp" />
	  </action>
	  <action input="/bg/content/adLinkAdd.jsp" name="adLinkForm" path="/bg/content/adLink" scope="request" type="com.keyshop.shop.content.controller.AdLinkAction">
	  	<forward name="add" path="/bg/content/adLinkAdd.jsp" />
	  	<forward name="edit" path="/bg/content/adLinkAdd.jsp" />
	  </action>
	  
	  <action input="/bg/system/managerList.jsp" name="managerSearchForm" path="/bg/system/managerSearch" scope="session" type="com.keyshop.shop.system.controller.ManagerAction">
			<forward name="list" path="/bg/system/managerList.jsp" />
		
		</action>
       <!-- aclog manager -->
      <action input="/bg/system/acLogList.jsp" name="acLogSearchForm" path="/bg/system/acLogSearch" scope="session" type="com.keyshop.shop.system.controller.AcLogAction">
			<forward name="list" path="/bg/system/acLogList.jsp" />
			<forward name="view" path="/bg/system/acLogView.jsp" />
		</action>

		<action input="/bg/system/managerAdd.jsp" name="managerForm" path="/bg/system/manager" scope="request" type="com.keyshop.shop.system.controller.ManagerAction">
			<forward name="add" path="/bg/system/managerAdd.jsp" />
			<forward name="edit" path="/bg/system/managerAdd.jsp" />

		</action>
		<action name="managerLoginForm" path="/bg/login" scope="request" type="com.keyshop.shop.system.controller.ManagerAction">
			<forward name="editself" path="/bg/system/managerEditSelf.jsp" />
		</action>
		<action name="providerLoginForm" path="/provider/login" scope="request" type="com.keyshop.shop.system.controller.ProviderAction">
			<forward name="editself" path="/provider/provider/managerEditSelf.jsp" />
			<forward name="providerloginoff" path="/provider/login.jsp" />
			<forward name="providerloginsuccess" path="/provider/provider/loginsuccess.jsp" />
		</action>
		<!--provider start -->
		<action input="/bg/system/providerList.jsp" name="providerSearchForm" path="/bg/system/providerSearch" scope="session" type="com.keyshop.shop.system.controller.ProviderAction">
			<forward name="list" path="/bg/system/providerList.jsp" />
		</action>
		<action input="/bg/system/providerAdd.jsp" name="providerForm" path="/bg/system/provider" scope="request" type="com.keyshop.shop.system.controller.ProviderAction">
			<forward name="add" path="/bg/system/providerAdd.jsp" />
			<forward name="edit" path="/bg/system/providerAdd.jsp" />
		</action>
		<action name="providerLoginForm" path="/provider/login" scope="request" type="com.keyshop.shop.system.controller.ProviderAction">
			<forward name="editself" path="/provider/providerEditSelf.jsp" />
		</action>
		<!--provider end -->
		<action input="/bg/system/systemConfigList.jsp" name="systemConfigForm" path="/bg/system/systemConfig" scope="request" type="com.keyshop.shop.system.controller.SystemConfigAction">
			<forward name="mail" path="/bg/system/mailConfigAdd.jsp" />
			<forward name="list" path="/bg/system/systemConfigList.jsp" />
			<forward name="capinfo" path="/bg/system/capInfoConfigAdd.jsp" />
			<forward name="chinabankinfo" path="/bg/system/chinabankInfoConfigAdd.jsp" />
			<forward name="alipayinfo" path="/bg/system/alipayInfoConfigAdd.jsp" />						
			<forward name="order" path="/bg/system/orderConfigAdd.jsp" />
			<forward name="cncard" path="/bg/system/cnCardConfigAdd.jsp" />
			<forward name="view" path="/bg/system/viewConfigAdd.jsp" />			
		</action>
	  <action input="/bg/order/groupStockList.jsp" name="groupStockSearchForm" path="/bg/order/groupStockSearch"  scope="session" type="com.keyshop.shop.order.controller.GroupStockAction">
			<forward name="list" path="/bg/order/groupStockList.jsp"/>
		</action>	
		<action input="/bg/order/OOSList.jsp" name="OOSSearchForm" path="/bg/order/OOSSearch"  scope="session" type="com.keyshop.shop.order.controller.OOSAction">
			<forward name="list" path="/bg/order/OOSList.jsp"/>
		</action>  	
	  <action input="/bg/product/productAppraisalList.jsp" name="productAppraisalSearchForm" path="/bg/product/productAppraisal"  scope="session" type="com.keyshop.shop.product.controller.ProductAppraisalAction">
			<forward name="list" path="/bg/product/productAppraisalList.jsp"/>
		</action>  					
		<!-- FG Start -->
		<action input="/fg/product/productFgView.jsp" name="fgProductForm" path="/fg/product/product" scope="request" type="com.keyshop.shop.product.controller.ProductAction">
			<forward name="view" path="/fg/product/productFgView.jsp"/>
		</action>
		<action input="/fg/product/productFgList.jsp" name="fgProductSearchForm" path="/fg/product/fgproductSearch" scope="request" type="com.keyshop.shop.product.controller.ProductAction">
			<forward name="list" path="/fg/product/productFgList.jsp"/>
		</action>
		<action input="/fg/user/login.jsp" name="fguserForm" path="/fg/user/user"  scope="request" type="com.keyshop.shop.user.controller.UserAction">
			<forward name="login" path="/fg/user/login.jsp"/>
			<forward name="regedit" path="/fg/user/regedit1.jsp"/>	
		</action>
		<action input="/fg/content/fgcontentList.jsp" name="contentSearchForm" path="/fg/content/contentSearch" scope="session" type="com.keyshop.shop.content.controller.ContentAction">
	  	<forward name="list" path="/fg/content/contentList.jsp" />
		<forward name="qiantaiadd" path="/fg/content/contentQiantaiAdd.jsp"/>
		<forward name="success" path="/fg/content/success.jsp"/>
        <forward name="fglist" path="/fg/content/contentQiantaiList.jsp"/>
	  </action>
	  <action input="/fg/product/productCommand.jsp" name="productCommandForm" path="/fg/product/productCommand" scope="request" type="com.keyshop.shop.product.controller.ProductCommandAction">
	  	<forward name="list" path="/fg/product/productCommand.jsp" />
	  </action>
	  <action input="/fg/content/fgcontentbuttomView.jsp" name="fgcontentForm" path="/fg/content/content" scope="request" type="com.keyshop.shop.content.controller.ContentAction">
	  	<forward name="bottom" path="/fg/content/fgcontentbuttomView.jsp"/>
	  	<forward name="nullmodel" path="/fg/content/fgcontentNullModelView.jsp"/>
	  </action>
		<action input="/fg/user/nologin.jsp" name="speeduserForm" path="/fg/user/speedlogin"  scope="request" type="com.keyshop.shop.user.controller.UserAction">
			<forward name="login" path="/fg/user/nologin.jsp"/>
		</action>
		<action input="/fg/user/regsetp1.jsp" name="userRegForm" path="/fg/user/userreg"  scope="request" type="com.keyshop.shop.user.controller.UserAction">
			<forward name="regsetp1" path="/fg/user/regsetp1.jsp"/>
			<forward name="regsetp3" path="/fg/user/regsetp3.jsp"/>
		</action>
		<action input="/fg/user/getpwdsetp1.jsp" name="searchPasswordForm" path="/fg/user/searchPwd"  scope="request" type="com.keyshop.shop.user.controller.SearchPasswordAction">
			<forward name="getpwdsetp1" path="/fg/user/getpwdsetp1.jsp"/>
			<forward name="getpwdsetp2" path="/fg/user/getpwdsetp2.jsp"/>
			<forward name="getpwdsetp3" path="/fg/user/getpwdsetp3.jsp"/>
		</action>	
		
<!--jifen-->
		<action input="/fg/user/userOrderIntegralList.jsp" name="userOrderIntegralSearchForm" path="/fg/user/userOrderIntegralSearch" scope="request" type="com.keyshop.shop.user.controller.UserOrderIntegralAction">
	  	<forward name="fglist" path="/fg/user/userOrderIntegralList.jsp" />
	  </action>
				
		<action input="/fg/order/cartManager.jsp" name="cartForm" path="/fg/order/cart"  scope="request" type="com.keyshop.shop.order.controller.CartManagerAction">
			<forward name="list" path="/fg/order/cartManager.jsp"/>
		</action>			
		<action input="/fg/order/fggroupStockAdd.jsp" name="fggroupStockForm" path="/fg/order/groupStock"  scope="request" type="com.keyshop.shop.order.controller.GroupStockAction">
			<forward name="fgadd" path="/fg/order/fggroupStockAdd.jsp"/>
		</action>	
		<action input="/fg/order/orderAdd.jsp" name="fgorderForm" path="/fg/order/order" scope="request" type="com.keyshop.shop.order.controller.OrderAction">
	  	<forward name="add" path="/fg/order/orderAdd.jsp" />
	  	<forward name="fgview" path="/fg/order/orderView.jsp" />
	  	<forward name="error" path="/fg/order/ordererror.jsp" />
	  	<forward name="success" path="/fg/order/ordersuccess.jsp" />
      <forward name="modify" path="/fg/order/ordermodify.jsp" />
      <forward name="removeproduct" path="/fg/order/orderAdd.jsp" />
	  </action>	
		<action input="/fg/order/orderList.jsp" name="fgorderSearchForm" path="/fg/order/fgorderSearch" scope="request" type="com.keyshop.shop.order.controller.OrderAction">
	  	<forward name="fglist" path="/fg/order/orderList.jsp" />
	  	<forward name="error" path="/fg/order/ordererror.jsp" />
	  </action>		
	  <action input="/fg/order/fgOOSAdd.jsp" name="fgOOSForm" path="/fg/order/OOS"  scope="request" type="com.keyshop.shop.order.controller.OOSAction">
			<forward name="fgadd" path="/fg/order/fgOOSAdd.jsp"/>
		</action>  
	  <action input="/fg/product/fgproductAppraisal.jsp" name="fgproductAppraisalForm" path="/fg/product/fgproductAppraisal"  scope="request" type="com.keyshop.shop.product.controller.ProductAppraisalAction">
			<forward name="fgadd" path="/fg/product/fgproductAppraisal.jsp"/>
		</action>  		
		<!-- FG End -->	
	</action-mappings>
	<controller>
		<set-property property="contentType" value="text/html;charset=GBK" />
	</controller>
	<message-resources parameter="resources.application"/>
	<plug-in className="org.apache.struts.validator.ValidatorPlugIn">
		<set-property property="pathnames" value="/WEB-INF/validator-rules.xml,
																							/WEB-INF/validation.xml"/>
	</plug-in>
</struts-config>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -