| 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.freemarker | |
| com.aspectran.core.support.pebble |
| 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.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
EnvironmentAware.setEnvironment(Environment environment) |
| Constructor | Description |
|---|---|
TransletRuleRegistry(Environment environment) |
| Modifier and Type | Method | Description |
|---|---|---|
Environment |
ActivityContext.getEnvironment() |
Gets the context environment.
|
Environment |
AspectranActivityContext.getEnvironment() |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractEnvironment |
Abstract base class for
Environment implementations. |
class |
ContextEnvironment |
The Environment for ActivityContext
|
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
TemplateRule.getTemplateSource(Environment environment) |
|
Token[] |
TemplateRule.getTemplateTokens(Environment environment) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
FreeMarkerConfigurationFactory.setEnvironment(Environment environment) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
PebbleEngineFactory.setEnvironment(Environment environment) |
Copyright © 2008–2018 The Aspectran Project. All rights reserved.