fullyqualifiedclass.properties

来自「这是一个mvc模式」· PROPERTIES 代码 · 共 15 行

PROPERTIES
15
字号
# This is the default filter value class. If you do not set another name
# in one of the contexts, this entry will be used.
filterValueClass=jsp.tags.dapact.lookup.ParamContextDataReplaceLookupValue

# This is the default lookup value class. If you do not set another name
# in one of the contexts, this entry will be used.
lookupValueClass=jsp.tags.dapact.lookup.LookupValueByParamContextData

# Defines what class should be used for logging.
loggerClass=jsp.tags.dapact.util.DefaultLogger

# You can define classes that implement system interfaces to replace several classes.
# Here is an example class that will be used in place of the lookup value class for
# one of the tags.
sampleReplacementClass=jsp.tags.dapact.lookup.LookupValueByParamContext

⌨️ 快捷键说明

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