@Controller @RequestMapping(value="/admin/provisioningGroups.htm") public class ProvisioningGroupsController extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProvisioningGroupsController.GroupAction |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_PROVISIONING_GROUP_NAME |
Constructor and Description |
---|
ProvisioningGroupsController() |
Modifier and Type | Method and Description |
---|---|
String |
onSubmit(ProvisioningGroupsController.GroupAction command,
org.springframework.validation.BindingResult result)
Take action based on
ProvisioningGroupsController.GroupAction form binding. |
void |
referenceData(org.springframework.ui.ModelMap map)
Enrich the model using
ModelMap with extra attributes necessary to
display the page. |
public static final String DEFAULT_PROVISIONING_GROUP_NAME
@RequestMapping(method=POST) public String onSubmit(ProvisioningGroupsController.GroupAction command, org.springframework.validation.BindingResult result)
ProvisioningGroupsController.GroupAction
form binding. Uses the default name
"groupAction" for the command name.@RequestMapping(method=GET) public void referenceData(org.springframework.ui.ModelMap map)
ModelMap
with extra attributes necessary to
display the page.map
- Copyright © 2017. All rights reserved.