Uses of Class
com.atlassian.jira.web.action.util.navigator.IssueNavigatorType

Packages that use IssueNavigatorType
com.atlassian.jira.issue.transport.impl   
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.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.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.