Class ActionResourceBean

java.lang.Object
ch.tocco.nice2.rest.action.spi.beans.ActionResourceBean
All Implemented Interfaces:
Serializable

public class ActionResourceBean extends Object implements Serializable
Bean which corresponds to the parameters passed to AbstractActionResource.performAction(ActionResourceBean): - the selected entity keys. - data of an optional session-only entity - additional parameters (like form name etc).
See Also: