HDIV API 2.0.4
A C D G H O R S U V

A

addExtraParameters(HttpServletRequest, IDataComposer, String) - Static method in class org.hdiv.util.StandardRequestUtilsHDIV
Adds webflow (_flowExecutionKey) and HDIV (_HDIV_STATE_) parameters.
addFlowExecutionParameter(HttpServletRequest, IDataComposer, String) - Static method in class org.hdiv.util.StandardRequestUtilsHDIV
Adds flow execution key (_flowExecutionKey) as url parameter if the attribute flowExecutionKey exists in the request.
addHDIVParameterIfNecessary(HttpServletRequest, String) - Static method in class org.hdiv.util.StandardRequestUtilsHDIV
Adds HDIV state and webflow's flow execution key as a parameters if url references our application.
addHDIVState(IDataComposer, String) - Static method in class org.hdiv.util.StandardRequestUtilsHDIV
Adds the HDIV parameter, depending on the strategy defined by the user, to validate the request encodedURL.
addParameter(String, String) - Method in class org.hdiv.taglibs.standard.tag.common.core.RedirectSupportHDIV
 
addParameter(String, String) - Method in class org.hdiv.taglibs.standard.tag.common.core.UrlSupportHDIV
 

C

composeAction(String, int, String, IDataComposer) - Static method in class org.hdiv.util.StandardRequestUtilsHDIV
It generates a new encoded values for the url parameters.
composeURL(HttpServletRequest, String) - Static method in class org.hdiv.util.StandardRequestUtilsHDIV
It creates a new state to store all the parameters and values of the request and it generates a new encoded values for the request parameters and adds the HDIV parameter.
context - Variable in class org.hdiv.taglibs.standard.tag.common.core.RedirectSupportHDIV
'context' attribute
context - Variable in class org.hdiv.taglibs.standard.tag.common.core.UrlSupportHDIV
'context' attribute

D

doEndTag() - Method in class org.hdiv.taglibs.standard.tag.common.core.RedirectSupportHDIV
Gets the right value, encodes it, and prints or stores it
doEndTag() - Method in class org.hdiv.taglibs.standard.tag.common.core.UrlSupportHDIV
Gets the right value, encodes it, and prints or stores it
doStartTag() - Method in class org.hdiv.taglibs.standard.tag.common.core.RedirectSupportHDIV
resets any parameters that might be sent
doStartTag() - Method in class org.hdiv.taglibs.standard.tag.common.core.UrlSupportHDIV
Resets any parameters that might be sent
doStartTag() - Method in class org.hdiv.taglibs.standard.tag.el.core.RedirectTagHDIV
Evaluates expression and chains to parent
doStartTag() - Method in class org.hdiv.taglibs.standard.tag.el.core.UrlTagHDIV
evaluates expression and chains to parent

G

getContextRelativePath(ServletRequest, String) - Static method in class org.hdiv.util.StandardRequestUtilsHDIV
 

H

hasActionOrServletExtension(String, Hashtable) - Static method in class org.hdiv.util.StandardRequestUtilsHDIV
Checks if path has an action extension or a jsp page extension.

O

org.hdiv.taglibs.standard.tag.common.core - package org.hdiv.taglibs.standard.tag.common.core
 
org.hdiv.taglibs.standard.tag.el.core - package org.hdiv.taglibs.standard.tag.el.core
 
org.hdiv.taglibs.standard.tag.rt.core - package org.hdiv.taglibs.standard.tag.rt.core
 
org.hdiv.util - package org.hdiv.util
 

R

RedirectSupportHDIV - Class in org.hdiv.taglibs.standard.tag.common.core
Support for tag handlers for <redirect>, JSTL 1.0's tag for redirecting to a new URL (with optional query parameters).
RedirectSupportHDIV() - Constructor for class org.hdiv.taglibs.standard.tag.common.core.RedirectSupportHDIV
 
