Uses of Class
org.apache.struts.scripting.ScriptAction

Packages that use ScriptAction
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. 
 

Uses of ScriptAction in org.apache.struts.scripting
 

Methods in org.apache.struts.scripting that return ScriptAction
 ScriptAction StrutsInfo.getAction()
          Gets the action instance.
 

Methods in org.apache.struts.scripting with parameters of type ScriptAction
 void StrutsInfo.setAction(ScriptAction action)
          Sets the action instance.
 

Constructors in org.apache.struts.scripting with parameters of type ScriptAction
StrutsInfo(ScriptAction action, ActionMapping mapping, ActionForm form, MessageResources res)
          Constructor.
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.