| Package | Description |
|---|---|
| com.asakusafw.runtime.core |
Runtime core classes.
|
| com.asakusafw.runtime.core.legacy |
The legacy Asakusa Framework implementations.
|
| com.asakusafw.runtime.report |
Built-in Report API plug-ins.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Report.Default
A basic implementation of
Report.Delegate. |
| Modifier and Type | Method and Description |
|---|---|
protected Class<? extends Report.Delegate> |
LegacyReport.Initializer.getInterfaceType() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
LegacyReport.Initializer.register(Report.Delegate delegate,
ResourceConfiguration configuration) |
static void |
LegacyReport.setDelegate(Report.Delegate delegate)
Sets a custom implementation for the current thread.
|
protected void |
LegacyReport.Initializer.unregister(Report.Delegate delegate,
ResourceConfiguration configuration) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonsLoggingReport
Report API via Commons Logging.
|
Copyright © 2011–2018 Asakusa Framework Team. All rights reserved.