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 Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
Deprecated.static interface
The request interface.static interface
static interface
static interface
-
Method Summary
-
Method Details
-
getLocale
Locale getLocale()Returns the locale associated with the navigator.- Returns:
- Locale the locale associated with the navigator.
-
getTimeZone
TimeZone getTimeZone() -
clear
void clear() -
getRequest
IExecutionContext.IRequest getRequest() -
getResponse
IExecutionContext.IResponse getResponse() -
getPreferences
Deprecated. -
getSkin
String getSkin() -
getProperties
Properties getProperties() -
isAjaxMode
boolean isAjaxMode() -
isEventMode
boolean isEventMode() -
getContext
INavigateContext getContext() -
getActionURL
String getActionURL()
-