Uses of Interface
com.aspectran.core.adapter.RequestAdapter
-
Packages that use RequestAdapter Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.activity.response.dispatch com.aspectran.core.adapter A package for providing basic adapters for integration with a core activity.com.aspectran.daemon.adapter Contains a variant of the adapter interface for Aspectran Daemon.com.aspectran.embed.adapter Contains a variant of the adapter interface for embedded Aspectran.com.aspectran.scheduler.activity Contains a variant of the activity interface for Aspectran Scheduler.com.aspectran.scheduler.adapter Contains a variant of the adapter interface for Aspectran Scheduler.com.aspectran.shell.adapter Contains a variant of the adapter interface for command-line application.com.aspectran.web.activity.request com.aspectran.web.adapter Contains a variant of the adapter interface for web application.com.aspectran.web.support.multipart.commons Support for parsing Multi-part form data that use Apache Commons FileUpload 1.3 or above.com.aspectran.web.support.multipart.inmemory Support for parsing Multi-part form data that use Apache Commons FileUpload 1.3 or above. -
-
Uses of RequestAdapter in com.aspectran.core.activity
Methods in com.aspectran.core.activity that return RequestAdapter Modifier and Type Method Description RequestAdapter
AbstractActivity. getRequestAdapter()
RequestAdapter
Activity. getRequestAdapter()
Gets the request adapter.RequestAdapter
CoreTranslet. getRequestAdapter()
RequestAdapter
Translet. getRequestAdapter()
Gets the request adapter.Methods in com.aspectran.core.activity with parameters of type RequestAdapter Modifier and Type Method Description protected void
AbstractActivity. setRequestAdapter(RequestAdapter requestAdapter)
Sets the request adapter. -
Uses of RequestAdapter in com.aspectran.core.activity.response.dispatch
Methods in com.aspectran.core.activity.response.dispatch with parameters of type RequestAdapter Modifier and Type Method Description static void
DispatchResponse. fetchAttributes(RequestAdapter requestAdapter, ProcessResult processResult)
Stores an attribute in request. -
Uses of RequestAdapter in com.aspectran.core.adapter
Classes in com.aspectran.core.adapter that implement RequestAdapter Modifier and Type Class Description class
AbstractRequestAdapter
The Class AbstractRequestAdapter.class
BasicRequestAdapter
The Class BasicRequestAdapter. -
Uses of RequestAdapter in com.aspectran.daemon.adapter
Classes in com.aspectran.daemon.adapter that implement RequestAdapter Modifier and Type Class Description class
DaemonRequestAdapter
The Class DaemonRequestAdapter. -
Uses of RequestAdapter in com.aspectran.embed.adapter
Classes in com.aspectran.embed.adapter that implement RequestAdapter Modifier and Type Class Description class
AspectranRequestAdapter
The Class AspectranRequestAdapter. -
Uses of RequestAdapter in com.aspectran.scheduler.activity
Constructors in com.aspectran.scheduler.activity with parameters of type RequestAdapter Constructor Description JobActivity(ActivityContext context, RequestAdapter requestAdapter, ResponseAdapter responseAdapter)
Instantiates a new job activity. -
Uses of RequestAdapter in com.aspectran.scheduler.adapter
Classes in com.aspectran.scheduler.adapter that implement RequestAdapter Modifier and Type Class Description class
QuartzJobRequestAdapter
The Class QuartzJobRequestAdapter. -
Uses of RequestAdapter in com.aspectran.shell.adapter
Classes in com.aspectran.shell.adapter that implement RequestAdapter Modifier and Type Class Description class
ShellRequestAdapter
The Class ShellRequestAdapter. -
Uses of RequestAdapter in com.aspectran.web.activity.request
Methods in com.aspectran.web.activity.request with parameters of type RequestAdapter Modifier and Type Method Description static void
HttpPutFormContentParser. parse(RequestAdapter requestAdapter)
void
MultipartFormDataParser. parse(RequestAdapter requestAdapter)
Parse the given servlet request, resolving its multipart elements. -
Uses of RequestAdapter in com.aspectran.web.adapter
Classes in com.aspectran.web.adapter that implement RequestAdapter Modifier and Type Class Description class
HttpServletRequestAdapter
The Class HttpServletRequestAdapter. -
Uses of RequestAdapter in com.aspectran.web.support.multipart.commons
Methods in com.aspectran.web.support.multipart.commons with parameters of type RequestAdapter Modifier and Type Method Description void
CommonsMultipartFormDataParser. parse(RequestAdapter requestAdapter)
-
Uses of RequestAdapter in com.aspectran.web.support.multipart.inmemory
Methods in com.aspectran.web.support.multipart.inmemory with parameters of type RequestAdapter Modifier and Type Method Description void
MemoryMultipartFormDataParser. parse(RequestAdapter requestAdapter)
-