|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.gui.control.generic.portal.AbstractPortlet
org.olat.core.commons.portlets.iframe.IframePortlet
public class IframePortlet
Description:
Iframe portlet to embedd content from another server in the portal.
The configuration must have an element uri and height. Title and description are optional elements.
They use the locale code for each language (eg. title_de, description_en)
Initial Date: 08.07.2005
| Constructor Summary | |
|---|---|
IframePortlet()
|
|
| Method Summary | |
|---|---|
Portlet |
createInstance(WindowControl wControl,
UserRequest ureq,
java.util.Map configuration)
Factory method to create a portlet of the current type using the given configuration |
void |
dispose()
disposes the disposable |
void |
disposeRunComponent()
Dispose the run component and all its resources without disposing the portlet. |
java.lang.String |
getCssClass()
|
java.lang.String |
getDescription()
|
Component |
getInitialRunComponent(WindowControl wControl,
UserRequest ureq)
Get the run component of this portlet |
java.lang.String |
getTitle()
|
| Methods inherited from class org.olat.core.gui.control.generic.portal.AbstractPortlet |
|---|
getConfiguration, getName, getTools, getTranslator, setConfiguration, setName, setTranslator |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IframePortlet()
| Method Detail |
|---|
public java.lang.String getTitle()
org.olat.gui.control.generic.portal.Portlet#getTitle()public java.lang.String getDescription()
org.olat.gui.control.generic.portal.Portlet#getDescription()
public Portlet createInstance(WindowControl wControl,
UserRequest ureq,
java.util.Map configuration)
Portlet
org.olat.gui.control.generic.portal.AbstractPortlet#createInstance(org.olat.core.gui.control.WindowControl, org.olat.core.gui.UserRequest, java.util.Map)
public Component getInitialRunComponent(WindowControl wControl,
UserRequest ureq)
Portlet
org.olat.gui.control.generic.portal.Portlet#getInitialRunComponent(org.olat.core.gui.control.WindowControl, org.olat.core.gui.UserRequest)public void dispose()
Disposable
org.olat.core.gui.control.Disposable#dispose(boolean)public java.lang.String getCssClass()
org.olat.gui.control.generic.portal.Portlet#getCssClass()public void disposeRunComponent()
Portlet
org.olat.gui.control.generic.portal.Portlet#disposeRunComponent(boolean)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||