Uses of Interface
com.atlassian.jira.rest.v2.issue.context.ContextI18n

Packages that use ContextI18n
com.atlassian.jira.rest.exception   
com.atlassian.jira.rest.v2.issue   
com.atlassian.jira.rest.v2.issue.scope   
 

Uses of ContextI18n in com.atlassian.jira.rest.exception
 

Constructors in com.atlassian.jira.rest.exception with parameters of type ContextI18n
ExceptionInterceptor(ContextI18n i18n)
          Creates a new ExceptionInterceptor.
 

Uses of ContextI18n in com.atlassian.jira.rest.v2.issue
 

Constructors in com.atlassian.jira.rest.v2.issue with parameters of type ContextI18n
AttachmentResource(AttachmentService attachmentService, AttachmentManager attachmentManager, JiraAuthenticationContext authContext, BeanBuilderFactory beanBuilderFactory, ContextI18n i18n, ContextUriInfo uriInfo)
           
CommentResource(CommentService commentService, JiraAuthenticationContext authContext, ContextI18n i18n)
           
ComponentResource(ProjectComponentService projectComponentService, UserManager userManager, JiraAuthenticationContext authContext, ContextI18n i18n)
           
IssueAttachmentsResource(JiraAuthenticationContext authContext, IssueManager issueManager, AttachmentService attachmentService, AttachmentManager attachmentManager, IssueUpdater issueUpdater, PermissionManager permissionManager, ContextI18n i18n)
           
IssueLinkTypeResource(IssueLinkTypeManager issueLinkTypeManager, ApplicationProperties applicationProperties, ContextI18n i18n, ContextUriInfo contextUriInfo, com.atlassian.plugins.rest.common.util.RestUrlBuilder restUrlBuilder)
           
IssueResource(IssueService issueService, JiraAuthenticationContext authContext, CommentService commentService, FieldLayoutManager fieldLayoutManager, WorkflowManager workflowManager, FieldScreenRendererFactory fieldScreenRendererFactory, UserManager userManager, AttachmentManager attachmentManager, FieldManager fieldManager, ApplicationProperties applicationProperties, IssueLinkManager issueLinkManager, ResourceUriBuilder uriBuilder, RendererManager rendererManager, ProjectRoleManager projectRoleManager, IssueSecurityLevelManager issueSecurityLevelManager, WorklogService worklogService, ResolverManager resolverManager, CustomFieldOps customFieldOps, VoteService voteService, ContextI18n i18n, WatcherOps watcherOps, WatcherService watcherService, BeanBuilderFactory beanBuilderFactory, ContextUriInfo contextUriInfo, IssueManager issueManager, PermissionManager permissionManager)
           
LinkIssueResource(ApplicationProperties applicationProperties, ContextI18n i18n, IssueLinkTypeManager issueLinkTypeManager, IssueService issueService, JiraAuthenticationContext authContext, PermissionManager permissionManager, IssueLinkManager issueLinkManager, CommentService commentService, ProjectRoleManager projectRoleManager)
           
PriorityResource(ConstantsManager constantsManager, VelocityRequestContextFactory velocityRequestContextFactory, ContextI18n i18n)
           
ResolutionResource(ConstantsManager constantsManager, ContextI18n i18n)
           
UserResource(UserUtil userUtil, VelocityRequestContextFactory velocityRequestContextFactory, ContextI18n i18n, EmailFormatter emailFormatter, JiraAuthenticationContext jiraAuthenticationContext)
           
VersionResource(VersionService versionService, JiraAuthenticationContext authContext, ContextI18n i18n)
           
WorklogResource(WorklogService worklogService, JiraAuthenticationContext authenticationContext, UserManager userManager, ContextI18n i18n)
           
 

Uses of ContextI18n in com.atlassian.jira.rest.v2.issue.scope
 

Methods in com.atlassian.jira.rest.v2.issue.scope that return ContextI18n
protected  ContextI18n ContextI18nFactoryBean.createInstance()
          Creates a new ContextI18n instance that delegates to the I18nHelper obtained from the JiraAuthenticationContext.
 

Methods in com.atlassian.jira.rest.v2.issue.scope that return types with arguments of type ContextI18n
 Class<ContextI18n> ContextI18nFactoryBean.getObjectType()
          Returns ContextI18n.class
 



Copyright © 2002-2011 Atlassian. All Rights Reserved.