webwork.properties

来自「webwork source」· PROPERTIES 代码 · 共 36 行

PROPERTIES
36
字号
# WebWork configuration# See webwork/default.properties for full list of properties that# can be configured herewebwork.action.packages=webwork.examples, webwork.examples.vxml# XML action configurationswebwork.configuration.xml=actionswebwork.configuration.xml.reload=true# a possible extension change# don't foget that you must change# web.xml accordingly#webwork.action.extension=jspa# if you override the extension, then you should# fix these three standard alias as well to reflect# the correct extension#redirect.jspa=webwork.action.standard.Redirect#referrer.jspa=webwork.action.standard.Referrer#cardpane.jspa=webwork.action.standard.CardPane# Velocity settings# See the Velocity project (http://jakarta.apache.org/velocity/) for# more info on what settings are available# Also see webwork/default.properties in WebWork if you want# to see what defaults have been set.# Set this to your own source directory during development.# This allows you to edit the pages while the server is running without losing# the changes when you re-deploy the application.file.resource.loader.path = /

⌨️ 快捷键说明

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