Uses of Interface
com.aspectran.core.adapter.ApplicationAdapter
-
Packages that use ApplicationAdapter Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.adapter A package for providing adapters for integration with a core activity.com.aspectran.core.component.bean.aware com.aspectran.core.component.session Session Management Implementationscom.aspectran.core.component.translet com.aspectran.core.context A Package for providing core components and configuring an execution environment.com.aspectran.core.context.builder com.aspectran.core.context.rule com.aspectran.core.context.rule.assistant com.aspectran.core.support -
-
Uses of ApplicationAdapter in com.aspectran.core.activity
Methods in com.aspectran.core.activity that return ApplicationAdapter Modifier and Type Method Description ApplicationAdapterAbstractActivity. getApplicationAdapter()ApplicationAdapterActivity. getApplicationAdapter()Gets the application adapter.ApplicationAdapterCoreTranslet. getApplicationAdapter()ApplicationAdapterTranslet. getApplicationAdapter()Gets the application adapter. -
Uses of ApplicationAdapter in com.aspectran.core.adapter
Classes in com.aspectran.core.adapter that implement ApplicationAdapter Modifier and Type Class Description classAbstractApplicationAdapterThe Class AbstractApplicationAdapter.classDefaultApplicationAdapterThe Class DefaultApplicationAdapter. -
Uses of ApplicationAdapter in com.aspectran.core.component.bean.aware
Methods in com.aspectran.core.component.bean.aware with parameters of type ApplicationAdapter Modifier and Type Method Description voidApplicationAdapterAware. setApplicationAdapter(ApplicationAdapter applicationAdapter) -
Uses of ApplicationAdapter in com.aspectran.core.component.session
Methods in com.aspectran.core.component.session that return ApplicationAdapter Modifier and Type Method Description ApplicationAdapterAbstractSessionStoreFactory. getApplicationAdapter()ApplicationAdapterDefaultSessionManager. getApplicationAdapter()Methods in com.aspectran.core.component.session with parameters of type ApplicationAdapter Modifier and Type Method Description voidAbstractSessionStoreFactory. setApplicationAdapter(ApplicationAdapter applicationAdapter)voidDefaultSessionManager. setApplicationAdapter(ApplicationAdapter applicationAdapter) -
Uses of ApplicationAdapter in com.aspectran.core.component.translet
Constructors in com.aspectran.core.component.translet with parameters of type ApplicationAdapter Constructor Description TransletRuleRegistry(ApplicationAdapter applicationAdapter) -
Uses of ApplicationAdapter in com.aspectran.core.context
Methods in com.aspectran.core.context that return ApplicationAdapter Modifier and Type Method Description ApplicationAdapterActivityContext. getApplicationAdapter()Returns the class loader used by the current application.ApplicationAdapterAspectranActivityContext. getApplicationAdapter()Constructors in com.aspectran.core.context with parameters of type ApplicationAdapter Constructor Description AspectranActivityContext(ApplicationAdapter applicationAdapter, ContextEnvironment contextEnvironment)Instantiates a new AspectranActivityContext. -
Uses of ApplicationAdapter in com.aspectran.core.context.builder
Methods in com.aspectran.core.context.builder that return ApplicationAdapter Modifier and Type Method Description protected ApplicationAdapterAbstractActivityContextBuilder. createApplicationAdapter() -
Uses of ApplicationAdapter in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule with parameters of type ApplicationAdapter Modifier and Type Method Description java.lang.StringTemplateRule. getTemplateSource(ApplicationAdapter applicationAdapter)Token[]TemplateRule. getTemplateTokens(ApplicationAdapter applicationAdapter) -
Uses of ApplicationAdapter in com.aspectran.core.context.rule.assistant
Methods in com.aspectran.core.context.rule.assistant that return ApplicationAdapter Modifier and Type Method Description ApplicationAdapterContextRuleAssistant. getApplicationAdapter()Constructors in com.aspectran.core.context.rule.assistant with parameters of type ApplicationAdapter Constructor Description ContextRuleAssistant(ApplicationAdapter applicationAdapter, ContextEnvironment contextEnvironment) -
Uses of ApplicationAdapter in com.aspectran.core.support
Methods in com.aspectran.core.support with parameters of type ApplicationAdapter Modifier and Type Method Description voidBasePathFactoryBean. setApplicationAdapter(ApplicationAdapter applicationAdapter)
-