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.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.ProcessResultCoreTranslet. touchProcessResult()ProcessResultCoreTranslet. touchProcessResult(java.lang.String contentsName)ProcessResultCoreTranslet. touchProcessResult(java.lang.String contentsName, int initialCapacity)ProcessResultTranslet. touchProcessResult()Returns the ProcessResult.ProcessResultTranslet. touchProcessResult(java.lang.String contentsName)Returns the process result with the contents name.ProcessResultTranslet. touchProcessResult(java.lang.String contentsName, int initialCapacity)Returns the process result with the contents name.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, 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. fetchAttributes(RequestAdapter requestAdapter, ProcessResult processResult)Stores an attribute in request. -
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 ParametersContentsAponAssembler. assemble(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.
-