public static class ActionConfiguration.Entry extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ActionConfiguration.Entry.EntryBuilder |
| Constructor and Description |
|---|
Entry(String name,
String command,
Iterable<Integer> permissionsRequired,
webwork.config.util.ActionInfo actionInfo) |
| Modifier and Type | Method and Description |
|---|---|
webwork.config.util.ActionInfo |
getActionInfo() |
Iterable<Integer> |
getPermissionsRequired()
Returns a list of permissions required for the action.
|
static ActionConfiguration.Entry.EntryBuilder |
newBuilder() |
String |
toActionFactoryString()
Returns a String representing this action configuration entry if the format expected by the action factory
chain, i.e.
|
public String toActionFactoryString()
ManageSubTasks!enableSubTasks where ManageSubTasks is the action class
name and enableSubTasks is the command method. If no command method is supplied, then the string
will only contain the action name, i.e. ViewProjects.public static ActionConfiguration.Entry.EntryBuilder newBuilder()
public Iterable<Integer> getPermissionsRequired()
public webwork.config.util.ActionInfo getActionInfo()
ActionInfo for this actionCopyright © 2002-2017 Atlassian. All Rights Reserved.