Package com.orchestranetworks.ui
Interface UISessionContext
-
- All Known Subinterfaces:
UIAjaxContext
,UIComponentWriter
,UIFormContext
,UIFormPaneWriter
,UIFormWriter
,UIResponseContext
,UIServiceComponentWriter
,UITableFilterResponseContext
,UserServicePaneWriter
,UserServiceRawPaneWriter
,UserServiceWriter
,WidgetWriter
,WidgetWriterForList
public interface UISessionContext
This interface provides methods for retrieving a user session from a user interface component.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Locale
getLocale()
Returns the current session's locale.Session
getSession()
Returns the current session.
-