public interface IUserTabSetService
Modifier and Type | Method and Description |
---|---|
IUserTabSet |
getTabSet()
Gets the default IUserTabSet for the current user
|
IUserTabSet |
getTabSet(String tabSetName)
Deprecated.
|
String |
processRequest()
Process the current browser request, setting the active tab or creating a new tab to
in which to view the request URL.
|
IUserTabSet getTabSet() throws Exception
Exception
IUserTabSet getTabSet(String tabSetName) throws Exception
tabSetName
- Specifies the name of the tab set to load for the user.Exception