Interface IUserTabSetService


public interface IUserTabSetService
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the default IUserTabSet for the current user
    getTabSet(String tabSetName)
    Deprecated. 
    boolean
    isTabExists(String requestURI)
     
    Process the current browser request, setting the active tab or creating a new tab to in which to view the request URL.
  • Method Details

    • getTabSet

      IUserTabSet getTabSet() throws Exception
      Gets the default IUserTabSet for the current user
      Returns:
      Returns the IUserTabSet for the current user
      Throws:
      Exception
    • getTabSet

      IUserTabSet getTabSet(String tabSetName) throws Exception
      Deprecated.
      Gets the specific UserTabSet for the current user
      Parameters:
      tabSetName - Specifies the name of the tab set to load for the user.
      Returns:
      a IUserTabSet instance
      Throws:
      Exception
    • processRequest

      String processRequest() throws Exception
      Process the current browser request, setting the active tab or creating a new tab to in which to view the request URL.
      Returns:
      Returns the URI to redirect to after processing
      Throws:
      Exception
    • isTabExists

      boolean isTabExists(String requestURI) throws Exception
      Throws:
      Exception