webwork/src/main/webwork default.properties,1.36,1.37
[email protected] Sun, 16 Jan 2005 21:10:39 -0800
| Newsgroups | gmane.comp.java.open-symphony.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/opensymphony/webwork/src/main/webwork In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27114/src/main/webwork Modified Files: default.properties Log Message: Allow pluggable configurations for webwork. You can now specify your own configuration objects in webwork.properties. Introduced the (badly named) ConfigurationInterface object, which all configurations have to implement. Split out the XML reading from the XML configuration object, so that it can be reused from other configuration objects. Fixes WW-722 Index: default.properties =================================================================== RCS file: /cvsroot/opensymphony/webwork/src/main/webwork/default.properties,v retrieving revision 1.36 retrieving revision 1.37 diff -u -d -r1.36 -r1.37 --- default.properties 4 Jun 2004 07:57:23 -0000 1.36 +++ default.properties 17 Jan 2005 05:10:35 -0000 1.37 @@ -45,6 +45,9 @@ # webwork.configuration.xml= - indicates none webwork.configuration.xml=actions +## class name(s) of other configurations to load +webwork.configuration.class= + #### Standard action aliases redirect.action=webwork.action.standard.Redirect referrer.action=webwork.action.standard.Referrer @@ -93,4 +96,4 @@ # the changes when you re-deploy the application. file.resource.loader.path = / file.resource.loader.cache = true -file.resource.loader.modificationCheckInterval = 1 \ No newline at end of file +file.resource.loader.modificationCheckInterval = 1 ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt