Class ActionResponse
- java.lang.Object
-
- java.util.Dictionary<K,V>
-
- java.util.Hashtable<Object,Object>
-
- java.util.Properties
-
- org.neotropic.kuwaiba.core.apis.integration.modules.actions.ActionResponse
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Object,Object>
public class ActionResponse extends Properties
Wrapper of possible (since it's possible that an action returns nothing) return values of an action.- Author:
- Orlando Paz <orlando.paz@kuwaiba.org>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ActionResponse.ActionType
Used the actionCompleted method to know kind of operation was performed in the action and what should be done in the view; e.g add, remove, hide/show an element, refresh the component, etc
-
Field Summary
-
Fields inherited from class java.util.Properties
defaults
-
-
Constructor Summary
Constructors Constructor Description ActionResponse()
-
Method Summary
-
Methods inherited from class java.util.Properties
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, getProperty, getProperty, hashCode, isEmpty, keys, keySet, list, list, load, load, loadFromXML, merge, propertyNames, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, save, setProperty, size, store, store, storeToXML, storeToXML, storeToXML, stringPropertyNames, toString, values
-
-