Uses of Class
org.apache.struts.scripting.ScriptAction
Package
Description
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.
-
Uses of ScriptAction in org.apache.struts.scripting
Modifier and TypeMethodDescriptionvoid
StrutsInfo.setAction
(ScriptAction action) Sets the action instance.ModifierConstructorDescriptionStrutsInfo
(ScriptAction action, ActionMapping mapping, ActionForm form, MessageResources res) Constructor.