Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 402800
Collapse All | Expand All

(-)src/org/eclipse/rap/rwt/service/UISession.java (+8 lines)
Lines 124-129 Link Here
124
  boolean removeSessionStoreListener( UISessionListener listener );
124
  boolean removeSessionStoreListener( UISessionListener listener );
125
125
126
  /**
126
  /**
127
   * Returns the ApplicationContext this UISession belongs to.
128
   *
129
   * @return the application context for this UI session
130
   * @since 2.1
131
   */
132
  ApplicationContext getApplicationContext();
133
134
  /**
127
   * Returns the underlying HttpSession instance.
135
   * Returns the underlying HttpSession instance.
128
   *
136
   *
129
   * @return the HttpSession instance
137
   * @return the HttpSession instance

Return to bug 402800