Uses of Class
com.aspectran.core.adapter.AbstractApplicationAdapter
-
Packages that use AbstractApplicationAdapter Package Description 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.shell.adapter Contains a variant of the adapter interface for command-line application.com.aspectran.web.adapter Contains a variant of the adapter interface for web application. -
-
Uses of AbstractApplicationAdapter in com.aspectran.core.adapter
Subclasses of AbstractApplicationAdapter in com.aspectran.core.adapter Modifier and Type Class Description class
BasicApplicationAdapter
The Class BasicApplicationAdapter. -
Uses of AbstractApplicationAdapter in com.aspectran.daemon.adapter
Subclasses of AbstractApplicationAdapter in com.aspectran.daemon.adapter Modifier and Type Class Description class
DaemonApplicationAdapter
Adapt Daemon Application to CoreApplicationAdapter
. -
Uses of AbstractApplicationAdapter in com.aspectran.embed.adapter
Subclasses of AbstractApplicationAdapter in com.aspectran.embed.adapter Modifier and Type Class Description class
AspectranApplicationAdapter
Adapt Aspectran Application to CoreApplicationAdapter
. -
Uses of AbstractApplicationAdapter in com.aspectran.shell.adapter
Subclasses of AbstractApplicationAdapter in com.aspectran.shell.adapter Modifier and Type Class Description class
ShellApplicationAdapter
Adapt Shell Application to CoreApplicationAdapter
. -
Uses of AbstractApplicationAdapter in com.aspectran.web.adapter
Subclasses of AbstractApplicationAdapter in com.aspectran.web.adapter Modifier and Type Class Description class
WebApplicationAdapter
AdaptServletContext
to CoreApplicationAdapter
.
-