|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IssueNavigatorType | |
|---|---|
| com.atlassian.jira.issue.transport.impl | |
| com.atlassian.jira.web.action.issue | |
| com.atlassian.jira.web.action.util.navigator | |
| Uses of IssueNavigatorType in com.atlassian.jira.issue.transport.impl |
|---|
| Methods in com.atlassian.jira.issue.transport.impl that return IssueNavigatorType | |
|---|---|
IssueNavigatorType |
IssueNavigatorActionParams.getNavigatorType()
|
| Uses of IssueNavigatorType in com.atlassian.jira.web.action.issue |
|---|
| Methods in com.atlassian.jira.web.action.issue that return IssueNavigatorType | |
|---|---|
IssueNavigatorType |
IssueNavigator.getNavigatorType()
|
| Uses of IssueNavigatorType in com.atlassian.jira.web.action.util.navigator |
|---|
| Methods in com.atlassian.jira.web.action.util.navigator that return IssueNavigatorType | |
|---|---|
static IssueNavigatorType |
IssueNavigatorType.getFromCookie(javax.servlet.http.HttpServletRequest request)
Return the tab currently stored in the session. |
static IssueNavigatorType |
IssueNavigatorType.getTypeFromString(String name)
Return the navigator tab for the specified string. |
static IssueNavigatorType |
IssueNavigatorType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IssueNavigatorType[] |
IssueNavigatorType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.atlassian.jira.web.action.util.navigator with parameters of type IssueNavigatorType | |
|---|---|
static void |
IssueNavigatorType.setInCookie(javax.servlet.http.HttpServletResponse response,
IssueNavigatorType type)
Store the passed tab in the passed session. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||