|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.platform.engine.core.system.StandaloneApplicationContext
org.pentaho.platform.web.portal.PortletApplicationContext
public class PortletApplicationContext
Constructor Summary | |
---|---|
PortletApplicationContext(java.lang.String solutionRootPath,
java.lang.String baseUrl,
java.lang.String applicationPath)
|
Method Summary | |
---|---|
java.lang.String |
getFullyQualifiedServerURL()
Returns a fully qualified URL to the server application, up to and including the context. |
java.lang.String |
getPentahoServerName()
Retrieves the descriptive name of the platform application. |
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, setFullyQualifiedServerURL, setProperties, setSolutionRootPath |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PortletApplicationContext(java.lang.String solutionRootPath, java.lang.String baseUrl, java.lang.String applicationPath)
Method Detail |
---|
public java.lang.String getFullyQualifiedServerURL()
IApplicationContext
This method should only be used if delivering an offline content or in a scenario where fully qualified url is required.
getFullyQualifiedServerURL
in interface IApplicationContext
getFullyQualifiedServerURL
in class StandaloneApplicationContext
public java.lang.String getPentahoServerName()
IApplicationContext
The Pentaho server name should specified in the system settings
configuration file, using the name
element
getPentahoServerName
in interface IApplicationContext
getPentahoServerName
in class StandaloneApplicationContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |