@Controller @RequestMapping(value="CONFIG") public class ResourceLinksConfigController extends ResourceLinksBaseController
DEFAULT_ICON_SIZE_PIXELS, groupService, portletConfig, PREF_ICON_SIZE_PIXELS, PREF_LINK_ATTR| Constructor and Description |
|---|
ResourceLinksConfigController() |
| Modifier and Type | Method and Description |
|---|---|
String |
config(javax.portlet.PortletRequest req) |
Set<String> |
getGroups() |
String |
getIconSizePixels(javax.portlet.PortletRequest req) |
String |
getResourceLinksJsonArray(javax.portlet.PortletRequest req) |
void |
saveResourceLinks(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res,
String save,
String linksJson) |
getResourceLinks, getResourceLinksJson, setPortletConfig@RenderMapping public String config(javax.portlet.PortletRequest req) throws Exception
Exception@ActionMapping
public void saveResourceLinks(javax.portlet.ActionRequest req,
javax.portlet.ActionResponse res,
@RequestParam(value="save",required=false)
String save,
@RequestParam(value="links",required=false)
String linksJson)
throws javax.portlet.PortletException,
IOException
javax.portlet.PortletExceptionIOException@ModelAttribute(value="linksJson") public String getResourceLinksJsonArray(javax.portlet.PortletRequest req)
@ModelAttribute(value="groups") public Set<String> getGroups()
getGroups in class ResourceLinksBaseController@ModelAttribute(value="iconSizePixels") public String getIconSizePixels(javax.portlet.PortletRequest req)
getIconSizePixels in class ResourceLinksBaseControllerCopyright © 2019 Jasig. All Rights Reserved.