@Controller @RequestMapping(value="CONFIG") public class AppLauncherConfigController extends Object
| Constructor and Description |
|---|
AppLauncherConfigController() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clearAppDefinitionInProgress(javax.portlet.PortletRequest req)
This one is public and static because we want to call it in VIEW mode.
|
org.springframework.web.portlet.ModelAndView |
config(javax.portlet.PortletRequest req) |
List<AppDefinition.DisplayStrategies> |
getAvailableDisplayStrategies()
List, rather than Set, because we're going to display them in chosen
order and assume the first is the default.
|
void |
saveSettings(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res,
String save) |
public static void clearAppDefinitionInProgress(javax.portlet.PortletRequest req)
@RenderMapping
public org.springframework.web.portlet.ModelAndView config(javax.portlet.PortletRequest req)
throws Exception
Exception@ActionMapping
public void saveSettings(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res,
@RequestParam(value="save",required=false)
String save)
throws javax.portlet.PortletModeException
javax.portlet.PortletModeException@ModelAttribute(value="availableDisplayStrategies") public List<AppDefinition.DisplayStrategies> getAvailableDisplayStrategies()
Copyright © 2015 Jasig. All Rights Reserved.