Method Summary |
|
String | getAccessPath() Access the path to the access service on the server relative to the base URL for the server. |
String | getAccessUrl() Access the URL to the access service on the server - append any additional path to the end. |
boolean | getBoolean(String name, boolean dflt) Access some named configuration value as a boolean.
Parameters: name - The configuration value name. Parameters: dflt - The value to return if not found. |
List | getDefaultTools(String category) Access the list of tool ids that are selected by default for this category.
Parameters: category - The tool category. |
String | getGatewaySiteId() Access the site id for the gateway (public) site. |
String | getHelpUrl(String helpContext) Access the URL to the help service on the server - append in the path the tool well known id for context sensitive help.
Parameters: helpContext - The context string. |
int | getInt(String name, int dflt) Access some named configuration value as an int.
Parameters: name - The configuration value name. Parameters: dflt - The value to return if not found. |
String | getLoggedOutUrl() Access the URL to use as a redirect when the user has logged out. |
String | getPortalUrl() Access the URL to the portal service on the server - append any additional path to the end. |
String | getSakaiHomePath() Access the file path to the "sakai home" on the app server. |
String | getServerId() Access the unique (to the cluster) id of the server. |
String | getServerIdInstance() Access the combined server / instance id. |
String | getServerInstance() Access the unique (to the cluster) instance id of the server. |
String | getServerName() Access the server DNS name. |
String | getServerUrl() Access the URL to the root of the server - append any additional path to the end. |
String | getString(String name) Access some named configuration value as a string.
Parameters: name - The configuration value name. |
String | getString(String name, String dflt) Access some named configuration value as a string.
Parameters: name - The configuration value name. Parameters: dflt - The value to return if not found. |
String[] | getStrings(String name) Access some named configuration values as an array of strings. |
List | getToolOrder(String category) |
String | getToolUrl() Access the URL to the tool dispatcher service on the server - append any additional path to the end. |
List | getToolsRequired(String category) Access the list of tool ids that are required for this category.
Parameters: category - The tool category. |
String | getUserHomeUrl() Access the URL to the user's "home" (My Workspace) in the service. |