@Controller(value="eventTest")
@RequestMapping(value={"VIEW","EDIT","HELP","ABOUT"},
params="currentTest=eventTest")
public class EventTestController
extends BasePortletTest
logger| Constructor and Description |
|---|
EventTestController() |
| Modifier and Type | Method and Description |
|---|---|
void |
exponentialEventTest(javax.portlet.ActionResponse response) |
void |
exponentialEventTest(javax.portlet.EventRequest eventRequest,
javax.portlet.EventResponse eventResponse) |
String |
getTestName() |
void |
noopAction() |
void |
simpleEventHandler(javax.portlet.EventRequest eventRequest,
javax.portlet.EventResponse eventResponse) |
void |
simpleEventTest(javax.portlet.ActionResponse response) |
String |
viewEventsTest(String simpleEvent,
javax.portlet.PortletSession portletSession,
org.springframework.ui.ModelMap model) |
getTestKey, setBeanNamepublic String getTestName()
@RenderMapping public String viewEventsTest(@RequestParam(value="simpleEvent",required=false) String simpleEvent, javax.portlet.PortletSession portletSession, org.springframework.ui.ModelMap model)
@ActionMapping public void noopAction()
@ActionMapping(value="simpleEventTest") public void simpleEventTest(javax.portlet.ActionResponse response)
@EventMapping(value="SimpleTestEvent")
public void simpleEventHandler(javax.portlet.EventRequest eventRequest,
javax.portlet.EventResponse eventResponse)
@ActionMapping(value="endlessEventTest") public void exponentialEventTest(javax.portlet.ActionResponse response)
@EventMapping(value="EndlessTestEvent")
public void exponentialEventTest(javax.portlet.EventRequest eventRequest,
javax.portlet.EventResponse eventResponse)
Copyright © 2016 Jasig. All Rights Reserved.