webwork.properties
来自「appfuse一套结合STRUTS+SPRING+HIBERNATE的框架」· PROPERTIES 代码 · 共 28 行
PROPERTIES
28 行
# http://www.opensymphony.com/webwork/wikidocs/webwork.properties.html
webwork.objectFactory=spring
webwork.action.extension=html
webwork.custom.i18n.resources=ApplicationResources
webwork.multipart.maxSize=2097152
### when set to true, WebWork will act much more friendly for developers. This
### includes:
### - webwork.i18n.reload = true
### - webwork.configuration.xml.reload = true
### - raising various debug or ignorable problems to errors
### For example: normally a request to foo.action?someUnknownField=true should
### be ignored (given that any value can come from the web and it
### should not be trusted). However, during development, it may be
### useful to know when these errors are happening and be told of
### them right away.
webwork.devMode=false
### Configuration reloading
### This will cause the configuration to reload xwork.xml when it is changed
webwork.configuration.xml.reload=true
### workaround for some app servers that don't handle HttpServletRequest.getParameterMap()
### often used for WebLogic, Orion, and OC4J
# webwork.dispatcher.parametersWorkaround = false
webwork.ui.theme=css_xhtml
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?