Package org.apache.struts2.json
package org.apache.struts2.json
-
ClassDescriptionSpecialized form of
ServletActionRedirectResultwhich takes care of situation that browser has a JS/AJAX context, there are no validation errors and action is executed.WW-5537: Clears JSON plugin's static BeanInfo caches when the Dispatcher is destroyed, preventing classloader leaks during hot redeployment.Isolate the process of cleaning JSON data from the Interceptor class itself.Class consisting of various constant values being used controlling JSON plugin behaviourWrap exceptions throwed by the JSON serializerPopulates an action from a JSON stringIsolate the process of populating JSON objects from the Interceptor class itself.Deserializes an object from a JSON string.Wrapper for JSONWriter with some utility methods.Realizes the visit(Class) method called by vistInterfaces for all encountered classes/interfacesSerializes validation and action errors into JSON.Should serialize an object into JavaScript Object Notation (JSON).Deserializes an object from a JSON string with configurable limits to prevent denial-of-service attacks via malicious payloads.Serializes an object into JavaScript Object Notation (JSON).