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 com.aspectran.core.activity.response.transform.apon com.aspectran.core.activity.response.transform.xml -
-
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
Methods in com.aspectran.core.activity.response.transform with parameters of type ProcessResult Modifier and Type Method Description static voidXmlTransformResponse. transformXml(ProcessResult processResult, java.io.Writer writer, java.lang.String encoding, boolean pretty) -
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 static ParametersContentsAponReader. read(ProcessResult processResult) -
Uses of ProcessResult in com.aspectran.core.activity.response.transform.xml
Methods in com.aspectran.core.activity.response.transform.xml that return ProcessResult Modifier and Type Method Description ProcessResultContentsInputSource. getProcessResult()Returns aProcessResultobject.Constructors in com.aspectran.core.activity.response.transform.xml with parameters of type ProcessResult Constructor Description ContentsInputSource(ProcessResult processResult)Instantiates a new ContentsInputSource.
-