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
The Class DaemonApplicationAdapter. -
Uses of AbstractApplicationAdapter in com.aspectran.embed.adapter
Subclasses of AbstractApplicationAdapter in com.aspectran.embed.adapter Modifier and Type Class Description class
AspectranApplicationAdapter
The Class AspectranApplicationAdapter. -
Uses of AbstractApplicationAdapter in com.aspectran.shell.adapter
Subclasses of AbstractApplicationAdapter in com.aspectran.shell.adapter Modifier and Type Class Description class
ShellApplicationAdapter
The Class ShellApplicationAdapter. -
Uses of AbstractApplicationAdapter in com.aspectran.web.adapter
Subclasses of AbstractApplicationAdapter in com.aspectran.web.adapter Modifier and Type Class Description class
WebApplicationAdapter
The Class WebApplicationAdapter.
-