- sendJsonInsteadOfRedirect() - Method in class org.apache.struts2.json.JSONActionRedirectResult
-
If browser has called action in a JS/AJAX context we cannot send a
redirect as response.
- sendRedirect(HttpServletResponse, String) - Method in class org.apache.struts2.json.JSONActionRedirectResult
-
- SerializationParams - Class in org.apache.struts2.json
-
- SerializationParams(HttpServletResponse, String, boolean, String, boolean, boolean, boolean, int, int, boolean, String, String, String) - Constructor for class org.apache.struts2.json.SerializationParams
-
- SerializationParams(HttpServletResponse, String, boolean, String, boolean, boolean, boolean, int, int, boolean, String) - Constructor for class org.apache.struts2.json.SerializationParams
-
- serialize(Object, boolean) - Method in class org.apache.struts2.json.JSONUtil
-
Serializes an object into JSON.
- serialize(Object, Collection<Pattern>, Collection<Pattern>, boolean, boolean) - Method in class org.apache.struts2.json.JSONUtil
-
Serializes an object into JSON, excluding any properties matching any of
the regular expressions in the given collection.
- serialize(Object, Collection<Pattern>, Collection<Pattern>, boolean, boolean, boolean) - Method in class org.apache.struts2.json.JSONUtil
-
Serializes an object into JSON, excluding any properties matching any of
the regular expressions in the given collection.
- serialize(Object, Collection<Pattern>, Collection<Pattern>, boolean, boolean, boolean, String) - Method in class org.apache.struts2.json.JSONUtil
-
Serializes an object into JSON, excluding any properties matching any of
the regular expressions in the given collection.
- serialize(Object, Collection<Pattern>, Collection<Pattern>, boolean, boolean, boolean, String, boolean) - Method in class org.apache.struts2.json.JSONUtil
-
Serializes an object into JSON, excluding any properties matching any of
the regular expressions in the given collection.
- serialize(Writer, Object) - Method in class org.apache.struts2.json.JSONUtil
-
Serializes an object into JSON to the given writer.
- serialize(Writer, Object, boolean) - Method in class org.apache.struts2.json.JSONUtil
-
Serializes an object into JSON to the given writer.
- serialize(Writer, Object, Collection<Pattern>, Collection<Pattern>, boolean) - Method in class org.apache.struts2.json.JSONUtil
-
Serializes an object into JSON to the given writer, excluding any
properties matching any of the regular expressions in the given
collection.
- serialize(Writer, Object, Collection<Pattern>, Collection<Pattern>, boolean, boolean) - Method in class org.apache.struts2.json.JSONUtil
-
Serializes an object into JSON to the given writer, excluding any
properties matching any of the regular expressions in the given
collection.
- setAllowed(String) - Method in class org.apache.struts2.json.JSONCleaner
-
- setAllowedCollection(Collection<String>) - Method in class org.apache.struts2.json.JSONCleaner
-
- setBlocked(String) - Method in class org.apache.struts2.json.JSONCleaner
-
- setBlockedCollection(Collection<String>) - Method in class org.apache.struts2.json.JSONCleaner
-
- setCacheBeanInfo(boolean) - Method in class org.apache.struts2.json.DefaultJSONWriter
-
- setCacheBeanInfo(boolean) - Method in interface org.apache.struts2.json.JSONWriter
-
- setCallbackParameter(String) - Method in class org.apache.struts2.json.JSONInterceptor
-
- setCallbackParameter(String) - Method in class org.apache.struts2.json.JSONResult
-
- setCode(int) - Method in class org.apache.struts2.json.rpc.RPCError
-
- setContainer(Container) - Method in class org.apache.struts2.json.JSONUtil
-
- setContentType(String) - Method in class org.apache.struts2.json.JSONResult
-
- setDateFormat(String) - Method in class org.apache.struts2.json.JSONPopulator
-
- setDateFormatter(String) - Method in class org.apache.struts2.json.DefaultJSONWriter
-
- setDateFormatter(String) - Method in interface org.apache.struts2.json.JSONWriter
-
- setDebug(boolean) - Method in class org.apache.struts2.json.JSONInterceptor
-
Turns debugging on or off
- setDebug(String) - Method in class org.apache.struts2.json.rpc.RPCResponse
-
- setDefaultBlock(boolean) - Method in class org.apache.struts2.json.JSONCleaner
-
- setDefaultDateFormat(String) - Method in class org.apache.struts2.json.JSONResult
-
- setDefaultEncoding(String) - Method in class org.apache.struts2.json.JSONInterceptor
-
- setDefaultEncoding(String) - Method in class org.apache.struts2.json.JSONResult
-
- setDevMode(String) - Method in class org.apache.struts2.json.JSONInterceptor
-
- setDevMode(String) - Method in class org.apache.struts2.json.JSONResult
-
- setEnableGZIP(boolean) - Method in class org.apache.struts2.json.JSONInterceptor
-
Setting this property to "true" will compress the output.
- setEnableGZIP(boolean) - Method in class org.apache.struts2.json.JSONResult
-
- setEnableSMD(boolean) - Method in class org.apache.struts2.json.JSONInterceptor
-
- setEnableSMD(boolean) - Method in class org.apache.struts2.json.JSONResult
-
- setEncoding(String) - Method in class org.apache.struts2.json.JSONResult
-
If defined will be used instead of
JSONResult.defaultEncoding
, you can define it with result
<result name="success" type="json">
<param name="encoding">UTF-8</param>
</result>
- setEnumAsBean(boolean) - Method in class org.apache.struts2.json.DefaultJSONWriter
-
If true, an Enum is serialized as a bean with a special property
_name=name() as all as all other properties defined within the enum.
If false, an Enum is serialized as a name=value pair (name=name())
- setEnumAsBean(boolean) - Method in class org.apache.struts2.json.JSONResult
-
- setEnumAsBean(boolean) - Method in interface org.apache.struts2.json.JSONWriter
-
- setError(RPCError) - Method in class org.apache.struts2.json.rpc.RPCResponse
-
- setErrorCode(int) - Method in class org.apache.struts2.json.JSONResult
-
- setExcludeNullProperties(boolean) - Method in class org.apache.struts2.json.JSONInterceptor
-
- setExcludeNullProperties(boolean) - Method in class org.apache.struts2.json.JSONResult
-
- setExcludeProperties(String) - Method in class org.apache.struts2.json.JSONInterceptor
-
Sets a comma-delimited list of regular expressions to match properties
that should be excluded from the JSON output.
- setExcludeProperties(String) - Method in class org.apache.struts2.json.JSONResult
-
Sets a comma-delimited list of regular expressions to match properties
that should be excluded from the JSON output.
- setExcludeProxyProperties(String) - Method in class org.apache.struts2.json.DefaultJSONWriter
-
- setExcludeProxyProperties(boolean) - Method in class org.apache.struts2.json.DefaultJSONWriter
-
- setExcludeProxyProperties(boolean) - Method in interface org.apache.struts2.json.JSONWriter
-
- setExcludeWildcards(String) - Method in class org.apache.struts2.json.JSONInterceptor
-
Sets a comma-delimited list of wildcard expressions to match
properties that should be excluded from the JSON output.
- setExcludeWildcards(String) - Method in class org.apache.struts2.json.JSONResult
-
Sets a comma-delimited list of wildcard expressions to match properties
that should be excluded from the JSON output.
- setExprStack(String) - Method in class org.apache.struts2.json.DefaultJSONWriter
-
- setId(String) - Method in class org.apache.struts2.json.rpc.RPCResponse
-
- setIgnoreHierarchy(boolean) - Method in class org.apache.struts2.json.DefaultJSONWriter
-
- setIgnoreHierarchy(boolean) - Method in class org.apache.struts2.json.JSONInterceptor
-
- setIgnoreHierarchy(boolean) - Method in class org.apache.struts2.json.JSONResult
-
- setIgnoreHierarchy(boolean) - Method in interface org.apache.struts2.json.JSONWriter
-
- setIgnoreInterfaces(boolean) - Method in class org.apache.struts2.json.JSONResult
-
- setIgnoreSMDMethodInterfaces(boolean) - Method in class org.apache.struts2.json.JSONInterceptor
-
Ignore annotations on methods in interfaces You may need to set to this
true if your action is a proxy/enhanced as annotations are not inherited
- setIncludeProperties(String) - Method in class org.apache.struts2.json.JSONInterceptor
-
Sets a comma-delimited list of regular expressions to match properties
that should be included from the JSON output.
- setIncludeProperties(String) - Method in class org.apache.struts2.json.JSONResult
-
Sets a comma-delimited list of regular expressions to match properties
that should be included in the JSON output.
- setIncludesExcludesMap(Map<String, JSONCleaner.Filter>) - Method in class org.apache.struts2.json.JSONCleaner
-
Allow external caching of the compiled result.
- setIncludeWildcards(String) - Method in class org.apache.struts2.json.JSONInterceptor
-
Sets a comma-delimited list of wildcard expressions to match
properties that should be included from the JSON output.
- setIncludeWildcards(String) - Method in class org.apache.struts2.json.JSONResult
-
Sets a comma-delimited list of wildcard expressions to match properties
that should be included in the JSON output.
- setJSONCleaner(JSONCleaner) - Method in class org.apache.struts2.json.JSONInterceptor
-
Sets the JSONCleaner to be used
- setJsonContentType(String) - Method in class org.apache.struts2.json.JSONInterceptor
-
- setJsonDateFormat(String) - Method in class org.apache.struts2.json.config.entities.JSONConstantConfig
-
- setJSONPopulator(JSONPopulator) - Method in class org.apache.struts2.json.JSONInterceptor
-
Sets the JSONPopulator to be used
- setJsonResultExcludeProxyProperties(Boolean) - Method in class org.apache.struts2.json.config.entities.JSONConstantConfig
-
- setJsonRpcContentType(String) - Method in class org.apache.struts2.json.JSONInterceptor
-
- setJsonUtil(JSONUtil) - Method in class org.apache.struts2.json.JSONResult
-
- setJsonWriter(BeanConfig) - Method in class org.apache.struts2.json.config.entities.JSONConstantConfig
-
- setJsonWriter(Class<?>) - Method in class org.apache.struts2.json.config.entities.JSONConstantConfig
-
- setMessage(String) - Method in class org.apache.struts2.json.rpc.RPCError
-
- setName(String) - Method in class org.apache.struts2.json.rpc.RPCError
-
- setName(String) - Method in class org.apache.struts2.json.smd.SMDMethod
-
- setName(String) - Method in class org.apache.struts2.json.smd.SMDMethodParameter
-
- setNoCache(boolean) - Method in class org.apache.struts2.json.JSONInterceptor
-
Add headers to response to prevent the browser from caching the response
- setNoCache(boolean) - Method in class org.apache.struts2.json.JSONResult
-
- setNoEncodingSetParam(String) - Method in class org.apache.struts2.json.JSONValidationInterceptor
-
Overrides 'struts.JSONValidation.no.encoding' param name
- setObjectName(String) - Method in class org.apache.struts2.json.smd.SMD
-
- setParameterValues(Map<String, String>) - Method in interface org.apache.struts2.json.bridge.ParameterizedBridge
-
- setPrefix(boolean) - Method in class org.apache.struts2.json.JSONInterceptor
-
- setPrefix(boolean) - Method in class org.apache.struts2.json.JSONResult
-
- setResult(Object) - Method in class org.apache.struts2.json.rpc.RPCResponse
-
- setRoot(String) - Method in class org.apache.struts2.json.JSONInterceptor
-
Sets the root object to be deserialized, defaults to the Action
- setRoot(String) - Method in class org.apache.struts2.json.JSONResult
-
Sets the root object to be serialized, defaults to the Action
- setServiceType(String) - Method in class org.apache.struts2.json.smd.SMD
-
- setServiceUrl(String) - Method in class org.apache.struts2.json.smd.SMD
-
- setStack(String) - Method in class org.apache.struts2.json.rpc.RPCError
-
- setStatusCode(int) - Method in class org.apache.struts2.json.JSONResult
-
- setValidateJsonParam(String) - Method in class org.apache.struts2.json.JSONValidationInterceptor
-
Overrides 'struts.enableJSONValidation' param name
- setValidateOnlyParam(String) - Method in class org.apache.struts2.json.JSONValidationInterceptor
-
Overrides 'struts.validateOnly' param name
- setValidationFailedStatus(int) - Method in class org.apache.struts2.json.JSONValidationInterceptor
-
HTTP status that will be set in the response if validation fails
- setVersion(String) - Method in class org.apache.struts2.json.smd.SMD
-
- setWrapPrefix(String) - Method in class org.apache.struts2.json.JSONResult
-
- setWrapSuffix(String) - Method in class org.apache.struts2.json.JSONResult
-
- setWrapWithComments(boolean) - Method in class org.apache.struts2.json.JSONInterceptor
-
Wrap generated JSON with comments.
- setWrapWithComments(boolean) - Method in class org.apache.struts2.json.JSONResult
-
- setWriter(JSONWriter) - Method in class org.apache.struts2.json.JSONUtil
-
- shouldExcludeProperty(PropertyDescriptor) - Method in class org.apache.struts2.json.DefaultJSONWriter
-
- shouldExcludeProperty(String) - Method in class org.apache.struts2.json.DefaultJSONWriter
-
- shouldSerialize() - Method in class org.apache.struts2.json.DefaultJSONWriter.JSONAnnotationFinder
-
- skipWhiteSpace() - Method in class org.apache.struts2.json.JSONReader
-
- SMD - Annotation Type in org.apache.struts2.json.annotations
-
- SMD - Class in org.apache.struts2.json.smd
-
- SMD() - Constructor for class org.apache.struts2.json.smd.SMD
-
- SMDGenerator - Class in org.apache.struts2.json.smd
-
- SMDGenerator(Object, List<Pattern>, boolean) - Constructor for class org.apache.struts2.json.smd.SMDGenerator
-
- SMDMethod - Annotation Type in org.apache.struts2.json.annotations
-
- SMDMethod - Class in org.apache.struts2.json.smd
-
- SMDMethod(String) - Constructor for class org.apache.struts2.json.smd.SMDMethod
-
- SMDMethodParameter - Annotation Type in org.apache.struts2.json.annotations
-
- SMDMethodParameter - Class in org.apache.struts2.json.smd
-
- SMDMethodParameter(String) - Constructor for class org.apache.struts2.json.smd.SMDMethodParameter
-
- string(Object) - Method in class org.apache.struts2.json.DefaultJSONWriter
-
escape characters
- string(char) - Method in class org.apache.struts2.json.JSONReader
-
- StringBridge - Class in org.apache.struts2.json.bridge
-
User: maurizio.cucchiara
Date: Oct 28, 2010
Time: 12:46:16 AM
- StringBridge() - Constructor for class org.apache.struts2.json.bridge.StringBridge
-