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.component.translet com.aspectran.core.context A Package for providing core components and configuring an execution environment.com.aspectran.core.context.env com.aspectran.core.context.rule com.aspectran.core.support -
-
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()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.component.translet
Constructors in com.aspectran.core.component.translet with parameters of type Environment Constructor Description TransletRuleRegistry(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 context environment.EnvironmentAspectranActivityContext. 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 classAbstractEnvironmentAbstract base class forEnvironmentimplementations.classContextEnvironmentThe Environment for ActivityContext -
Uses of Environment in com.aspectran.core.context.rule
Methods in com.aspectran.core.context.rule with parameters of type Environment Modifier and Type Method Description java.lang.StringTemplateRule. getTemplateSource(Environment environment)Token[]TemplateRule. getTemplateTokens(Environment environment) -
Uses of Environment in com.aspectran.core.support
Methods in com.aspectran.core.support with parameters of type Environment Modifier and Type Method Description voidBasePathFactoryBean. setEnvironment(Environment environment)
-