Serialized Form


Package org.apache.struts2.json

Class org.apache.struts2.json.JSONException extends Exception implements Serializable

Class org.apache.struts2.json.JSONInterceptor extends com.opensymphony.xwork2.interceptor.AbstractInterceptor implements Serializable

serialVersionUID: 4950170304212158803L

Serialized Fields

enableSMD

boolean enableSMD

enableGZIP

boolean enableGZIP

wrapWithComments

boolean wrapWithComments

prefix

boolean prefix

defaultEncoding

String defaultEncoding

ignoreHierarchy

boolean ignoreHierarchy

root

String root

excludeProperties

List<E> excludeProperties

includeProperties

List<E> includeProperties

ignoreSMDMethodInterfaces

boolean ignoreSMDMethodInterfaces

populator

JSONPopulator populator

dataCleaner

JSONCleaner dataCleaner

debug

boolean debug

noCache

boolean noCache

excludeNullProperties

boolean excludeNullProperties

callbackParameter

String callbackParameter

contentType

String contentType

Class org.apache.struts2.json.JSONResult extends Object implements Serializable

serialVersionUID: 8624350183189931165L

Serialized Fields

encoding

String encoding

defaultEncoding

String defaultEncoding

includeProperties

List<E> includeProperties

excludeProperties

List<E> excludeProperties

root

String root

wrapWithComments

boolean wrapWithComments

prefix

boolean prefix

enableSMD

boolean enableSMD

enableGZIP

boolean enableGZIP

ignoreHierarchy

boolean ignoreHierarchy

ignoreInterfaces

boolean ignoreInterfaces

enumAsBean

boolean enumAsBean

noCache

boolean noCache

excludeNullProperties

boolean excludeNullProperties

statusCode

int statusCode

errorCode

int errorCode

callbackParameter

String callbackParameter

contentType

String contentType

wrapPrefix

String wrapPrefix

wrapSuffix

String wrapSuffix

Class org.apache.struts2.json.JSONValidationInterceptor extends com.opensymphony.xwork2.interceptor.MethodFilterInterceptor implements Serializable

Serialized Fields

validationFailedStatus

int validationFailedStatus



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