|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Portlet
Description:
TODO: guido Class Description for Portlet
| Method Summary | |
|---|---|
Portlet |
createInstance(WindowControl wControl,
UserRequest ureq,
java.util.Map portletConfig)
Factory method to create a portlet of the current type using the given configuration |
void |
disposeRunComponent()
Dispose the run component and all its resources without disposing the portlet. |
java.util.Map |
getConfiguration()
|
java.lang.String |
getCssClass()
|
java.lang.String |
getDescription()
|
Component |
getInitialRunComponent(WindowControl wControl,
UserRequest ureq)
Get the run component of this portlet |
java.lang.String |
getName()
|
java.lang.String |
getTitle()
|
PortletToolController |
getTools(UserRequest ureq,
WindowControl wControl)
|
Translator |
getTranslator()
|
void |
setConfiguration(java.util.Map configuration)
|
void |
setName(java.lang.String name)
Bean method used by spring to load value from configuration |
void |
setTranslator(Translator translator)
|
| Methods inherited from interface org.olat.core.gui.control.Disposable |
|---|
dispose |
| Method Detail |
|---|
java.lang.String getTitle()
java.lang.String getDescription()
Portlet createInstance(WindowControl wControl,
UserRequest ureq,
java.util.Map portletConfig)
wControl - ureq - configuration -
Component getInitialRunComponent(WindowControl wControl,
UserRequest ureq)
wControl - ureq -
void disposeRunComponent()
java.util.Map getConfiguration()
void setConfiguration(java.util.Map configuration)
configuration - The configuration mapjava.lang.String getName()
void setName(java.lang.String name)
name - The unique name of this portletjava.lang.String getCssClass()
void setTranslator(Translator translator)
translator - to be used in this portletTranslator getTranslator()
PortletToolController getTools(UserRequest ureq,
WindowControl wControl)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||