Package org.apache.struts.scripting


package 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.
  • Class
    Description
    Takes request parameters and declares variables with them.
    This Action uses scripts to perform its action.
    Defines a class that wants to manipulate the contents of the scripting context before the script is executed.
    Holds Struts objects.
    Tests to make sure the filtering system is working.