@Controller @RequestMapping(value="VIEW") public class ViewAdminServerConfigController extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
ViewAdminServerConfigController() |
| Modifier and Type | Method and Description |
|---|---|
String |
datafixRecording(javax.portlet.PortletRequest request,
javax.portlet.ResourceResponse response,
org.springframework.ui.ModelMap model) |
void |
setRecordingService(RecordingService service) |
void |
setServerConfigurationService(ServerConfigurationService service) |
void |
setServerQuota(ServerQuotaService service) |
String |
view(javax.portlet.PortletRequest request,
org.springframework.ui.ModelMap model) |
@Autowired public void setServerConfigurationService(ServerConfigurationService service)
@Autowired public void setServerQuota(ServerQuotaService service)
@Autowired public void setRecordingService(RecordingService service)
@RenderMapping public String view(javax.portlet.PortletRequest request, org.springframework.ui.ModelMap model)
@ResourceMapping(value="datafixRecording") public String datafixRecording(javax.portlet.PortletRequest request, javax.portlet.ResourceResponse response, org.springframework.ui.ModelMap model)
Copyright © 2016 Jasig. All Rights Reserved.