de.bps.olat.portal.links
Class LinksPortlet
java.lang.Object
org.olat.core.gui.control.generic.portal.AbstractPortlet
de.bps.olat.portal.links.LinksPortlet
- All Implemented Interfaces:
- Disposable, Portlet
public class LinksPortlet
- extends AbstractPortlet
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinksPortlet
public LinksPortlet()
createInstance
public Portlet createInstance(WindowControl wControl,
UserRequest ureq,
java.util.Map configuration)
- Description copied from interface:
Portlet
- Factory method to create a portlet of the current type using the given configuration
- Returns:
- AbstractPortlet
- See Also:
org.olat.gui.control.generic.portal.AbstractPortlet#createInstance(org.olat.gui.control.WindowControl, org.olat.gui.UserRequest, java.util.Map)
getTitle
public java.lang.String getTitle()
- Returns:
- The (translated) title for the portlet
- See Also:
org.olat.gui.control.generic.portal.Portlet#getTitle()
getDescription
public java.lang.String getDescription()
- Returns:
- The (translated) description for the portlet
- See Also:
org.olat.gui.control.generic.portal.Portlet#getDescription()
getInitialRunComponent
public Component getInitialRunComponent(WindowControl wControl,
UserRequest ureq)
- Description copied from interface:
Portlet
- Get the run component of this portlet
- Returns:
- Component
- See Also:
org.olat.gui.control.generic.portal.Portlet#getInitialRunComponent(org.olat.gui.control.WindowControl, org.olat.gui.UserRequest)
dispose
public void dispose()
- Description copied from interface:
Disposable
- disposes the disposable
- See Also:
org.olat.gui.control.Disposable#dispose(boolean)
getCssClass
public java.lang.String getCssClass()
- Returns:
- String name of wrapper css class that provides the portlet icon and other styles
- See Also:
org.olat.gui.control.generic.portal.Portlet#getCssClass()
disposeRunComponent
public void disposeRunComponent()
- Description copied from interface:
Portlet
- Dispose the run component and all its resources without disposing the portlet.
- See Also:
org.olat.gui.control.generic.portal.Portlet#disposeRunComponent(boolean)
getContent
public java.util.Map<java.lang.String,de.bps.olat.portal.links.PortletInstitution> getContent()
- Returns:
- Returns the content map.
getContentLoader
public java.util.TimerTask getContentLoader()
setContentLoader
public void setContentLoader(java.util.TimerTask contentLoader)
getRefreshInterval
public long getRefreshInterval()
- Returns:
- Returns the refreshInterval.