A C D E G H I L M N O P R S T
A
- addServletMapping(String, String) - Method in class org.apache.struts.action.SecurePlugIn
-
Remember all servlet mapping from our web application deployment
descriptor, if it is for the Struts ActionServlet.
- addServletMapping(String, String) - Method in class org.apache.struts.tiles.SecureTilesPlugin
-
- addSession - Variable in class org.apache.struts.action.SecurePlugIn
-
- addSession - Variable in class org.apache.struts.tiles.SecureTilesPlugin
-
- ANY - Static variable in class org.apache.struts.config.SecureActionConfig
-
C
- calculateURL() - Method in class org.apache.struts.taglib.html.SecureLinkTag
-
Return the complete URL to which this hyperlink will direct the user.
- checkSsl(SecureActionConfig, ServletContext, HttpServletRequest, HttpServletResponse) - Static method in class org.apache.struts.util.SecureRequestUtils
-
Checks to see if SSL should be toggled for this
action
- computeURL(PageContext, String, String, String, String, String, Map, String, boolean) - Static method in class org.apache.struts.util.SecureRequestUtils
-
Compute a hyperlink URL based on the forward
,
href
, or page
parameter that is not null.
- config - Variable in class org.apache.struts.tiles.SecureTilesPlugin
-
- createQueryStringFromMap(Map, String) - Static method in class org.apache.struts.util.SecureRequestUtils
-
Builds a query string from a given map of parameters
D
- DEFAULT_ADD_SESSION - Static variable in interface org.apache.struts.action.SecurePlugInInterface
-
- DEFAULT_ENABLE - Static variable in interface org.apache.struts.action.SecurePlugInInterface
-
- DEFAULT_HTTP_PORT - Static variable in interface org.apache.struts.action.SecurePlugInInterface
-
- DEFAULT_HTTPS_PORT - Static variable in interface org.apache.struts.action.SecurePlugInInterface
-
- destroy() - Method in class org.apache.struts.action.SecurePlugIn
-
Remove stuff from the ServletContext (application).
- destroy() - Method in class org.apache.struts.tiles.SecureTilesPlugin
-
- doEndTag() - Method in class org.apache.struts.taglib.html.SecureRewriteTag
-
Ignore the end of this tag.
- doStartTag() - Method in class org.apache.struts.taglib.html.PageSchemeTag
-
- doStartTag() - Method in class org.apache.struts.taglib.html.SecureFormTag
-
Render the beginning of this form.
- doStartTag() - Method in class org.apache.struts.taglib.html.SecureRewriteTag
-
Render the appropriately encoded URI.
E
- enable - Variable in class org.apache.struts.action.SecurePlugIn
-
- enable - Variable in class org.apache.struts.tiles.SecureTilesPlugin
-
- execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class test.ssl.NullAction
-
G
- getActionMappingURL() - Method in class org.apache.struts.taglib.html.SecureFormTag
-
Return the form action converted into a server-relative URL.
- getAddSession() - Method in class org.apache.struts.action.SecurePlugIn
-
- getAddSession() - Method in class org.apache.struts.tiles.SecureTilesPlugin
-
- getEnable() - Method in class org.apache.struts.action.SecurePlugIn
-
- getEnable() - Method in interface org.apache.struts.action.SecurePlugInInterface
-
- getEnable() - Method in class org.apache.struts.tiles.SecureTilesPlugin
-
- getHttpPort() - Method in class org.apache.struts.action.SecurePlugIn
-
- getHttpPort() - Method in interface org.apache.struts.action.SecurePlugInInterface
-
- getHttpPort() - Method in class org.apache.struts.tiles.SecureTilesPlugin
-
- getHttpsPort() - Method in class org.apache.struts.action.SecurePlugIn
-
- getHttpsPort() - Method in interface org.apache.struts.action.SecurePlugInInterface
-
- getHttpsPort() - Method in class org.apache.struts.tiles.SecureTilesPlugin
-
- getPropA() - Method in class test.ssl.TestForm
-
- getPropB() - Method in class test.ssl.TestForm
-
- getRedirectString(HttpServletRequest, ServletContext, String) - Static method in class org.apache.struts.util.SecureRequestUtils
-
Creates a redirect URL string if the current request should be redirected
- getRequestParameters(HttpServletRequest) - Static method in class org.apache.struts.util.SecureRequestUtils
-
Creates query String from request body parameters
- getSecure() - Method in class org.apache.struts.config.SecureActionConfig
-
- getSecure() - Method in class org.apache.struts.taglib.html.PageSchemeTag
-
- getServletMappings() - Method in class org.apache.struts.action.SecurePlugIn
-
- getServletMappings() - Method in interface org.apache.struts.action.SecurePlugInInterface
-
- getServletMappings() - Method in class org.apache.struts.tiles.SecureTilesPlugin
-
- getSslExtAddSession() - Method in class org.apache.struts.action.SecurePlugIn
-
- getSslExtAddSession() - Method in interface org.apache.struts.action.SecurePlugInInterface
-
- getSslExtAddSession() - Method in class org.apache.struts.tiles.SecureTilesPlugin
-
- getSslExtEnable() - Method in class org.apache.struts.action.SecurePlugIn
-
- getSslExtEnable() - Method in interface org.apache.struts.action.SecurePlugInInterface
-
- getSslExtEnable() - Method in class org.apache.struts.tiles.SecureTilesPlugin
-
H
- httpPort - Variable in class org.apache.struts.action.SecurePlugIn
-
- httpPort - Variable in class org.apache.struts.tiles.SecureTilesPlugin
-
- httpsPort - Variable in class org.apache.struts.action.SecurePlugIn
-
- httpsPort - Variable in class org.apache.struts.tiles.SecureTilesPlugin
-
I
- init(ActionServlet, ModuleConfig) - Method in class org.apache.struts.action.SecurePlugIn
-
Initialize some instance variables and
the ServletContext (application) to make this PlugIn's
properties accessible from the whole app.
- init(ActionServlet, ModuleConfig) - Method in class org.apache.struts.tiles.SecureTilesPlugin
-
- initMappings() - Method in class org.apache.struts.action.SecurePlugIn
-
Initialize the servlet mappings under which the Struts ActionServlet
is accessed.
- initMappings() - Method in class org.apache.struts.tiles.SecureTilesPlugin
-
- initRequestProcessorClass(ModuleConfig) - Method in class org.apache.struts.tiles.SecureTilesPlugin
-
- initResources() - Method in class org.apache.struts.action.SecurePlugIn
-
Initialize our internal MessageResources bundle.
- initResources() - Method in class org.apache.struts.tiles.SecureTilesPlugin
-
L
- log - Variable in class org.apache.struts.tiles.SecureTilesPlugin
-
M
- messages - Static variable in class org.apache.struts.util.SecureRequestUtils
-
The message resources.
N
- NullAction - Class in test.ssl
-
- NullAction() - Constructor for class test.ssl.NullAction
-
O
- org.apache.struts.action - package org.apache.struts.action
-
- org.apache.struts.config - package org.apache.struts.config
-
- org.apache.struts.taglib.html - package org.apache.struts.taglib.html
-
- org.apache.struts.tiles - package org.apache.struts.tiles
-
- org.apache.struts.util - package org.apache.struts.util
-
P
- PageSchemeTag - Class in org.apache.struts.taglib.html
-
- PageSchemeTag() - Constructor for class org.apache.struts.taglib.html.PageSchemeTag
-
- processPreprocess(HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.action.SecureRequestProcessor
-
Override of the base class's processPreprocess() method,
delegates to the superclass method at the end
- processPreprocess(HttpServletRequest, HttpServletResponse) - Method in class org.apache.struts.action.SecureTilesRequestProcessor
-
Override of the base class's processPreprocess() method,
delegates to the superclass method at the end
R
- reclaimRequestAttributes(HttpServletRequest, boolean) - Static method in class org.apache.struts.util.SecureRequestUtils
-
Reclaims request attributes from session to request
- registrations - Variable in class org.apache.struts.action.SecurePlugIn
-
The set of public identifiers, and corresponding resource names, for
the versions of the configuration file DTDs that we know about.
- registrations - Variable in class org.apache.struts.tiles.SecureTilesPlugin
-
- reset(ActionMapping, HttpServletRequest) - Method in class test.ssl.TestForm
-
- resourceName - Variable in class org.apache.struts.action.SecurePlugIn
-
The Java base name of our internal resources.
- resourceName - Variable in class org.apache.struts.tiles.SecureTilesPlugin
-
- resources - Variable in class org.apache.struts.action.SecurePlugIn
-
The resources object for our internal resources.
- resources - Variable in class org.apache.struts.tiles.SecureTilesPlugin
-
S
- secure - Variable in class org.apache.struts.config.SecureActionConfig
-
- SECURE_PLUGIN - Static variable in interface org.apache.struts.action.SecurePlugInInterface
-
- SecureActionConfig - Class in org.apache.struts.config
-
An extension of the ActionConfig class to add the "secure" property
- SecureActionConfig() - Constructor for class org.apache.struts.config.SecureActionConfig
-
- SecureFormTag - Class in org.apache.struts.taglib.html
-
- SecureFormTag() - Constructor for class org.apache.struts.taglib.html.SecureFormTag
-
- SecureLinkTag - Class in org.apache.struts.taglib.html
-
- SecureLinkTag() - Constructor for class org.apache.struts.taglib.html.SecureLinkTag
-
- SecurePlugIn - Class in org.apache.struts.action
-
- SecurePlugIn() - Constructor for class org.apache.struts.action.SecurePlugIn
-
- SecurePlugInInterface - Interface in org.apache.struts.action
-
- SecureRequestProcessor - Class in org.apache.struts.action
-
- SecureRequestProcessor() - Constructor for class org.apache.struts.action.SecureRequestProcessor
-
- SecureRequestUtils - Class in org.apache.struts.util
-
Define some additional utility methods utilized by sslext.
- SecureRequestUtils() - Constructor for class org.apache.struts.util.SecureRequestUtils
-
- SecureRewriteTag - Class in org.apache.struts.taglib.html
-
Generate a URL-encoded URI as a string.
- SecureRewriteTag() - Constructor for class org.apache.struts.taglib.html.SecureRewriteTag
-
- SecureTilesPlugin - Class in org.apache.struts.tiles
-
- SecureTilesPlugin() - Constructor for class org.apache.struts.tiles.SecureTilesPlugin
-
- SecureTilesRequestProcessor - Class in org.apache.struts.action
-
- SecureTilesRequestProcessor() - Constructor for class org.apache.struts.action.SecureTilesRequestProcessor
-
- selectModule(String, PageContext) - Static method in class org.apache.struts.util.SecureRequestUtils
-
Select the module to which the specified request belongs.
- servlet - Variable in class org.apache.struts.tiles.SecureTilesPlugin
-
- servletMappings - Variable in class org.apache.struts.tiles.SecureTilesPlugin
-
- servletName - Variable in class org.apache.struts.tiles.SecureTilesPlugin
-
- setAddSession(String) - Method in class org.apache.struts.action.SecurePlugIn
-
- setAddSession(String) - Method in class org.apache.struts.tiles.SecureTilesPlugin
-
- setEnable(String) - Method in class org.apache.struts.action.SecurePlugIn
-
- setEnable(String) - Method in class org.apache.struts.tiles.SecureTilesPlugin
-
- setHttpPort(String) - Method in class org.apache.struts.action.SecurePlugIn
-
- setHttpPort(String) - Method in class org.apache.struts.tiles.SecureTilesPlugin
-
- setHttpsPort(String) - Method in class org.apache.struts.action.SecurePlugIn
-
- setHttpsPort(String) - Method in class org.apache.struts.tiles.SecureTilesPlugin
-
- setPropA(String) - Method in class test.ssl.TestForm
-
- setPropB(String) - Method in class test.ssl.TestForm
-
- setSecure(String) - Method in class org.apache.struts.config.SecureActionConfig
-
- setSecure(String) - Method in class org.apache.struts.taglib.html.PageSchemeTag
-
- stowRequestAttributes(HttpServletRequest) - Static method in class org.apache.struts.util.SecureRequestUtils
-
Stores request attributes in session
T
- test.ssl - package test.ssl
-
- TestForm - Class in test.ssl
-
- TestForm() - Constructor for class test.ssl.TestForm
-
A C D E G H I L M N O P R S T
Copyright 1999, 2017 The Apache Software Foundation, All Rights Reserved