public class DispatchingServiceImpl extends DispatchingService
Title:
Description:
Copyright: Copyright (c) 2002
Company: Jahia Ltd
settingsBean| Modifier | Constructor and Description |
|---|---|
protected |
DispatchingServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppOutput(int fieldID,
String entryPointIDStr,
JahiaUser jahiaUser,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
javax.servlet.ServletContext servletContext,
String workspaceName)
Dispatches processing to an application, and retrieves it's output for
Jahia to aggregate
|
Map |
getDispatchingProviders() |
static DispatchingServiceImpl |
getInstance()
return the singleton instance
|
void |
setApplicationsManager(ApplicationsManagerService applicationsManager) |
void |
setDispatchingProviders(Map dispatchingProviders) |
void |
start() |
void |
stop() |
getSettingsBean, setSettingsBeanpublic static DispatchingServiceImpl getInstance()
public void setApplicationsManager(ApplicationsManagerService applicationsManager)
public void start()
throws JahiaInitializationException
start in class JahiaServiceJahiaInitializationExceptionpublic void stop()
stop in class JahiaServicepublic String getAppOutput(int fieldID, String entryPointIDStr, JahiaUser jahiaUser, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, javax.servlet.ServletContext servletContext, String workspaceName) throws JahiaException
DispatchingServicegetAppOutput in class DispatchingServicefieldID - identifier of Jahia's fieldentryPointIDStr - application identifier passed as a String (converted
from an integer)jahiaUser - the Jahia user that will be passed to the portlet when dispatchinghttpServletRequest - the request object that will be passed to the portletworkspaceName - the workspace name against which to check for mode and various other permissionsJahiaException - generated if there was a problem dispatching,
during processing of the application, or when recuperating the application's
output.public Map getDispatchingProviders()
public void setDispatchingProviders(Map dispatchingProviders)
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.