messageresources.properties

来自「sturts1.2 框架是java的mvc框架」· PROPERTIES 代码 · 共 23 行

PROPERTIES
23
字号
index.home=Home
index.title=DispatchAction Examples
dispatch.title=DispatchAction Example
mapping.title=MappingDispatchAction Example
lookup.title=LookupDispatchAction Example
actionDispatcher.title=ActionDispatcher Example
eventDispatcher.title=EventActionDispatcher Example
eventAction.title=EventDispatchAction Example

button.foo.label=Foo Button
button.bar.label=Bar Button
button.invalid.label=Invalid Button
button.default.label=Default Button
method.invalid.label=Invalid Method
method.execute.label=Execute Method
parameter.wrong.label=Wrong Parameter
parameter.missing.label=Missing Parameter
count.foo.message=Foo button count = {0}
count.bar.message=Bar button count = {0}

dispatch.ServletException=ServletException: {0}
dispatch.NoSuchMethodException=NoSuchMethodException: {0}

⌨️ 快捷键说明

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