All Downloads are FREE. Search and download functionalities are using the official Maven repository.

e.struts2-conversation.struts2-conversation-config-browser-extension.1.7.3.source-code.struts-plugin.xml Maven / Gradle / Ivy

There is a newer version: 1.7.4
Show newest version
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts PUBLIC
	"-//Apache Software Foundation//DTD Struts Configuration 2.3//EN"
	"http://struts.apache.org/dtds/struts-2.3.dtd">
    
<struts>
    
    <package name="conversation-config-browser" extends="config-browser" namespace="/conversation-config-browser">
    
    	<action name="actionNames" class="com.google.code.rees.scope.struts2.config_browser.ActionNamesAction">
            <result type="freemarker" name="success">/config-browser/actionNames.ftl</result>
        </action>

        <action name="showConfig" class="com.google.code.rees.scope.struts2.config_browser.ShowConfigAction">
            <result type="freemarker" name="success">/conversation-config-browser/showConfig.ftl</result>
        </action>
        
    </package>
    
</struts>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy