| Package | Description |
|---|---|
| org.opencms.ade.galleries.shared |
Contains the shared client/server side gallery dialog classes.
|
| Modifier and Type | Method and Description |
|---|---|
CmsSiteSelectorOption.Type |
CmsSiteSelectorOption.getType()
Gets the type of the site.
|
static CmsSiteSelectorOption.Type |
CmsSiteSelectorOption.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsSiteSelectorOption.Type[] |
CmsSiteSelectorOption.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CmsSiteSelectorOption(CmsSiteSelectorOption.Type type,
java.lang.String siteRoot,
boolean isCurrentSite,
java.lang.String message)
Creates a new site selector option.
|