| Package | Description |
|---|---|
| org.jahia.data.applications | |
| org.jahia.data.beans.portlets | |
| org.jahia.services.applications | |
| org.jahia.services.applications.pluto |
| Modifier and Type | Method and Description |
|---|---|
List<EntryPointInstance> |
ApplicationBean.getEntryPointInstances()
Get entryPointInstance
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationBean.setEntryPointInstances(List<EntryPointInstance> entryPointInstances)
Set entrypoint
|
| Modifier and Type | Method and Description |
|---|---|
EntryPointInstance |
PortletWindowBean.getEntryPointInstance()
Get the entryPointInstance
|
| Modifier and Type | Method and Description |
|---|---|
void |
PortletWindowBean.setEntryPointInstance(EntryPointInstance entryPointInstance)
Set the entrypointInstance
|
| 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.
|
abstract EntryPointInstance |
ApplicationsManagerService.getEntryPointInstance(JCRPortletNode node)
Get the corresponding an entrypoint obejct
|
EntryPointInstance |
ApplicationsManagerServiceImpl.getEntryPointInstance(JCRPortletNode node)
Get entryPoint object from JCRPorletNode
|
abstract EntryPointInstance |
ApplicationsManagerService.getEntryPointInstance(String epInstanceID,
String workspaceName)
Retrieves an EntryPointInstance object from the persistance system by
using it's ID as a search key
|
EntryPointInstance |
ApplicationsManagerServiceImpl.getEntryPointInstance(String epInstanceID,
String workspaceName)
Retrieves an EntryPointInstance object from the persistance system by
using it's ID as a search key
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.pluto.container.PortletWindow |
ApplicationsManagerProvider.getPortletWindow(EntryPointInstance entryPointInstance,
String windowID,
JahiaUser jahiaUser,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
javax.servlet.ServletContext servletContext,
String workspaceName) |
abstract org.apache.pluto.container.PortletWindow |
ApplicationsManagerService.getPortletWindow(EntryPointInstance entryPointInstance,
String windowID,
JahiaUser jahiaUser,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
javax.servlet.ServletContext servletContext,
String workspaceName) |
org.apache.pluto.container.PortletWindow |
ApplicationsManagerServiceImpl.getPortletWindow(EntryPointInstance entryPointInstance,
String windowID,
JahiaUser jahiaUser,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
javax.servlet.ServletContext servletContext,
String workspaceName)
Get Portlet Window object
|
String |
DispatchingProvider.render(EntryPointInstance entryPointInstance,
String windowID,
JahiaUser jahiaUser,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
javax.servlet.ServletContext servletContext,
String workspaceName)
This method is called by Jahia when an application is asked to render
it's output.
|
| Modifier and Type | Method and Description |
|---|---|
EntryPointInstance |
ApplicationsManagerPlutoProvider.createEntryPointInstance(EntryPointDefinition entryPointDefinition)
Create an entryPointInstance from the entryPointDefinition
|
| Modifier and Type | Method and Description |
|---|---|
static void |
JahiaPortletUtil.copyJahiaAttributes(EntryPointInstance entryPointInstance,
javax.servlet.http.HttpServletRequest httpServletRequest,
org.apache.pluto.container.PortletWindow window,
javax.servlet.http.HttpServletRequest portalRequest,
boolean canModifySharedMap,
String workspaceName)
Copy some jahia attributes into attributes if the portlet request
|
static void |
JahiaPortletUtil.copyNodeProperties(EntryPointInstance entryPointInstance,
org.apache.pluto.container.PortletWindow window,
javax.servlet.http.HttpServletRequest portalRequest,
String workspaceName)
Copy node properties into request attribute
|
static String |
PortletWindowConfig.fromId(EntryPointInstance entryPointInstance) |
org.apache.pluto.container.PortletWindow |
ApplicationsManagerPlutoProvider.getPortletWindow(EntryPointInstance entryPointInstance,
String windowID,
JahiaUser jahiaUser,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
javax.servlet.ServletContext servletContext,
String workspaceName)
Get portlet window
|
String |
PlutoDispatchingProvider.render(EntryPointInstance entryPointInstance,
String windowID,
JahiaUser jahiaUser,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
javax.servlet.ServletContext servletContext,
String workspaceName) |
void |
JahiaUserRequestWrapper.setEntryPointInstance(EntryPointInstance entryPointInstance) |
void |
JahiaContextRequest.setEntryPointInstance(EntryPointInstance entryPointInstance) |
| Constructor and Description |
|---|
JahiaPortalServletRequest(EntryPointInstance entryPointInstance,
JahiaUser jahiaUser,
javax.servlet.http.HttpServletRequest request,
org.apache.pluto.container.PortletWindow window,
String workspaceName) |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.