Class RawTextResult
java.lang.Object
org.apache.struts2.result.StrutsResultSupport
com.atlassian.struts.result.RawTextResult
com.atlassian.xwork.results.RawTextResult
com.atlassian.confluence.setup.struts.RawTextResult
- All Implemented Interfaces:
com.opensymphony.xwork2.Result
,Serializable
,org.apache.struts2.result.Result
,org.apache.struts2.StrutsStatics
@Deprecated(forRemoval=true)
public class RawTextResult
extends com.atlassian.xwork.results.RawTextResult
Deprecated, for removal: This API element is subject to removal in a future version.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.opensymphony.xwork2.Result
com.opensymphony.xwork2.Result.LegacyAdapter
-
Field Summary
Fields inherited from class org.apache.struts2.result.StrutsResultSupport
DEFAULT_PARAM, DEFAULT_URL_ENCODING, parseLocation
Fields inherited from interface org.apache.struts2.StrutsStatics
ACTION_MAPPING, HTTP_REQUEST, HTTP_RESPONSE, PAGE_CONTEXT, SERVLET_CONTEXT, SERVLET_DISPATCHER, STRUTS_ACTION_TAG_INVOCATION, STRUTS_PORTLET_CONTEXT
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class com.atlassian.xwork.results.RawTextResult
doExecute, doExecute
Methods inherited from class org.apache.struts2.result.StrutsResultSupport
conditionalParse, conditionalParseCollection, execute, getLastFinalLocation, getLocation, setEncode, setLocation, setParse
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.opensymphony.xwork2.Result
execute
-
Constructor Details
-
RawTextResult
public RawTextResult()Deprecated, for removal: This API element is subject to removal in a future version.
-
RawTextResult
instead.