| Package | Description |
|---|---|
| com.liferay.portal.kernel.application.type | |
| com.liferay.portal.kernel.model |
This package defines the portal model interfaces, classes, utilities, wrappers, and annotated types.
|
| Modifier and Type | Method and Description |
|---|---|
static ApplicationType |
ApplicationType.parse(String value) |
static ApplicationType |
ApplicationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationType[] |
ApplicationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ApplicationType> |
Portlet.getApplicationTypes()
Returns the application types of the portlet.
|
Set<ApplicationType> |
PortletWrapper.getApplicationTypes()
Returns the application types of the portlet.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Portlet.addApplicationType(ApplicationType applicationType)
Adds an application type.
|
void |
PortletWrapper.addApplicationType(ApplicationType applicationType)
Adds an application type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Portlet.setApplicationTypes(Set<ApplicationType> applicationTypes)
Sets the application types of the portlet.
|
void |
PortletWrapper.setApplicationTypes(Set<ApplicationType> applicationTypes)
Sets the application types of the portlet.
|