| Package | Description |
|---|---|
| org.opencms.ade.publish.shared |
Classes for the publish dialog which are used by both the client and the server.
|
| Modifier and Type | Method and Description |
|---|---|
CmsPublishResourceInfo.Type |
CmsPublishResourceInfo.getType()
Returns the type.
|
static CmsPublishResourceInfo.Type |
CmsPublishResourceInfo.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsPublishResourceInfo.Type[] |
CmsPublishResourceInfo.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CmsPublishResourceInfo(java.lang.String value,
CmsPublishResourceInfo.Type type)
Creates a new publish resource additional information bean.
|
CmsPublishResourceInfo(java.lang.String value,
CmsPublishResourceInfo.Type type,
boolean hidden)
Creates a new publish resource additional information bean.
|