@Controller @RequestMapping(value="VIEW") public class ViewAdminSessionListController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
ViewAdminSessionListController() |
| Modifier and Type | Method and Description |
|---|---|
String |
search(javax.portlet.PortletRequest request,
org.springframework.ui.ModelMap model) |
void |
setSessionService(SessionService service) |
String |
view(javax.portlet.PortletRequest request,
org.springframework.ui.ModelMap model) |
@Autowired public void setSessionService(SessionService service)
@RenderMapping(params="action=viewAllSessions") public String view(javax.portlet.PortletRequest request, org.springframework.ui.ModelMap model)
@RenderMapping(value="searchSessions") public String search(javax.portlet.PortletRequest request, org.springframework.ui.ModelMap model)
Copyright © 2016 Jasig. All Rights Reserved.