⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 views.properties

📁 Java/J2EE application framework based on [Expert One-on-One J2EE Design and Development] by Rod John
💻 PROPERTIES
字号:
# Sample Spring view definitions

# For English language (default)

# Standard ResourceBundle syntax applies

# Format is 
# viewName.class=<fully qualified class name>
# viewName.<propertyname>=<property value>
# ...more property settings


# Defines view with symbolic name "example1"

example1.class=org.springframework.web.servlet.view.InternalResourceView
example1.url=/WEB-INF/jsp/example1.jsp


# Defines view with symbolic name "example2"
# specifies JstlView for exporting message source and user locale to JSTL
# automatically adds a RequestContext instance as request attribute "rc"

example2.class=org.springframework.web.servlet.view.JstlView
example2.requestContextAttribute=rc
example2.url=/WEB-INF/jsp/example2_new.jsp

⌨️ 快捷键说明

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