RedirectTagHDIV - Class in org.hdiv.taglibs.standard.tag.el.core
A handler for <redirect>, which redirects the browser to a new URL.
RedirectTagHDIV() - Constructor for class org.hdiv.taglibs.standard.tag.el.core.RedirectTagHDIV
Constructs a new URLEncodeTag.
RedirectTagHDIV - Class in org.hdiv.taglibs.standard.tag.rt.core
A handler for <redirect> that supports rtexprvalue-based attributes.
RedirectTagHDIV() - Constructor for class org.hdiv.taglibs.standard.tag.rt.core.RedirectTagHDIV
 
release() - Method in class org.hdiv.taglibs.standard.tag.common.core.RedirectSupportHDIV
Releases any resources we may have (or inherit)
release() - Method in class org.hdiv.taglibs.standard.tag.common.core.UrlSupportHDIV
Releases any resources we may have (or inherit)
release() - Method in class org.hdiv.taglibs.standard.tag.el.core.RedirectTagHDIV
Releases any resources we may have (or inherit)
release() - Method in class org.hdiv.taglibs.standard.tag.el.core.UrlTagHDIV
Releases any resources we may have (or inherit)
removeRelativePaths(String) - Static method in class org.hdiv.util.StandardRequestUtilsHDIV
Removes from url references to relative paths.
resolveUrl(String, String, PageContext) - Static method in class org.hdiv.taglibs.standard.tag.common.core.UrlSupportHDIV
 

S

setContext(String) - Method in class org.hdiv.taglibs.standard.tag.el.core.RedirectTagHDIV
 
setContext(String) - Method in class org.hdiv.taglibs.standard.tag.el.core.UrlTagHDIV
 
setContext(String) - Method in class org.hdiv.taglibs.standard.tag.rt.core.RedirectTagHDIV
 
setContext(String) - Method in class org.hdiv.taglibs.standard.tag.rt.core.UrlTagHDIV
 
setScope(String) - Method in class org.hdiv.taglibs.standard.tag.common.core.RedirectSupportHDIV
 
setScope(String) - Method in class org.hdiv.taglibs.standard.tag.common.core.UrlSupportHDIV
 
setUrl(String) - Method in class org.hdiv.taglibs.standard.tag.el.core.RedirectTagHDIV
 
setUrl(String) - Method in class org.hdiv.taglibs.standard.tag.rt.core.RedirectTagHDIV
 
setValue(String) - Method in class org.hdiv.taglibs.standard.tag.el.core.UrlTagHDIV
 
setValue(String) - Method in class org.hdiv.taglibs.standard.tag.rt.core.UrlTagHDIV
 
setVar(String) - Method in class org.hdiv.taglibs.standard.tag.common.core.RedirectSupportHDIV
 
setVar(String) - Method in class org.hdiv.taglibs.standard.tag.common.core.UrlSupportHDIV
 
StandardRequestUtilsHDIV - Class in org.hdiv.util
General purpose utility methods related to processing a servlet request.
StandardRequestUtilsHDIV() - Constructor for class org.hdiv.util.StandardRequestUtilsHDIV
 

U

url - Variable in class org.hdiv.taglibs.standard.tag.common.core.RedirectSupportHDIV
'url' attribute
UrlSupportHDIV - Class in org.hdiv.taglibs.standard.tag.common.core
Support for tag handlers for <url>, the URL creation and rewriting tag in JSTL 1.0.
UrlSupportHDIV() - Constructor for class org.hdiv.taglibs.standard.tag.common.core.UrlSupportHDIV
Constructor and initialization
UrlTagHDIV - Class in org.hdiv.taglibs.standard.tag.el.core
A handler for <urlEncode> that accepts attributes as Strings and evaluates them as expressions at runtime.
UrlTagHDIV() - Constructor for class org.hdiv.taglibs.standard.tag.el.core.UrlTagHDIV
Constructs a new URLEncodeTag.
UrlTagHDIV - Class in org.hdiv.taglibs.standard.tag.rt.core
A handler for <urlEncode> that supports rtexprvalue-based attributes.
UrlTagHDIV() - Constructor for class org.hdiv.taglibs.standard.tag.rt.core.UrlTagHDIV
 

V

value - Variable in class org.hdiv.taglibs.standard.tag.common.core.UrlSupportHDIV
'value' attribute

A C D G H O R S U V
HDIV 2.0.4

Copyright © 2008 hdiv.org. All Rights Reserved.