org.shept.org.springframework.web.servlet.mvc.delegation.configuration
Class ActionConfiguration

java.lang.Object
  extended by org.shept.org.springframework.web.servlet.mvc.delegation.configuration.ActionConfiguration

public class ActionConfiguration
extends Object

Author:
Andreas

Field Summary
private  boolean create
           
private  boolean delete
           
private  boolean update
           
 
Constructor Summary
ActionConfiguration()
           
ActionConfiguration(List<String> actions)
           
 
Method Summary
 boolean isCreate()
           
 boolean isDelete()
           
 boolean isUpdate()
           
 void setCreate(boolean create)
           
 void setDelete(boolean delete)
           
 void setUpdate(boolean update)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

create

private boolean create

delete

private boolean delete

update

private boolean update
Constructor Detail

ActionConfiguration

public ActionConfiguration()

ActionConfiguration

public ActionConfiguration(List<String> actions)
Method Detail

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.