Uses of Class
org.apache.struts.scripting.ScriptAction
Packages that use 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
Methods in org.apache.struts.scripting that return ScriptActionMethods in org.apache.struts.scripting with parameters of type ScriptActionModifier and TypeMethodDescriptionvoid
StrutsInfo.setAction
(ScriptAction action) Sets the action instance.Constructors in org.apache.struts.scripting with parameters of type ScriptActionModifierConstructorDescriptionStrutsInfo
(ScriptAction action, ActionMapping mapping, ActionForm form, MessageResources res) Constructor.