|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActionDispatcher | |
---|---|
com.atlassian.core.action | |
com.atlassian.core.ofbiz | |
com.atlassian.core.ofbiz.test.mock | |
com.atlassian.jira.external | |
com.atlassian.jira.project |
Uses of ActionDispatcher in com.atlassian.core.action |
---|
Classes in com.atlassian.core.action that implement ActionDispatcher | |
---|---|
class |
DefaultActionDispatcher
This was taken from atlassian-webwork1 and placed into its now rightful home of JIRA. |
Uses of ActionDispatcher in com.atlassian.core.ofbiz |
---|
Methods in com.atlassian.core.ofbiz that return ActionDispatcher | |
---|---|
static ActionDispatcher |
CoreFactory.getActionDispatcher()
|
Methods in com.atlassian.core.ofbiz with parameters of type ActionDispatcher | |
---|---|
static void |
CoreFactory.setActionDispatcher(ActionDispatcher newActionDispatcher)
|
Uses of ActionDispatcher in com.atlassian.core.ofbiz.test.mock |
---|
Classes in com.atlassian.core.ofbiz.test.mock that implement ActionDispatcher | |
---|---|
class |
MockActionDispatcher
This was taken from atlassian-ofbiz and placed into its now rightful home of JIRA. |
Uses of ActionDispatcher in com.atlassian.jira.external |
---|
Constructors in com.atlassian.jira.external with parameters of type ActionDispatcher | |
---|---|
ExternalUtils(ProjectManager projectManager,
PermissionSchemeManager permissionSchemeManager,
IssueManager issueManager,
JiraAuthenticationContext authenticationContext,
VersionManager versionManager,
ProjectComponentManager componentManager,
CustomFieldManager customFieldManager,
OptionsManager optionsManager,
org.ofbiz.core.entity.GenericDelegator genericDelegator,
ActionDispatcher actionDispatcher,
ConstantsManager constantsManager,
WorkflowManager workflowManager,
IssueTypeScreenSchemeManager issueTypeScreenSchemeManager,
FieldScreenManager fieldScreenManager,
PermissionManager permissionManager,
IssueFactory issueFactory,
AttachmentManager attachmentManager,
IssueLinkTypeManager issueLinkTypeManager,
IssueLinkManager issueLinkManager,
FieldManager fieldManager,
ApplicationProperties applicationProperties,
IssueTypeSchemeManager issueTypeSchemeManager,
CommentManager commentManager,
UserUtil userUtil)
|
Uses of ActionDispatcher in com.atlassian.jira.project |
---|
Constructors in com.atlassian.jira.project with parameters of type ActionDispatcher | |
---|---|
DefaultProjectManager(OfBizDelegator delegator,
NodeAssociationStore nodeAssociationStore,
ProjectFactory projectFactory,
ProjectRoleManager projectRoleManager,
IssueManager issueManager,
ActionDispatcher actionDispatcher,
AvatarManager avatarManager,
UserManager userManager,
ProjectCategoryStore projectCategoryStore,
ApplicationProperties applicationProperties)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |