|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Environment
Container for spaces
| Field Summary | |
|---|---|
static java.lang.String |
META_ENV_OWNER
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Retrieve the description of this environment |
java.lang.String |
getDescription(java.util.Locale locale)
Retrieve the description of this environment |
java.lang.String |
getName()
Retrieve the name of the environment |
java.lang.String |
getOwner()
Retrieves the owner, a portal user name, for this environment |
java.lang.String |
getPath()
Retrieve the path of the environment, which can be implementation specific |
java.lang.String |
getTitle()
Retrieve unlocalized title of the environment |
java.lang.String |
getTitle(java.util.Locale locale)
Retrieve the localized title of the environment for the requested locale |
void |
setDescription(java.lang.String description)
Sets the description on this environment |
void |
setDescription(java.lang.String description,
java.util.Locale locale)
Sets the description on this environment |
void |
setOwner(java.lang.String owner)
Sets the owner on this environment |
void |
setTitle(java.lang.String title)
Set the title of environment |
void |
setTitle(java.lang.String title,
java.util.Locale locale)
Set the title of environment for the given locale |
| Field Detail |
|---|
static final java.lang.String META_ENV_OWNER
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getTitle(java.util.Locale locale)
locale - the locale of the string
java.lang.String getTitle()
void setTitle(java.lang.String title,
java.util.Locale locale)
locale - the locale of the stringtitle - void setTitle(java.lang.String title)
title - java.lang.String getPath()
java.lang.String getDescription(java.util.Locale locale)
locale - the locale of the string
void setDescription(java.lang.String description,
java.util.Locale locale)
description - locale - the locale of the stringjava.lang.String getDescription()
void setDescription(java.lang.String description)
description - java.lang.String getOwner()
void setOwner(java.lang.String owner)
owner -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||