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