@Controller public class SampleController extends Object
| Constructor and Description | 
|---|
SampleController()  | 
@RequestMapping(value="/") @ResponseBody public Map<String,String> helloWorld() throws InterruptedException, SuspendExecution
InterruptedExceptionSuspendExecution@RequestMapping(value="/foo") @ResponseBody public String foo() throws InterruptedException, SuspendExecution
InterruptedExceptionSuspendExecution