NIHVIVO-1554 Remove vitro theme jsps and other unused vitro jsps. Fix vitro web.xml so the application can run.
This commit is contained in:
parent
93be621220
commit
13ff7686ef
16 changed files with 18 additions and 911 deletions
|
@ -86,10 +86,10 @@ import freemarker.template.Configuration;
|
|||
* Rewritten to use Freemarker: rjy7
|
||||
*
|
||||
*/
|
||||
public class FreemarkerPagedSearchController extends FreemarkerHttpServlet implements Searcher {
|
||||
public class PagedSearchController extends FreemarkerHttpServlet implements Searcher {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
private static final Log log = LogFactory.getLog(FreemarkerPagedSearchController.class.getName());
|
||||
private static final Log log = LogFactory.getLog(PagedSearchController.class.getName());
|
||||
private static final String XML_REQUEST_PARAM = "xml";
|
||||
|
||||
private IndexSearcher searcher = null;
|
Loading…
Add table
Add a link
Reference in a new issue