Package | Description |
---|---|
org.apache.turbine.services.rundata |
Rundata Service provides a factory for the request cycle data objects.
|
org.apache.turbine.util |
Various utilities used in Turbine and for Turbine based applications.
|
Modifier and Type | Method and Description |
---|---|
SystemError[] |
DefaultTurbineRunData.getSystemErrors()
Gets an array of system errors.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultTurbineRunData.setSystemError(SystemError err)
Adds a critical system error.
|
Modifier and Type | Method and Description |
---|---|
SystemError[] |
RunData.getSystemErrors()
Gets an array of system errors.
|
Modifier and Type | Method and Description |
---|---|
void |
RunData.setSystemError(SystemError err)
Adds a critical system error.
|
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.