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 |
---|---|
FormMessages |
DefaultTurbineRunData.getMessages()
Gets a FormMessages object where all the messages to the
user should be stored.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultTurbineRunData.setMessages(FormMessages msgs)
Sets the FormMessages object for the request.
|
Modifier and Type | Method and Description |
---|---|
FormMessages |
RunData.getMessages()
Gets a FormMessages object where all the messages to the
user should be stored.
|
Modifier and Type | Method and Description |
---|---|
void |
RunData.setMessages(FormMessages msgs)
Sets the FormMessages object for the request.
|
Copyright © 2000–2018 The Apache Software Foundation. All rights reserved.