A general Spring's MVC Controller that perform the index operation of
CompassGps .
Will perform the index operation if the
org.compass.spring.web.mvc.CompassIndexCommand doIndex
property is set to true.
The controller has two views to be set, the indexView , which
is the view that holds the screen which the user will initiate the index
operation, and the indexResultsView , which will show the
results of the index operation.
The results of the index operation will be saved under the
indexResultsName , which defaults to "indexResults".
author: kimchy |