Class WebApplicationContext
java.lang.Object
org.pentaho.platform.engine.core.system.StandaloneApplicationContext
org.pentaho.platform.web.http.context.WebApplicationContext
- All Implemented Interfaces:
org.pentaho.platform.api.engine.IApplicationContext
public class WebApplicationContext
extends org.pentaho.platform.engine.core.system.StandaloneApplicationContext
-
Constructor Summary
ConstructorDescriptionWebApplicationContext
(String solutionRootPath, String fullyQualifiedServerUrl, String applicationPath) WebApplicationContext
(String solutionRootPath, String fullyQualifiedServerUrl, String applicationPath, Object context) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setFullyQualifiedServerURL
(String fullyQualifiedServerUrl) Methods inherited from class org.pentaho.platform.engine.core.system.StandaloneApplicationContext
addEntryPointHandler, addExitPointHandler, createTempFile, createTempFile, getApplicationPath, getBaseUrl, getContext, getFileOutputPath, getProperty, getProperty, getServerPort, getSolutionPath, getSolutionRootPath, invokeEntryPoints, invokeExitPoints, removeEntryPointHandler, removeExitPointHandler, setBaseUrl, setContext, setProperties, setSolutionRootPath
-
Constructor Details
-
WebApplicationContext
-
WebApplicationContext
-
-
Method Details
-
getFullyQualifiedServerURL
- Specified by:
getFullyQualifiedServerURL
in interfaceorg.pentaho.platform.api.engine.IApplicationContext
- Overrides:
getFullyQualifiedServerURL
in classorg.pentaho.platform.engine.core.system.StandaloneApplicationContext
-
getPentahoServerName
- Specified by:
getPentahoServerName
in interfaceorg.pentaho.platform.api.engine.IApplicationContext
- Overrides:
getPentahoServerName
in classorg.pentaho.platform.engine.core.system.StandaloneApplicationContext
-
setFullyQualifiedServerURL
- Specified by:
setFullyQualifiedServerURL
in interfaceorg.pentaho.platform.api.engine.IApplicationContext
- Overrides:
setFullyQualifiedServerURL
in classorg.pentaho.platform.engine.core.system.StandaloneApplicationContext
-