public class GXWebAppConfig extends GXAppConfig implements Serializable, Cloneable
Constructor and Description |
---|
GXWebAppConfig() |
Modifier and Type | Method and Description |
---|---|
void |
addBindingToTemplatePart(String fileId)
Allows perform binding to a template part.
|
Object |
clone() |
boolean |
get_AddJavascript()
For .NET framework usage.
|
boolean |
get_AllowTypeAhead()
Deprecated.
Use gx_container.aspx/jsp emulation frame instead
|
String[] |
get_BoundTemplateParts()
For .NET framework usage.
|
boolean |
get_CaptureBrowserClose()
For .NET framework usage.
|
String |
get_DynamicDisableCssClass()
For .NET framework usage.
|
String |
get_ExternalCssRequestParamName()
For .NET framework usage.
|
String |
get_LogOffForm()
For .NET framework usage.
|
GXNdtConfig |
get_NaturalDataTransferConfig()
For .NET framework usage.
|
boolean |
get_PromptBeforeSessionTimeOut()
For .NET framework usage.
|
String |
get_ScreenLocker()
For .NET framework usage.
|
String |
get_ScreenLockerText()
For .NET framework usage.
|
boolean |
get_SupportPartialPageRendering()
Deprecated.
Partial page rendering is always supported
|
String |
get_TerminationPath()
For .NET framework usage.
|
boolean |
get_UseCache()
Deprecated.
For .NET framework usage. Expose the method as a property.
|
boolean |
get_UseCalendar()
For .NET framework usage.
|
boolean |
get_UseFramesForSubmit()
For .NET framework usage.
|
boolean |
get_UseJavaScriptsAsResource()
For .NET framework usage.
|
boolean |
get_UseOldJSEngine()
For .NET framework usage.
|
boolean |
get_UseScriptsInPage()
For .NET framework usage.
|
boolean |
get_UseStateManager()
For .NET framework usage.
|
String |
get_VirtualDir()
For .NET framework usage.
|
String |
get_WebWindowName()
For .NET framework usage.
|
boolean |
get_WritePerformanceLog()
For .NET framework usage.
|
boolean |
getAddJavascript()
Adds minimal JavaScript to the web page which support basic browser actions
|
boolean |
getAllowTypeAhead()
Deprecated.
Use gx_container.aspx/jsp emulation frame instead
|
String[] |
getBoundTemplateParts()
The template parts may be added one by one by calling the method addTemplatePart
or as a list in this method seperated by ","
The 2nd options may be used when GXWebAppConfig is read from XML file
|
boolean |
getCaptureBrowserClose()
Deprecated.
Always performed
|
String |
getDynamicDisableCssClass()
The name of the css class that is added to an input field, which changed to read only by the host according to
the
reflectHostProtected parameter. |
String |
getExternalCssRequestParamName()
Defines an external css request paramater name.
|
GXIHostKeysTagUserExit |
getHostKeysTagUserExit()
Defines a user exit for host keys tag(JSP) / control (.NET)
|
String |
getLogOffForm()
Detrmine the logoff page of the web application
|
GXNdtConfig |
getNaturalDataTransferConfig()
Contains the Natural data transfer configuration
|
String |
getScreenLocker()
The purpose of a screen locker is to indicate to the user by means of a message,
that the application is processing his request, and blocks him from interfering
with the current process by repressing a button/link or keyboard PF/ENTER.
|
String |
getScreenLockerText() |
String |
getTerminationPath()
Defines a termination path to use when the user logs off by either closing the browser, or clicking the logoff link (activates logoff.jsp/aspx).
|
boolean |
getUseCache()
Determines whether to allow the back button in the browser.
|
boolean |
getUseStateManager()
Not internal usage
|
String |
getVirtualDir()
Determines the virtual directory used for the project.
|
String |
getWebWindowName()
Determines the ApplinX web window name.
|
boolean |
getWritePerformanceLog()
Determines whether to create a performance log.
The performance monitor is used for analyzing framework performance. |
boolean |
isPromptBeforeSessionTimeOut()
Set to true to display a message indicating to the user that that the session is about to be disconnected.
|
boolean |
isSupportPartialPageRendering()
Deprecated.
Partial page rendering is always supported
|
boolean |
isUseCalendar() |
boolean |
isUseFramesForSubmit()
This feature prevents the displayed page from flickering every time the page is submitted.
|
boolean |
isUseJavaScriptsAsResource()
For internal use
|
boolean |
isUseOldJSEngine()
For internal use
|
boolean |
isUseScriptsInPage()
Determines if to add framework scripts to each page.
|
void |
set_AddJavascript(boolean addJavascript)
For .NET framework usage.
|
void |
set_AllowTypeAhead(boolean allowTypeAhead)
Deprecated.
Use gx_container.aspx/jsp emulation frame instead
|
void |
set_CaptureBrowserClose(boolean captureBrowserClose)
For .NET framework usage.
|
void |
set_DynamicDisableCssClass(String dynamicDisableCssClass)
For .NET framework usage.
|
void |
set_ExternalCssRequestParamName(String externalCssRequestParamName)
For .NET framework usage.
|
void |
set_LogOffForm(String logOffForm)
For .NET framework usage.
|
void |
set_NaturalDataTransferConfig(GXNdtConfig naturalDataTransferConfig)
For internal use
|
void |
set_PromptBeforeSessionTimeOut(boolean promptBeforeSessionTimeOut)
For .NET framework usage.
|
void |
set_ScreenLocker(String screenLockerPage)
For .NET framework usage.
|
void |
set_ScreenLockerText(String screenLockerPage)
For .NET framework usage.
|
void |
set_SupportPartialPageRendering(boolean supportPartialPageRendering1)
Deprecated.
Partial page rendering is always supported
|
void |
set_TerminationPath(String terminationPath)
For .NET framework usage.
|
void |
set_UseCache(boolean useCache)
For .NET framework usage.
|
void |
set_UseCalendar(boolean useCalendar)
For .NET framework usage.
|
void |
set_UseFramesForSubmit(boolean useFramesForSubmit)
For .NET framework usage.
|
void |
set_UseJavaScriptsAsResource(boolean useJavaScriptsAsResource)
For .NET framework usage.
|
void |
set_UseOldJSEngine(boolean useOldJSEngine)
For .NET framework usage.
|
void |
set_UseScriptsInPage(boolean useScriptsInPage)
For .NET framework usage.
|
void |
set_UseStateManager(boolean useStateManager)
For .NET framework usage.
|
void |
set_VirtualDir(String virtualDir)
For .NET framework usage.
|
void |
set_WebWindowName(String webWindowName)
For .NET framework usage.
|
void |
set_WritePerformanceLog(boolean writePerformanceLog)
For .NET framework usage.
|
void |
setAddJavascript(boolean addJavascript)
Adds minimal JavaScript to the web page which support basic browser actions
|
void |
setAllowTypeAhead(boolean allowTypeAhead)
Deprecated.
Use gx_container.aspx/jsp emulation frame instead
|
void |
setCaptureBrowserClose(boolean captureBrowserClose)
Deprecated.
Always performed
|
void |
setDynamicDisableCssClass(String dynamicDisableCssClass)
The css class that is used to give a different look to a read-only input field, which
becomes read-only according to the value of the
ReflectHostProtected parameter. |
void |
setExternalCssRequestParamName(String externalCssRequestParamName)
Defines an external css request paramater name.
|
void |
setHostKeysTagUserExit(GXIHostKeysTagUserExit hostKeysTagUserExit)
Defines a user exit for host keys tag(JSP) / control (.NET)
|
void |
setLogOffForm(String logOffForm)
Detrmine the logoff page of the web application
|
void |
setNaturalDataTransferConfig(GXNdtConfig naturalDataTransferConfig)
For internal use
|
void |
setPromptBeforeSessionTimeOut(boolean promptBeforeSessionTimeOut)
Set to true to display a message indicating to the user that that the session is about to be disconnected.
|
void |
setScreenLocker(String screenLockerPage)
The purpose of a screen locker is to indicate to the user by means of a message,
that the application is processing his request, and blocks him from interfering
with the current process by repressing a button/link or keyboard PF/ENTER.
|
void |
setScreenLockerText(String screenLockerText) |
void |
setSupportPartialPageRendering(boolean supportPartialPageRendering1)
Deprecated.
Partial page rendering is always supported
|
void |
setTerminationPath(String terminationPath)
Defines a termination path to use when the user logs off by either closing the browser, or clicking the logoff link (activates logoff.jsp/aspx).
|
void |
setUseCache(boolean useCache)
Determines whether to allow the back button in the browser.
|
void |
setUseCalendar(boolean useCalendar) |
void |
setUseFramesForSubmit(boolean useFramesForSubmit)
This feature prevents the displayed page from flickering every time the page is submitted.
|
void |
setUseJavaScriptsAsResource(boolean useJavaScriptsAsResource)
For internal use
|
void |
setUseOldJSEngine(boolean useOldJSEngine)
For internal use
|
void |
setUseScriptsInPage(boolean useScriptsInPage)
Determines if to add framework scripts to each page.
|
void |
setUseStateManager(boolean useStateManager)
Not internal usage
|
void |
setVirtualDir(String virtualDir)
Determines the virtual directory used for the project.
|
void |
setWebWindowName(String webWindowName)
Determines the ApplinX web window name.
|
void |
setWritePerformanceLog(boolean writePerformanceLog)
Determines whether to create a performance log.
The performance monitor is used for analyzing framework performance. |
get_Build, get_CaptureTagsEvents, get_DesignMode, get_ErrorForm, get_FieldsModification, get_FieldTypesInUse, get_FtpConfig, get_IndexForm, get_Instant, get_InstantConfig, get_InstantForm, get_InstantWinForm, get_IsInstant, get_MacroConfig, get_MapPath, get_PerformSyncCheckInInstant, get_ProceduresConfig, get_ReflectBGColors, get_ReflectEmulationBehaviour, get_ReflectFGColors, get_ReflectHostCursor, get_ReflectHostProtected, get_ReflectMaxlength, get_SessionConfig, get_SingleSignOnConfig, get_SsoConfig, get_SupportDupAndFieldMark, get_TableBuildConfig, get_TrimLabels, get_UseFolders, get_UseKeyboardPFKeys, get_UseModalWindows, get_UseScreenGroups, get_Version, getBuild, getCaptureTagsEvents, getDesignMode, getErrorForm, getFieldsModification, getFieldTypesInUse, getFtpConfig, getIndexForm, getInstantConfig, getInstantForm, getInstantWinForm, getMacroConfig, getMapPath, getPerformSyncCheckInInstant, getProceduresConfig, getReflectBGColors, getReflectEmulationBehaviour, getReflectFGColors, getReflectHostCursor, getReflectHostProtected, getReflectMaxlength, getSessionConfig, getSingleSignOnConfig, getSupportDupAndFieldMark, getTableBuildConfig, getTrimLabels, getUseFolders, getUseKeyboardPFKeys, getUseModalWindows, getUseScreenGroups, getVersion, isInstant, set_CaptureTagsEvents, set_DesignMode, set_ErrorForm, set_FieldsModification, set_FieldTypesInUse, set_FtpConfig, set_IndexForm, set_Instant, set_InstantConfig, set_InstantForm, set_InstantWinForm, set_IsInstant, set_MacroConfig, set_MapPath, set_PerformSyncCheckInInstant, set_ProceduresConfig, set_ReflectBGColors, set_ReflectEmulationBehaviour, set_ReflectFGColors, set_ReflectHostCursor, set_ReflectHostProtected, set_ReflectMaxlength, set_SessionConfig, set_SingleSignOnConfig, set_SsoConfig, set_SupportDupAndFieldMark, set_TableBuildConfig, set_TrimLabels, set_UseFolders, set_UseKeyboardPFKeys, set_UseModalWindows, set_UseScreenGroups, setCaptureTagsEvents, setDesignMode, setErrorForm, setFieldsModification, setFieldTypesInUse, setFtpConfig, setIndexForm, setInstantConfig, setInstantForm, setInstantWinForm, setIsInstant, setMacroConfig, setMapPath, setPerformSyncCheckInInstant, setProceduresConfig, setReflectBGColors, setReflectEmulationBehaviour, setReflectFGColors, setReflectHostCursor, setReflectHostProtected, setReflectMaxlength, setSessionConfig, setSingleSignOnConfig, setSupportDupAndFieldMark, setTableBuildConfig, setTrimLabels, setUseFolders, setUseKeyboardPFKeys, setUseModalWindows, setUseScreenGroups
public boolean get_UseCache()
public void set_UseCache(boolean useCache)
public boolean getUseCache()
public void setUseCache(boolean useCache)
useCache
- whether to allow the back button in the browserpublic String get_VirtualDir()
public void set_VirtualDir(String virtualDir)
public String getVirtualDir()
public void setVirtualDir(String virtualDir)
virtualDir
- the virtual directory used for the projectpublic boolean get_AllowTypeAhead()
public void set_AllowTypeAhead(boolean allowTypeAhead)
public boolean getAllowTypeAhead()
public void setAllowTypeAhead(boolean allowTypeAhead)
public String get_LogOffForm()
public void set_LogOffForm(String logOffForm)
public String getLogOffForm()
public void setLogOffForm(String logOffForm)
logOffForm
- the logoff page of the web applicationpublic boolean get_UseStateManager()
public void set_UseStateManager(boolean useStateManager)
public boolean getUseStateManager()
public void setUseStateManager(boolean useStateManager)
public String get_ScreenLocker()
public void set_ScreenLocker(String screenLockerPage)
public String getScreenLocker()
public void setScreenLocker(String screenLockerPage)
screenLockerPage
- the screen locker file name.public String getScreenLockerText()
public void setScreenLockerText(String screenLockerText)
public String get_DynamicDisableCssClass()
public void set_DynamicDisableCssClass(String dynamicDisableCssClass)
public String getDynamicDisableCssClass()
reflectHostProtected
parameter. Used for giving a different look to this type of input field.public void setDynamicDisableCssClass(String dynamicDisableCssClass)
ReflectHostProtected
parameter.dynamicDisableCssClass
- the name of the css class that is added to an input fieldpublic boolean get_CaptureBrowserClose()
public void set_CaptureBrowserClose(boolean captureBrowserClose)
public boolean getCaptureBrowserClose()
public void setCaptureBrowserClose(boolean captureBrowserClose)
captureBrowserClose
- whether the framework is capturing the browser close and closing the host sessionpublic boolean get_AddJavascript()
public void set_AddJavascript(boolean addJavascript)
public boolean getAddJavascript()
public void setAddJavascript(boolean addJavascript)
addJavascript
- whether minimal JavaScript is added to the web pagepublic boolean get_WritePerformanceLog()
public void set_WritePerformanceLog(boolean writePerformanceLog)
public boolean getWritePerformanceLog()
public void setWritePerformanceLog(boolean writePerformanceLog)
writePerformanceLog
- whether to create a performance logpublic void addBindingToTemplatePart(String fileId)
fileId
- The name of the include file to bind to the current screen. "pageheader" for example.public String[] getBoundTemplateParts()
public String getExternalCssRequestParamName()
public void setExternalCssRequestParamName(String externalCssRequestParamName)
externalCssRequestParamName
- public String get_ExternalCssRequestParamName()
public void set_ExternalCssRequestParamName(String externalCssRequestParamName)
public GXNdtConfig get_NaturalDataTransferConfig()
public GXNdtConfig getNaturalDataTransferConfig()
public void set_NaturalDataTransferConfig(GXNdtConfig naturalDataTransferConfig)
public void setNaturalDataTransferConfig(GXNdtConfig naturalDataTransferConfig)
public boolean isUseOldJSEngine()
public void setUseOldJSEngine(boolean useOldJSEngine)
public boolean isUseJavaScriptsAsResource()
public void setUseJavaScriptsAsResource(boolean useJavaScriptsAsResource)
public boolean get_UseJavaScriptsAsResource()
public void set_UseJavaScriptsAsResource(boolean useJavaScriptsAsResource)
public boolean isUseScriptsInPage()
public void setUseScriptsInPage(boolean useScriptsInPage)
useScriptsInPage
- if to add framework scripts to each pagepublic boolean get_UseScriptsInPage()
public void set_UseScriptsInPage(boolean useScriptsInPage)
public boolean isUseFramesForSubmit()
public void setUseFramesForSubmit(boolean useFramesForSubmit)
useFramesForSubmit
- public boolean isUseCalendar()
public void setUseCalendar(boolean useCalendar)
public boolean isPromptBeforeSessionTimeOut()
public void setPromptBeforeSessionTimeOut(boolean promptBeforeSessionTimeOut)
promptBeforeSessionTimeOut
- public boolean get_PromptBeforeSessionTimeOut()
public void set_PromptBeforeSessionTimeOut(boolean promptBeforeSessionTimeOut)
public String getTerminationPath()
public void setTerminationPath(String terminationPath)
terminationPath
- public GXIHostKeysTagUserExit getHostKeysTagUserExit()
public void setHostKeysTagUserExit(GXIHostKeysTagUserExit hostKeysTagUserExit)
HostKeysTagUserExit
- public boolean isSupportPartialPageRendering()
public void setSupportPartialPageRendering(boolean supportPartialPageRendering1)
supportPartialPageRendering1
- public String getWebWindowName()
public void setWebWindowName(String webWindowName)
webWindowName
- public String get_ScreenLockerText()
public void set_ScreenLockerText(String screenLockerPage)
public String[] get_BoundTemplateParts()
public boolean get_UseOldJSEngine()
public void set_UseOldJSEngine(boolean useOldJSEngine)
public boolean get_UseFramesForSubmit()
public void set_UseFramesForSubmit(boolean useFramesForSubmit)
public boolean get_UseCalendar()
public void set_UseCalendar(boolean useCalendar)
public String get_TerminationPath()
public void set_TerminationPath(String terminationPath)
public boolean get_SupportPartialPageRendering()
public void set_SupportPartialPageRendering(boolean supportPartialPageRendering1)
public String get_WebWindowName()
public void set_WebWindowName(String webWindowName)
Copyright 2021 Software AG. All rights reserved. Use is subject to license terms.