| Package | Description |
|---|---|
| org.osivia.services.editor.link.portlet.controller | |
| org.osivia.services.editor.link.portlet.model | |
| org.osivia.services.editor.link.portlet.service |
| Modifier and Type | Method and Description |
|---|---|
List<UrlType> |
EditorLinkController.getUrlTypes(javax.portlet.PortletRequest request,
javax.portlet.PortletResponse response)
Get URL types model attribute.
|
| Modifier and Type | Field and Description |
|---|---|
static UrlType |
UrlType.DEFAULT
Default URL type.
|
| Modifier and Type | Method and Description |
|---|---|
static UrlType |
UrlType.fromId(String id)
Get URL type from identifier.
|
UrlType |
EditorLinkForm.getUrlType()
Getter for urlType.
|
static UrlType |
UrlType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UrlType[] |
UrlType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EditorLinkForm.setUrlType(UrlType urlType)
Setter for urlType.
|
| Modifier and Type | Method and Description |
|---|---|
List<UrlType> |
EditorLinkServiceImpl.getUrlTypes(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
Get URL types.
|
List<UrlType> |
EditorLinkService.getUrlTypes(org.osivia.portal.api.context.PortalControllerContext portalControllerContext)
Get URL types.
|
Copyright © 2021 OSIVIA. All rights reserved.