📄 default.properties
字号:
# Default WebWork configuration# These can be overridden by webwork.properties in your own project# You should place webwork.properties in WEB-INF/classes directory.#### Comma separated list of package prefixes for Java actions.# This allows you to eliminate package prefixes when designating# actions. Override webwork.action.package with your package prefix# i.e. - com.acme.action#webwork.action.packages=com.acme.action#### Factory for actions# This will be the factory used to retrieve Actions.webwork.action.factory=webwork.action.factory.DefaultActionFactory# Allow only aliasing?webwork.aliasing.only=false# extension for actionswebwork.action.extension=action# maximum number of links a chain may havewebwork.action.chain.maxlinks=10#### multipart parser#webwork.multipart.parser=coswebwork.multipart.parser=pell# use javax.servlet.context.tempdir by defaultwebwork.multipart.saveDir=webwork.multipart.maxSize=2097152#don't do a memory upload as defaultwebwork.multipart.uploadToMemory=false#### Configuration# Class WW should use to load configurationswebwork.configuration=webwork.config.DefaultConfiguration# *.properties files to load# views.properties, webwork.properties, default.propertieswebwork.configuration.properties=views,webwork,webwork/default# name of XML configurations to load# webwork.configuration.xml= - indicates nonewebwork.configuration.xml=actions#### Standard action aliasesredirect.action=webwork.action.standard.Redirectreferrer.action=webwork.action.standard.Referrercardpane.action=webwork.action.standard.CardPane### Standard UI theme# Change this to reflect which subdirectory of /template# should be used for JSP control tagswebwork.ui.theme=xhtmlwebwork.ui.templateDir=template# usually 'vm' or 'jsp'. If using 'vm', the WebWorkVelocityServlet needs to be mapped to '*.vm'webwork.ui.templateSuffix=jsp### i18n# Change this to change the encoding of the template pages included# by the ui taglib.# If not enabled, webwork will use the default encoding for your# platform as given by System.getProperty("file.encoding").# webwork.i18n.encoding=utf-8#### Velocity settings# See the Velocity project (http://jakarta.apache.org/velocity/) for# more info on what settings are availablefile.resource.loader.path = /runtime.log = /velocity.logvelocimacro.library = webwork.vmresource.loader = file, webapp, classclass.resource.loader.description = Velocity Classpath Resource Loaderclass.resource.loader.class = org.apache.velocity.runtime.resource.loader.ClasspathResourceLoaderclass.resource.loader.cache = trueclass.resource.loader.modificationCheckInterval = 0webapp.resource.loader.description = Velocity WebApp Resource Loaderwebapp.resource.loader.class = webwork.view.velocity.WebAppLoaderwebapp.resource.loader.cache = truewebapp.resource.loader.modificationCheckInterval = 0# Set this to your own source directory during development.# This allows you to edit the pages while the server is running without loosing# the changes when you re-deploy the application.file.resource.loader.path = /file.resource.loader.cache = truefile.resource.loader.modificationCheckInterval = 1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -