public interface DispatchingProvider
Title: Application dispatching interface.
Description: This interface defines the application-type neutral interface for dispatching.
Copyright: Copyright (c) 2004
Company: Jahia Ltd
| Modifier and Type | Method and Description |
|---|---|
String |
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.
|
void |
start() |
void |
stop() |
void start()
throws JahiaInitializationException
JahiaInitializationExceptionvoid stop()
String render(EntryPointInstance entryPointInstance, String windowID, JahiaUser jahiaUser, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, javax.servlet.ServletContext servletContext, String workspaceName) throws JahiaException
windowID - intJahiaExceptionCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.