|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPTConfigHelper
| Method Summary | |
|---|---|
java.lang.String |
GetAbsoluteImageServerBaseURL(AActivitySpace _space,
java.lang.String _strRequestURL)
|
java.lang.String |
GetAbsoluteImageServerRootURL(AActivitySpace _space,
java.lang.String _strRequestURL)
|
int |
GetConfigVariableAsInt(java.lang.String strSection,
java.lang.String strSubSection,
java.lang.String strAttribute,
AActivitySpace space)
Helper method to access an int variable from x_config.xml. |
java.lang.String |
GetConfigVariableAsString(java.lang.String strSection,
java.lang.String strSubSection,
java.lang.String strAttribute,
AActivitySpace space)
Helper method to access a String variable from x_config.xml. |
java.lang.String |
GetConfigVariableAsString(java.lang.String strSection,
java.lang.String strSubSection,
java.lang.String strAttribute,
IApplication app)
Helper method to access a String variable from x_config.xml. |
java.lang.Object[] |
GetConfigVariables(java.lang.String strSection,
java.lang.String strSubSection,
java.lang.String strAttribute,
AActivitySpace space)
Helper method to access a String variable from x_config.xml. |
java.lang.Object[] |
GetConfigVariables(java.lang.String strSection,
java.lang.String strSubSection,
java.lang.String strAttribute,
IApplication application)
Helper method to access a String variable from x_config.xml. |
IPTClassTypeDescManager |
GetPTClassTypeDescrManager()
Helper method to retrieve the ClassTypeDescrManager from the cache |
boolean |
UseFriendlyURLS(int classId,
java.lang.String queryStringArgs)
Checks whether the classId supports friendly URLs |
| Methods inherited from interface com.plumtree.uiinfrastructure.helpers.IConfigHelper |
|---|
GetApplicationBaseURL, GetApplicationBaseURL, GetApplicationBaseURL, GetApplicationBaseURLToAS, GetHTTPEntryPoint, GetImageServerBaseURL, GetJSIncluderComponentPath, GetJSIncluderJSComponentInclude, GetJSIncluderJSComponentInclude, GetJSIncluderVersionPrefix, GetMainServerApplicationURL, GetNormalizedBaseURL |
| Method Detail |
|---|
int GetConfigVariableAsInt(java.lang.String strSection,
java.lang.String strSubSection,
java.lang.String strAttribute,
AActivitySpace space)
strSection - strSectionstrSubSection - strSubSectionstrAttribute - strAttributespace - the current space
java.lang.String GetConfigVariableAsString(java.lang.String strSection,
java.lang.String strSubSection,
java.lang.String strAttribute,
AActivitySpace space)
strSection - strSectionstrSubSection - strSubSectionstrAttribute - strAttributespace - the current space
java.lang.String GetConfigVariableAsString(java.lang.String strSection,
java.lang.String strSubSection,
java.lang.String strAttribute,
IApplication app)
strSection - strSectionstrSubSection - strSubSectionstrAttribute - strAttributeapplication - the current IApplication
java.lang.Object[] GetConfigVariables(java.lang.String strSection,
java.lang.String strSubSection,
java.lang.String strAttribute,
AActivitySpace space)
strSection - strSectionstrSubSection - strSubSectionstrAttribute - strAttributespace - the current space
java.lang.Object[] GetConfigVariables(java.lang.String strSection,
java.lang.String strSubSection,
java.lang.String strAttribute,
IApplication application)
strSection - strSectionstrSubSection - strSubSectionstrAttribute - strAttributespace - the current space
IPTClassTypeDescManager GetPTClassTypeDescrManager()
java.lang.String GetAbsoluteImageServerRootURL(AActivitySpace _space,
java.lang.String _strRequestURL)
_space - The current Activity Space._strRequestURL - The current request URL.
java.lang.String GetAbsoluteImageServerBaseURL(AActivitySpace _space,
java.lang.String _strRequestURL)
_space - The current Activity Space._strRequestURL - The current request URL.
boolean UseFriendlyURLS(int classId,
java.lang.String queryStringArgs)
classId - queryStringArgs -
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||