|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.openutils.mgnlmedia.media.lifecycle.MediaModule
public class MediaModule
Media module lifecycle manager
| Field Summary | |
|---|---|
static String |
NAME
Media module name. |
static String |
REPO
Media repository name. |
| Constructor Summary | |
|---|---|
MediaModule()
Constructor |
|
| Method Summary | |
|---|---|
String |
getPlayer()
|
String |
getVersion()
Returns the version. |
boolean |
isAutoactivate()
Deprecated. use singleinstance |
boolean |
isSingleinstance()
If the singleinstance flag is set, the media module expect that no activation is needed (usually it means the media repository is shared between the author and public instances). |
void |
setAutoactivate(boolean autoactivate)
Deprecated. use singleinstance |
void |
setPlayer(String player)
|
void |
setSingleinstance(boolean singleinstance)
If the singleinstance flag is set, the media module expect that no activation is needed (usually it means the media repository is shared between the author and public instances). |
void |
start(info.magnolia.module.ModuleLifecycleContext ctx)
|
void |
stop(info.magnolia.module.ModuleLifecycleContext ctx)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NAME
public static final String REPO
| Constructor Detail |
|---|
public MediaModule()
| Method Detail |
|---|
public void start(info.magnolia.module.ModuleLifecycleContext ctx)
start in interface info.magnolia.module.ModuleLifecyclepublic void stop(info.magnolia.module.ModuleLifecycleContext ctx)
stop in interface info.magnolia.module.ModuleLifecycle@Deprecated public boolean isAutoactivate()
@Deprecated public void setAutoactivate(boolean autoactivate)
public boolean isSingleinstance()
public void setSingleinstance(boolean singleinstance)
singleinstance - true if no activation should be performedpublic String getPlayer()
public void setPlayer(String player)
public String getVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||