Class ActionConfiguration.Entry
java.lang.Object
com.atlassian.jira.config.webwork.actions.ActionConfiguration.Entry
- Enclosing interface:
- ActionConfiguration
An entry providing the webwork configuration for an action alias. The entry contains the action class, the
command, and any permissions required in order to execute the action.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwebwork.config.util.ActionInfoReturns a list of permissions required for the action.Returns a String representing this action configuration entry if the format expected by the action factory chain, i.e.
-
Constructor Details
-
Entry
-
-
Method Details
-
toActionFactoryString
Returns a String representing this action configuration entry if the format expected by the action factory chain, i.e.ManageSubTasks!enableSubTaskswhereManageSubTasksis the action class name andenableSubTasksis the command method. If no command method is supplied, then the string will only contain the action name, i.e.ViewProjects.- Returns:
- the action factory string
-
newBuilder
-
getPermissionsRequired
Returns a list of permissions required for the action.- Returns:
- a list of permissions required for the action.
-
getActionInfo
public webwork.config.util.ActionInfo getActionInfo()- Returns:
- the underlying
ActionInfofor this action
-