Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
E
F
G
I
L
O
P
R
S
T
A
apply(BSFManager)
- Method in interface org.apache.struts.scripting.
BSFManagerFilter
Applies the filter.
apply(BSFManager)
- Method in class org.apache.struts.scripting.
RequestToVariableFilter
Applies the filter.
apply(BSFManager)
- Method in class org.apache.struts.scripting.
TestFilter
Applies the filter.
B
BSFManagerFilter
- Interface in
org.apache.struts.scripting
Defines a class that wants to manipulate the contents of the scripting context before the script is executed.
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 interface org.apache.struts.scripting.
BSFManagerFilter
Initializes the filter.
init(String, Properties)
- Method in class org.apache.struts.scripting.
RequestToVariableFilter
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.
LOG
- Static variable in class org.apache.struts.scripting.
ScriptAction
The logging instance.
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, BSFManager)
- 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
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.
split(String, String)
- Static method in class org.apache.struts.scripting.
ScriptAction
Splits a line with the given delimiter.
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
A
B
E
F
G
I
L
O
P
R
S
T
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.