|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.openutils.mgnlmedia.media.configuration.MediaTypeConfiguration
public class MediaTypeConfiguration
Bean that contains all media type informations
| Constructor Summary | |
|---|---|
MediaTypeConfiguration()
|
|
| Method Summary | |
|---|---|
String |
getDialog()
Returns the dialog. |
List<String> |
getExtensionsList()
Returns the extensions. |
MediaTypeHandler |
getHandler()
Returns the handler. |
String |
getI18nBasename()
Returns the i18nBasename. |
String |
getLabel()
Returns the label. |
String |
getMenuIcon()
Returns the menuIcon. |
String |
getName()
Returns the name. |
void |
setDialog(String dialog)
Sets the dialog. |
void |
setExtensions(String extensionsString)
Sets the extensions as a comma separated list. |
void |
setExtensionsList(List<String> extensions)
Sets the extensions. |
void |
setHandler(MediaTypeHandler handler)
Sets the handler. |
void |
setI18nBasename(String i18nBasename)
Sets the i18nBasename. |
void |
setLabel(String label)
Sets the label. |
void |
setMenuIcon(String menuIcon)
Sets the menuIcon. |
void |
setName(String name)
Sets the name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MediaTypeConfiguration()
| Method Detail |
|---|
public String getLabel()
public void setLabel(String label)
label - the label to setpublic MediaTypeHandler getHandler()
public void setHandler(MediaTypeHandler handler)
handler - the handler to setpublic String getMenuIcon()
public void setMenuIcon(String menuIcon)
menuIcon - the menuIcon to setpublic String getDialog()
public void setDialog(String dialog)
dialog - the dialog to setpublic String getName()
public void setName(String name)
name - the name to setpublic List<String> getExtensionsList()
public void setExtensionsList(List<String> extensions)
extensions - the extensions to setpublic String getI18nBasename()
public void setI18nBasename(String i18nBasename)
i18nBasename - the i18nBasename to setpublic void setExtensions(String extensionsString)
extensionsString - a comma separated list of extensions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||