Uses of Interface
com.aspectran.core.context.env.Environment
Packages that use Environment
Package
Description
A package for handling an activity that perform requests, business logic, and responses.
A Package for providing core components and configuring an execution environment.
Contains a variant of the service interface for embedded Aspectran.
-
Uses of Environment in com.aspectran.core.activity
Methods in com.aspectran.core.activity that return EnvironmentModifier and TypeMethodDescriptionAbstractActivity.getEnvironment()
Activity.getEnvironment()
Returns the environment of the current activity context.CoreTranslet.getEnvironment()
protected Environment
InstantActivitySupport.getEnvironment()
Translet.getEnvironment()
Returns the environment of the current activity context. -
Uses of Environment in com.aspectran.core.component.bean.aware
Methods in com.aspectran.core.component.bean.aware with parameters of type Environment -
Uses of Environment in com.aspectran.core.context
Methods in com.aspectran.core.context that return EnvironmentModifier and TypeMethodDescriptionActivityContext.getEnvironment()
Gets the environment.DefaultActivityContext.getEnvironment()
-
Uses of Environment in com.aspectran.core.context.env
Classes in com.aspectran.core.context.env that implement Environment -
Uses of Environment in com.aspectran.core.support
Methods in com.aspectran.core.support that return EnvironmentMethods in com.aspectran.core.support with parameters of type EnvironmentModifier and TypeMethodDescriptionvoid
CurrentEnvironmentFactoryBean.setEnvironment
(Environment environment) -
Uses of Environment in com.aspectran.embed.service
Methods in com.aspectran.embed.service that return EnvironmentModifier and TypeMethodDescriptionAbstractEmbeddedAspectran.getEnvironment()
EmbeddedAspectran.getEnvironment()
Gets the environment.