Interface IExecutionContext
- All Known Subinterfaces:
- InternalSiteExecutionContext,- ISiteExecutionContext
- All Known Implementing Classes:
- com.axemble.vdoc.sdk.impl.base.BaseServletExecutionContext,- EzsExecutionContext
public interface IExecutionContext
The base execution context interface.
- Since:
- 2.1
- Version:
- 1.0, 09/09/2009
- Author:
- vlygeros
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceDeprecated.static interfaceThe request interface.static interfacestatic interfacestatic interface
- 
Method Summary
- 
Method Details- 
getLocaleLocale getLocale()Returns the locale associated with the navigator.- Returns:
- Locale the locale associated with the navigator.
 
- 
getTimeZoneTimeZone getTimeZone()
- 
clearvoid clear()
- 
getRequestIExecutionContext.IRequest getRequest()
- 
getResponseIExecutionContext.IResponse getResponse()
- 
getPreferencesDeprecated.
- 
getSkinString getSkin()
- 
getPropertiesProperties getProperties()
- 
isAjaxModeboolean isAjaxMode()
- 
isEventModeboolean isEventMode()
- 
getContextINavigateContext getContext()
- 
getActionURLString getActionURL()
 
-