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
ConstructorsConstructorDescriptionWebApplicationContext(String solutionRootPath, String fullyQualifiedServerUrl, String applicationPath) WebApplicationContext(String solutionRootPath, String fullyQualifiedServerUrl, String applicationPath, Object context) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFullyQualifiedServerURL(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:
getFullyQualifiedServerURLin interfaceorg.pentaho.platform.api.engine.IApplicationContext- Overrides:
getFullyQualifiedServerURLin classorg.pentaho.platform.engine.core.system.StandaloneApplicationContext
-
getPentahoServerName
- Specified by:
getPentahoServerNamein interfaceorg.pentaho.platform.api.engine.IApplicationContext- Overrides:
getPentahoServerNamein classorg.pentaho.platform.engine.core.system.StandaloneApplicationContext
-
setFullyQualifiedServerURL
- Specified by:
setFullyQualifiedServerURLin interfaceorg.pentaho.platform.api.engine.IApplicationContext- Overrides:
setFullyQualifiedServerURLin classorg.pentaho.platform.engine.core.system.StandaloneApplicationContext
-