org.shept.org.springframework.web.servlet.mvc.delegation.configuration
public class ActionConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
private boolean |
create |
private boolean |
delete |
private boolean |
update |
| Constructor and Description |
|---|
ActionConfiguration() |
ActionConfiguration(List<String> actions) |
private boolean create
private boolean delete
private boolean update
public boolean isCreate()
public void setCreate(boolean create)
create - the create to setpublic boolean isDelete()
public void setDelete(boolean delete)
delete - the delete to setpublic boolean isUpdate()
public void setUpdate(boolean update)
update - the update to setCopyright © 2014. All Rights Reserved.