public interface IExecutionContext
ISiteExecutionContext
Modifier and Type | Interface and Description |
---|---|
static interface |
IExecutionContext.IError |
static interface |
IExecutionContext.IPreferences
Deprecated.
|
static interface |
IExecutionContext.IRequest
The request interface.
|
static interface |
IExecutionContext.IRequestDispatcher |
static interface |
IExecutionContext.IResponse |
static interface |
IExecutionContext.ISession |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
String |
getActionURL() |
INavigateContext |
getContext() |
Locale |
getLocale()
Returns the locale associated with the navigator.
|
IExecutionContext.IPreferences |
getPreferences()
Deprecated.
|
Properties |
getProperties() |
IExecutionContext.IRequest |
getRequest() |
IExecutionContext.IResponse |
getResponse() |
String |
getSkin() |
TimeZone |
getTimeZone() |
boolean |
isAjaxMode() |
boolean |
isEventMode() |
Locale getLocale()
TimeZone getTimeZone()
void clear()
IExecutionContext.IRequest getRequest()
IExecutionContext.IResponse getResponse()
@Deprecated IExecutionContext.IPreferences getPreferences()
String getSkin()
Properties getProperties()
boolean isAjaxMode()
boolean isEventMode()
INavigateContext getContext()
String getActionURL()
Copyright © 2022 Visiativ. All rights reserved.