Uses of Interface
com.aspectran.core.adapter.ApplicationAdapter
-
-
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()protected ApplicationAdapterInstantActivitySupport. 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.ApplicationAdapterDefaultActivityContext. getApplicationAdapter()Constructors in com.aspectran.core.context with parameters of type ApplicationAdapter Constructor Description DefaultActivityContext(ApplicationAdapter applicationAdapter)Instantiates a new DefaultActivityContext. -
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 ApplicationAdapterActivityRuleAssistant. getApplicationAdapter()Constructors in com.aspectran.core.context.rule.assistant with parameters of type ApplicationAdapter Constructor Description ActivityRuleAssistant(ApplicationAdapter applicationAdapter, EnvironmentProfiles environmentProfiles) -
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) -
Uses of ApplicationAdapter in com.aspectran.freemarker
Methods in com.aspectran.freemarker with parameters of type ApplicationAdapter Modifier and Type Method Description voidFreeMarkerConfigurationFactory. setApplicationAdapter(ApplicationAdapter applicationAdapter) -
Uses of ApplicationAdapter in com.aspectran.mybatis
Methods in com.aspectran.mybatis with parameters of type ApplicationAdapter Modifier and Type Method Description voidSqlSessionFactoryBean. setApplicationAdapter(ApplicationAdapter applicationAdapter) -
Uses of ApplicationAdapter in com.aspectran.pebble
Methods in com.aspectran.pebble with parameters of type ApplicationAdapter Modifier and Type Method Description voidPebbleEngineFactory. setApplicationAdapter(ApplicationAdapter applicationAdapter) -
Uses of ApplicationAdapter in com.aspectran.undertow.server.resource
Methods in com.aspectran.undertow.server.resource with parameters of type ApplicationAdapter Modifier and Type Method Description voidTowResourceManager. setApplicationAdapter(ApplicationAdapter applicationAdapter) -
Uses of ApplicationAdapter in com.aspectran.undertow.server.servlet
Methods in com.aspectran.undertow.server.servlet with parameters of type ApplicationAdapter Modifier and Type Method Description voidTowJasperInitializer. setApplicationAdapter(ApplicationAdapter applicationAdapter)voidTowServletContext. setApplicationAdapter(ApplicationAdapter applicationAdapter) -
Uses of ApplicationAdapter in com.aspectran.undertow.server.session
Methods in com.aspectran.undertow.server.session with parameters of type ApplicationAdapter Modifier and Type Method Description voidTowSessionManager. setApplicationAdapter(ApplicationAdapter applicationAdapter)
-