From: <ldi...@us...> - 2006-04-03 20:03:15
|
Revision: 105 Author: ldikmans Date: 2006-04-03 13:03:07 -0700 (Mon, 03 Apr 2006) ViewCVS: http://svn.sourceforge.net/sensor/?rev=105&view=rev Log Message: ----------- work in progress, to use jsp's and velocity in one application Added Paths: ----------- trunk/sensor-sample-app/src/web/WEB-INF/classes/ trunk/sensor-sample-app/src/web/WEB-INF/classes/views.properties Added: trunk/sensor-sample-app/src/web/WEB-INF/classes/views.properties =================================================================== --- trunk/sensor-sample-app/src/web/WEB-INF/classes/views.properties (rev 0) +++ trunk/sensor-sample-app/src/web/WEB-INF/classes/views.properties 2006-04-03 20:03:07 UTC (rev 105) @@ -0,0 +1,23 @@ +add.class=org.springframework.web.servlet.view.JstlView +add.url=/WEB-INF/jsp/add.jsp + +overview.class=org.springframework.web.servlet.view.JstlView +overview.url=/WEB-INF/jsp/overview.jsp + +confirm.class=org.springframework.web.servlet.view.JstlView +confirm.url=/WEB-INF/jsp/confirm.jsp + +author.class=org.springframework.web.servlet.view.JstlView +author.url=/WEB-INF/jsp/author.jsp + +preamble.class=org.springframework.web.servlet.view.JstlView +preamble.url=/WEB-INF/jsp/preamble.jsp + +show.class=org.springframework.web.servlet.view.JstlView +show.url=/WEB-INF/jsp/show.jsp + +start.class=org.springframework.web.servlet.view.JstlView +start.url=/WEB-INF/jsp/start.jsp + +statistics.class=org.springframework.web.servlet.view.velocity.VelocityView +statistics.url=/net/sf/sensor/console/views/TimerStatistics.vm \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |