Package org.apache.struts2.json

Interface Summary
JSONUtil.ClassVisitor Realizes the visit(Class) method called by vistInterfaces for all encountered classes/interfaces
 

Class Summary
JSONActionRedirectResult Specialized form of ServletActionRedirectResult which takes care of situation that browser has a JS/AJAX context, there are no validation errors and action is executed.
JSONCleaner Isolate the process of cleaning JSON data from the Interceptor class itself.
JSONCleaner.Filter  
JSONInterceptor Populates an action from a JSON string
JSONPopulator Isolate the process of populating JSON objects from the Interceptor class itself.
JSONReader Deserializes and object from a JSON string
JSONResult

This result serializes an action into JSON.

JSONUtil Wrapper for JSONWriter with some utility methods.
JSONValidationInterceptor Serializes validation and action errors into JSON.
JSONWriter Serializes an object into JavaScript Object Notation (JSON).
JSONWriter.JSONAnnotationFinder  
SerializationParams  
 

Exception Summary
JSONException Wrap exceptions throwed by the JSON serializer
 



Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.