views-countries.properties
Upload User: jiancairen
Upload Date: 2007-08-27
Package Size: 26458k
Code Size: 1k
Category:

Java Develop

Development Platform:

Java

  1. modelView.class=org.springframework.web.servlet.view.JstlView
  2. modelView.requestContextAttribute=rc
  3. modelView.url=/WEB-INF/views/jsp/countries/model.jsp
  4. #--------------------------------------------------------
  5. homeView.attributesCSV=htitle=[home.htitle],nav=[nav.jsp],content=[home.jsp]
  6. copyView.attributesCSV=htitle=[copy.htitle],nav=[nav.jsp],content=[copy.jsp]
  7. configView.attributesCSV=htitle=[config.htitle],nav=[nav.jsp],content=[config.jsp]
  8. countries_mainView.attributesCSV=htitle=[countries.main.htitle],
  9. nav=[main/nav.jsp],
  10. content=[main/home.jsp]
  11. countries_detailView.attributesCSV=htitle=[countries.detail.htitle],
  12. nav=[main/detailnav.jsp],
  13. content=[main/detail.jsp]
  14. countries_excelView.class=org.springframework.samples.countries.web.views.CountriesExcelView
  15. countries_pdfView.class=org.springframework.samples.countries.web.views.CountriesPdfView
  16. #--------------------------------------------------------
  17. errorHttp404View.attributesCSV=htitle=[error.http404.htitle],nav=[nav.jsp],content=[../errors/http404.jsp]