Rev 20424 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
package com.hotspotstore.controllers;import org.apache.struts2.convention.annotation.Result;import org.apache.struts2.convention.annotation.Results;class HomeController extends BaseController {private static final long serialVersionUID = 1L;public String index(){return "index";}}