Interface BrowserTabAware

All Known Implementing Classes:
AbstractActionSupport, AbstractFormDrivenActionSupport, AbstractJsonServerAction, AbstractViewActionSupport

@Deprecated public interface BrowserTabAware
Deprecated.
An old design that can't handle session copying. Use BrowserTabAware2.
Interface for Struts 2 actions that accept a browser tab id.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
     
    void
    Deprecated.
     
  • Method Details

    • getTabId

      String getTabId()
      Deprecated.
    • setTabId

      void setTabId(String value)
      Deprecated.