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 Environment
AbstractActivity. getEnvironment()
Environment
Activity. getEnvironment()
Returns the environment of the current activity context.Environment
CoreTranslet. getEnvironment()
protected Environment
InstantActivitySupport. getEnvironment()
Environment
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 Modifier and Type Method Description void
EnvironmentAware. 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 Environment
ActivityContext. getEnvironment()
Gets the environment.Environment
DefaultActivityContext. 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 class
ActivityEnvironment
The Class ActivityEnvironment. -
Uses of Environment in com.aspectran.core.support
Methods in com.aspectran.core.support that return Environment Modifier and Type Method Description Environment
CurrentEnvironmentFactoryBean. getObject()
Methods in com.aspectran.core.support with parameters of type Environment Modifier and Type Method Description void
CurrentEnvironmentFactoryBean. 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 Environment
AbstractEmbeddedAspectran. getEnvironment()
Environment
EmbeddedAspectran. getEnvironment()
Gets the environment.
-