org.shept.org.springframework.web.servlet.mvc.delegation.configuration
Class ActionConfiguration
java.lang.Object
org.shept.org.springframework.web.servlet.mvc.delegation.configuration.ActionConfiguration
public class ActionConfiguration
- extends Object
- Author:
- Andreas
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
create
private boolean create
delete
private boolean delete
update
private boolean update
ActionConfiguration
public ActionConfiguration()
ActionConfiguration
public ActionConfiguration(List<String> actions)
isCreate
public boolean isCreate()
- Returns:
- the create
setCreate
public void setCreate(boolean create)
- Parameters:
create - the create to set
isDelete
public boolean isDelete()
- Returns:
- the delete
setDelete
public void setDelete(boolean delete)
- Parameters:
delete - the delete to set
isUpdate
public boolean isUpdate()
- Returns:
- the update
setUpdate
public void setUpdate(boolean update)
- Parameters:
update - the update to set
Copyright © 2011. All Rights Reserved.