public class ResourceLinksBaseController extends Object implements org.springframework.web.portlet.context.PortletConfigAware
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DEFAULT_ICON_SIZE_PIXELS |
protected PortletXmlGroupService |
groupService |
protected javax.portlet.PortletConfig |
portletConfig |
protected static String |
PREF_ICON_SIZE_PIXELS |
protected static String |
PREF_LINK_ATTR |
| Constructor and Description |
|---|
ResourceLinksBaseController() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<String> |
getGroups() |
String |
getIconSizePixels(javax.portlet.PortletRequest req) |
List<ResourceLink> |
getResourceLinks(javax.portlet.PortletRequest req) |
String |
getResourceLinksJson(javax.portlet.PortletRequest req) |
void |
setPortletConfig(javax.portlet.PortletConfig portletConfig) |
protected static final String PREF_LINK_ATTR
protected static final String PREF_ICON_SIZE_PIXELS
protected static final String DEFAULT_ICON_SIZE_PIXELS
protected javax.portlet.PortletConfig portletConfig
@Autowired protected PortletXmlGroupService groupService
public List<ResourceLink> getResourceLinks(javax.portlet.PortletRequest req)
public String getResourceLinksJson(javax.portlet.PortletRequest req)
public String getIconSizePixels(javax.portlet.PortletRequest req)
public void setPortletConfig(javax.portlet.PortletConfig portletConfig)
setPortletConfig in interface org.springframework.web.portlet.context.PortletConfigAwareCopyright © 2017 Jasig. All Rights Reserved.