public abstract class DispatchingService extends JahiaService
settingsBean| Constructor and Description |
|---|
DispatchingService() |
| Modifier and Type | Method and Description |
|---|---|
abstract 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
|
getSettingsBean, setSettingsBean, start, stoppublic abstract 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
fieldID - 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 portlethttpServletResponse - servletContext - workspaceName - 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.Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.