| Interface | Description |
|---|---|
| WebworkClassLoaderSupplier |
Responsible for providing a classloader instance to configure webwork.
|
| Class | Description |
|---|---|
| ApplicationPropertiesConfiguration |
A webwork configuration class that will add JIRA's Application properties to the configuration stack.
|
| DefaultWebworkClassLoaderSupplier | |
| DelegatingConfiguration |
Simply delegates to another ConfigurationInterface but allows the ConfigurationInterface to be changed out for
another one.
|
| JiraActionFactory |
JiraActionFactory replaces the webwork1
DefaultActionFactory and avoids is unsafe web
parameter setting as described in JRA-15664. |
| JiraActionFactory.NonWebActionFactory | Deprecated
since 5.0.7
|
| JiraAliasingActionFactoryProxy |
Aliasing action factory proxy.
|
| JiraPluginsConfiguration |
Delegating configuration that checks each
WebworkModuleDescriptor for action names and action view mappings |
| LookupAliasActionFactoryProxy |
This will convert the given action alias name to an Action implementation name.
|
| WebworkConfigurator |
Provides a way for JIRA to configure Webwork to lookup action classes by setting the
TypeResolver. |
| Exception | Description |
|---|---|
| ActionNotFoundException |
Thrown when a WebWork action was not found.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.