Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- apply(ScriptContext) - Method in class org.apache.struts.scripting.RequestToVariableFilter
-
Applies the filter.
- apply(ScriptContext) - Method in interface org.apache.struts.scripting.ScriptContextFilter
-
Applies the filter.
- apply(ScriptContext) - Method in class org.apache.struts.scripting.TestFilter
-
Applies the filter.
E
- ENGINE_BASE - Static variable in class org.apache.struts.scripting.ScriptAction
-
The base property for alternate BSF engines.
- execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.scripting.ScriptAction
-
Executes the script.
F
- FILTERS_BASE - Static variable in class org.apache.struts.scripting.ScriptAction
-
The base property for classes that put new variables in the context.
G
- getAction() - Method in class org.apache.struts.scripting.StrutsInfo
-
Gets the action instance.
- getForm() - Method in class org.apache.struts.scripting.StrutsInfo
-
Gets the action form.
- getForward() - Method in class org.apache.struts.scripting.StrutsInfo
-
Gets the forward object.
- getLocale(HttpServletRequest) - Method in class org.apache.struts.scripting.ScriptAction
-
Gets the locale.
- getMapping() - Method in class org.apache.struts.scripting.StrutsInfo
-
Gets the action mapping.
- getMessages() - Method in class org.apache.struts.scripting.StrutsInfo
-
Gets the message resources.
I
- init(String, Properties) - Method in class org.apache.struts.scripting.RequestToVariableFilter
-
Initializes the filter.
- init(String, Properties) - Method in interface org.apache.struts.scripting.ScriptContextFilter
-
Initializes the filter.
- init(String, Properties) - Method in class org.apache.struts.scripting.TestFilter
-
Initializes the filter.
- isCancelled(HttpServletRequest) - Method in class org.apache.struts.scripting.ScriptAction
-
Checks to see if the request is cancelled.
- isTokenValid(HttpServletRequest) - Method in class org.apache.struts.scripting.ScriptAction
-
Checks to see if the token is valid.
L
- loadFilters(Properties) - Static method in class org.apache.struts.scripting.ScriptAction
-
Loads and initializes the filters.
- loadScript(String, ServletContext) - Method in class org.apache.struts.scripting.ScriptAction
-
Loads the script from cache if possible.
O
- 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.
P
- parseScriptName(String, Map<String, String>) - Method in class org.apache.struts.scripting.ScriptAction
-
Parses the script name and puts any URL parameters in the context.
- PROPS_PATH - Static variable in class org.apache.struts.scripting.ScriptAction
-
The default path to the properties file.
R
- RequestToVariableFilter - Class in org.apache.struts.scripting
-
Takes request parameters and declares variables with them.
- RequestToVariableFilter() - Constructor for class org.apache.struts.scripting.RequestToVariableFilter
- resetToken(HttpServletRequest) - Method in class org.apache.struts.scripting.ScriptAction
-
Resets the token.
S
- saveErrors(HttpServletRequest, ActionErrors) - Method in class org.apache.struts.scripting.ScriptAction
-
Deprecated.Use saveErrors(HttpServletRequest, ActionMessages) instead. This will be removed after Struts 1.2.
- saveMessages(HttpServletRequest, ActionMessages) - Method in class org.apache.struts.scripting.ScriptAction
-
Saves the messages to the request.
- saveToken(HttpServletRequest) - Method in class org.apache.struts.scripting.ScriptAction
-
Saves a token.
- ScriptAction - Class in org.apache.struts.scripting
-
This Action uses scripts to perform its action.
- ScriptAction() - Constructor for class org.apache.struts.scripting.ScriptAction
- ScriptContextFilter - Interface in org.apache.struts.scripting
-
Defines a class that wants to manipulate the contents of the scripting context before the script is executed.
- setAction(ScriptAction) - Method in class org.apache.struts.scripting.StrutsInfo
-
Sets the action instance.
- setForm(ActionForm) - Method in class org.apache.struts.scripting.StrutsInfo
-
Sets the action form.
- setForward(ActionForward) - Method in class org.apache.struts.scripting.StrutsInfo
-
Sets the action forward object.
- setForwardName(String) - Method in class org.apache.struts.scripting.StrutsInfo
-
Sets the forward name.
- setMapping(ActionMapping) - Method in class org.apache.struts.scripting.StrutsInfo
-
Sets the action mapping.
- setMessages(MessageResources) - Method in class org.apache.struts.scripting.StrutsInfo
-
Sets the message resources.
- StrutsInfo - Class in org.apache.struts.scripting
-
Holds Struts objects.
- StrutsInfo(ScriptAction, ActionMapping, ActionForm, MessageResources) - Constructor for class org.apache.struts.scripting.StrutsInfo
-
Constructor.
T
- TestFilter - Class in org.apache.struts.scripting
-
Tests to make sure the filtering system is working.
- TestFilter() - Constructor for class org.apache.struts.scripting.TestFilter
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form