Uses of Interface
com.aspectran.core.context.env.Environment
-
Packages that use Environment Package Description com.aspectran.core.activity A package for handling an activity that perform requests, business logic, and responses.com.aspectran.core.component.bean.aware com.aspectran.core.context A Package for providing core components and configuring an execution environment.com.aspectran.core.context.env com.aspectran.core.support com.aspectran.embed.service 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 Environment Modifier and Type Method Description EnvironmentAbstractActivity. getEnvironment()EnvironmentActivity. getEnvironment()Returns the environment of the current activity context.EnvironmentCoreTranslet. getEnvironment()protected EnvironmentInstantActivitySupport. getEnvironment()EnvironmentTranslet. 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 Modifier and Type Method Description voidEnvironmentAware. setEnvironment(Environment environment) -
Uses of Environment in com.aspectran.core.context
Methods in com.aspectran.core.context that return Environment Modifier and Type Method Description EnvironmentActivityContext. getEnvironment()Gets the environment.EnvironmentDefaultActivityContext. getEnvironment() -
Uses of Environment in com.aspectran.core.context.env
Classes in com.aspectran.core.context.env that implement Environment Modifier and Type Class Description classActivityEnvironmentThe Class ActivityEnvironment. -
Uses of Environment in com.aspectran.core.support
Methods in com.aspectran.core.support that return Environment Modifier and Type Method Description EnvironmentCurrentEnvironmentFactoryBean. getObject()Methods in com.aspectran.core.support with parameters of type Environment Modifier and Type Method Description voidCurrentEnvironmentFactoryBean. setEnvironment(Environment environment) -
Uses of Environment in com.aspectran.embed.service
Methods in com.aspectran.embed.service that return Environment Modifier and Type Method Description EnvironmentAbstractEmbeddedAspectran. getEnvironment()EnvironmentEmbeddedAspectran. getEnvironment()Gets the environment.
-