Uses of Class
com.aspectran.core.activity.process.result.ProcessResult
-
Packages that use ProcessResult Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.activity.process.result com.aspectran.core.activity.response.dispatch com.aspectran.core.activity.response.transform.apon com.aspectran.core.activity.response.transform.json -
-
Uses of ProcessResult in com.aspectran.core.activity
Methods in com.aspectran.core.activity that return ProcessResult Modifier and Type Method Description ProcessResultActivity. getProcessResult()Returns the process result.ProcessResultCoreActivity. getProcessResult()ProcessResultCoreTranslet. getProcessResult()ProcessResultDefaultActivity. getProcessResult()ProcessResultTranslet. getProcessResult()Returns the process result.Methods in com.aspectran.core.activity with parameters of type ProcessResult Modifier and Type Method Description voidCoreTranslet. setProcessResult(ProcessResult processResult)voidTranslet. setProcessResult(ProcessResult processResult)Sets the process result. -
Uses of ProcessResult in com.aspectran.core.activity.process.result
Methods in com.aspectran.core.activity.process.result that return ProcessResult Modifier and Type Method Description ProcessResultContentResult. getParent()Methods in com.aspectran.core.activity.process.result with parameters of type ProcessResult Modifier and Type Method Description voidContentResult. addActionResult(Executable parentAction, ProcessResult processResult)Constructors in com.aspectran.core.activity.process.result with parameters of type ProcessResult Constructor Description ContentResult(ProcessResult parent)ContentResult(ProcessResult parent, int initialCapacity) -
Uses of ProcessResult in com.aspectran.core.activity.response.dispatch
Methods in com.aspectran.core.activity.response.dispatch with parameters of type ProcessResult Modifier and Type Method Description static voidDispatchResponse. saveAttributes(RequestAdapter requestAdapter, ProcessResult processResult)Save processing results as request attributes. -
Uses of ProcessResult in com.aspectran.core.activity.response.transform.apon
Methods in com.aspectran.core.activity.response.transform.apon with parameters of type ProcessResult Modifier and Type Method Description ParametersContentsToAponConverter. toParameters(ProcessResult processResult) -
Uses of ProcessResult in com.aspectran.core.activity.response.transform.json
Methods in com.aspectran.core.activity.response.transform.json with parameters of type ProcessResult Modifier and Type Method Description voidContentsJsonWriter. write(ProcessResult processResult)Write aProcessResultobject to the character-output stream.
-