| Modifier and Type | Method and Description |
|---|---|
org.jahia.ajax.gwt.client.data.node.GWTJahiaPortletDefinition |
PortletHelper.createGWTJahiaPortletDefinition(ApplicationBean appBean,
EntryPointDefinition entryPointDefinition,
Locale locale,
Locale uiLocale)
Create a GWTJahiaPortletDefinition object from an applicationBean and an entryPointDefinition objects
|
| Modifier and Type | Class and Description |
|---|---|
class |
PortletEntryPointDefinition
Title: Portlet API Entry point definition
|
class |
ServletBean
This object contains all the data relative to a servlet, notably the
context in which it should run, it's type (servlet or JSP) and additionnal
|
| Modifier and Type | Method and Description |
|---|---|
EntryPointDefinition |
ApplicationBean.getEntryPointDefinitionByName(String definitionName)
find EntryPointInstance by definition name
|
| Modifier and Type | Method and Description |
|---|---|
List<EntryPointDefinition> |
WebAppContext.getEntryPointDefinitions() |
List<EntryPointDefinition> |
ApplicationBean.getEntryPointDefinitions()
Get all entrypoint definition
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebAppContext.setEntryPointDefinitions(List<EntryPointDefinition> entryPointDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
EntryPointDefinition |
PortletWindowBean.getEntryPointDefinition()
Get the entrypointDefinition
|
| Modifier and Type | Method and Description |
|---|---|
void |
PortletWindowBean.setEntryPointDefinition(EntryPointDefinition entryPointDefinition)
Set the entryPointDefinitin
|
| Modifier and Type | Method and Description |
|---|---|
List<EntryPointDefinition> |
ApplicationsManagerProvider.getAppEntryPointDefinitions(ApplicationBean appBean) |
abstract List<EntryPointDefinition> |
ApplicationsManagerService.getAppEntryPointDefinitions(ApplicationBean appBean)
Returns the entry point definitions corresponding to the application,
or an empty list if there was a problem retrieving them.
|
List<EntryPointDefinition> |
ApplicationsManagerServiceImpl.getAppEntryPointDefinitions(ApplicationBean appBean)
Get all EntryPointDefinition od the application bean
|
| Modifier and Type | Method and Description |
|---|---|
EntryPointInstance |
ApplicationsManagerProvider.createEntryPointInstance(EntryPointDefinition entryPointDefinition)
Creates an instance of an application entry point definition.
|
abstract EntryPointInstance |
ApplicationsManagerService.createEntryPointInstance(EntryPointDefinition entryPointDefinition,
String path)
Creates an instance of an application entry point definition.
|
EntryPointInstance |
ApplicationsManagerServiceImpl.createEntryPointInstance(EntryPointDefinition entryPointDefinition,
String path)
Creates an instance of an application entry point definition.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntryPointDefinition> |
ApplicationsManagerPlutoProvider.getAppEntryPointDefinitions(ApplicationBean appBean)
Get application list of entry definition
|
| Modifier and Type | Method and Description |
|---|---|
EntryPointInstance |
ApplicationsManagerPlutoProvider.createEntryPointInstance(EntryPointDefinition entryPointDefinition)
Create an entryPointInstance from the entryPointDefinition
|
| Modifier and Type | Method and Description |
|---|---|
EntryPointDefinition |
JCRPortletNode.getEntryPointDefinition() |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.