Package org.apache.struts2.json
Class SerializationParams
java.lang.Object
org.apache.struts2.json.SerializationParams
- 
Constructor SummaryConstructorsConstructorDescriptionSerializationParams(jakarta.servlet.http.HttpServletResponse response, String defaultEncoding, boolean wrapWithComments, String json, boolean b, boolean b1, boolean noCache, int i, int i1, boolean prefix, String contentType) SerializationParams(jakarta.servlet.http.HttpServletResponse response, String encoding, boolean wrapWithComments, String serializedJSON, boolean smd, boolean gzip, boolean noCache, int statusCode, int errorCode, boolean prefix, String contentType, String wrapPrefix, String wrapSuffix) 
- 
Method Summary
- 
Constructor Details- 
SerializationParams
- 
SerializationParams
 
- 
- 
Method Details- 
getWrapSuffix
- 
getWrapPrefix
- 
getResponsepublic jakarta.servlet.http.HttpServletResponse getResponse()
- 
getEncoding
- 
isWrapWithCommentspublic boolean isWrapWithComments()
- 
getSerializedJSON
- 
isSmdpublic boolean isSmd()
- 
isGzippublic boolean isGzip()
- 
isNoCachepublic boolean isNoCache()
- 
getStatusCodepublic int getStatusCode()
- 
getErrorCodepublic int getErrorCode()
- 
isPrefixpublic boolean isPrefix()
- 
getContentType
 
-