@Controller @RequestMapping(value="VIEW") public class CalendarController extends Object implements org.springframework.context.ApplicationContextAware
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
CalendarController() |
| Modifier and Type | Method and Description |
|---|---|
void |
defaultAction() |
org.springframework.web.portlet.ModelAndView |
getCalendar(String intervalString,
javax.portlet.RenderRequest request) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansException@ActionMapping public void defaultAction()
@RequestMapping
public org.springframework.web.portlet.ModelAndView getCalendar(@RequestParam(required=false,value="interval")
String intervalString,
javax.portlet.RenderRequest request)
Copyright © 2018 Apereo. All Rights Reserved.