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 com.aspectran.freemarker Add-on package for integrating Freemarker.com.aspectran.pebble Add-on package for integrating Pebble. -
-
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()
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.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 Environment
ActivityContext. getEnvironment()
Gets the context environment.Environment
AspectranActivityContext. 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
AbstractEnvironment
Abstract base class forEnvironment
implementations.class
ContextEnvironment
The 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.String
TemplateRule. 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 void
BasePathFactoryBean. setEnvironment(Environment environment)
-
Uses of Environment in com.aspectran.freemarker
Methods in com.aspectran.freemarker with parameters of type Environment Modifier and Type Method Description void
FreeMarkerConfigurationFactory. setEnvironment(Environment environment)
-
Uses of Environment in com.aspectran.pebble
Methods in com.aspectran.pebble with parameters of type Environment Modifier and Type Method Description void
PebbleEngineFactory. setEnvironment(Environment environment)
-