com.sage.orion.sdata.servlet.swtservice
Interface SwtApplicationContext

All Known Implementing Classes:
ApplicationContext

public interface SwtApplicationContext

Interface for the Swt Services Application Context information.


Method Summary
 java.lang.String getCustomUIDefinitionsBasePath(SDataRequest request)
          Gets the path the the user's custom UI Definitions directory under the shared folder.
 java.lang.String getSchemaBasePath()
          Gets the file path the to the schema definitions directory.
 SDataServletContext getServletContext()
          Gets the SDataServletContext that hold information for the whole servlet
 java.lang.String getSwtServicesBasePath()
          Gets the path to the SwtServices directory under WEB-INF/configuration
 java.lang.String getUIContentBasePath()
          Gets the path to the UI content directory under ../swtServices
 java.lang.String getUIDefinitionsBasePath()
          Gets the path to the UI definitions directory under ../swtServices
 

Method Detail

getUIDefinitionsBasePath

java.lang.String getUIDefinitionsBasePath()
Gets the path to the UI definitions directory under ../swtServices

Returns:
The path to the UI definitions directory

getCustomUIDefinitionsBasePath

java.lang.String getCustomUIDefinitionsBasePath(SDataRequest request)
Gets the path the the user's custom UI Definitions directory under the shared folder.

Parameters:
request - the SDataRequest
Returns:
the path to the custom UI definitions directory

getServletContext

SDataServletContext getServletContext()
Gets the SDataServletContext that hold information for the whole servlet

Returns:
The SDataServletContext that hold information for the whole servlet

getUIContentBasePath

java.lang.String getUIContentBasePath()
Gets the path to the UI content directory under ../swtServices

Returns:
The path to the UI content directory

getSchemaBasePath

java.lang.String getSchemaBasePath()
Gets the file path the to the schema definitions directory.

Returns:
the path to the schema definitions directory

getSwtServicesBasePath

java.lang.String getSwtServicesBasePath()
Gets the path to the SwtServices directory under WEB-INF/configuration

Returns:
The path to the SwtServices directory


Copyright © 2011 Sage Software, Inc. All rights reserved.