| Package | Description |
|---|---|
| org.apache.struts.scripting |
The scripting package is the core of the Struts Scripting framework,
which builds on Struts Action to allow Struts Actions be written
with the scripting language of your choice.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptAction |
StrutsInfo.getAction()
Gets the action instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StrutsInfo.setAction(ScriptAction action)
Sets the action instance.
|
| Constructor and Description |
|---|
StrutsInfo(ScriptAction action,
ActionMapping mapping,
ActionForm form,
MessageResources res)
Constructor.
|
Copyright © 2000–2025 Apache Software Foundation. All rights reserved.