public interface Environment
Modifier and Type | Field and Description |
---|---|
static String |
META_ENV_OWNER |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Retrieve the description of this environment
|
String |
getDescription(Locale locale)
Retrieve the description of this environment
|
String |
getName()
Retrieve the name of the environment
|
String |
getOwner()
Retrieves the owner, a portal user name, for this environment
|
String |
getPath()
Retrieve the path of the environment, which can be implementation specific
|
String |
getTitle()
Retrieve unlocalized title of the environment
|
String |
getTitle(Locale locale)
Retrieve the localized title of the environment for the requested locale
|
void |
setDescription(String description)
Sets the description on this environment
|
void |
setDescription(String description,
Locale locale)
Sets the description on this environment
|
void |
setOwner(String owner)
Sets the owner on this environment
|
void |
setTitle(String title)
Set the title of environment
|
void |
setTitle(String title,
Locale locale)
Set the title of environment for the given locale
|
static final String META_ENV_OWNER
String getName()
String getTitle(Locale locale)
locale
- the locale of the stringString getTitle()
void setTitle(String title, Locale locale)
locale
- the locale of the stringtitle
- void setTitle(String title)
title
- String getPath()
String getDescription(Locale locale)
locale
- the locale of the stringvoid setDescription(String description, Locale locale)
description
- locale
- the locale of the stringString getDescription()
void setDescription(String description)
description
- String getOwner()
void setOwner(String owner)
owner
- Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.