uts2-gae-plugin.1.2.source-code.struts-plugin.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of struts2-gae-plugin Show documentation
Show all versions of struts2-gae-plugin Show documentation
Supports running Apache Struts 2 based application on Google AppEngine
The newest version!
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.5//EN" "http://struts.apache.org/dtds/struts-2.5.dtd"> <struts> <bean type="org.apache.struts2.dispatcher.multipart.MultiPartRequest" name="gae" class="com.gruuf.struts2.gae.dispatcher.multipart.GaeMultiPartRequest" scope="prototype"/> <constant name="struts.multipart.parser" value="gae"/> </struts>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy