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

    Modifier and Type
    Method
    Description
    Returns the current session's locale.
    Returns the current session.
  • Method Details

    • getLocale

      Locale getLocale()
      Returns the current session's locale.
    • getSession

      Session getSession()

      Returns the current session.