HDIV API 2.0.4
A C D E F G H I O P R S T U V W

A

addExtraParameters() - Method in class org.hdiv.web.servlet.tags.form.FormTagHDIV
Añade nuevos parámetros al formulario que no han sido definidos mediante tags de HTML.
addHDIVParameter() - Method in class org.hdiv.web.servlet.tags.form.FormTagHDIV
Adds HDIV state as parameter.
addHDIVParameterIfNecessary(HttpServletRequest, String) - Static method in class org.hdiv.util.SpringRequestUtilsHDIV
Adds HDIV state as a parameter if url references our application.
addHDIVState(IDataComposer, String) - Static method in class org.hdiv.util.SpringRequestUtilsHDIV
Adds the HDIV parameter, depending on the strategu defined by the user, to validate the request encodedURL.

C

CheckboxesTagHDIV - Class in org.hdiv.web.servlet.tags.form
Databinding-aware JSP tag for rendering multiple HTML 'input' elements with a 'type' of 'checkbox'.
CheckboxesTagHDIV() - Constructor for class org.hdiv.web.servlet.tags.form.CheckboxesTagHDIV
 
CheckboxTagHDIV - Class in org.hdiv.web.servlet.tags.form
Databinding-aware JSP tag for rendering an HTML 'input' element with a 'type' of 'checkbox'.
CheckboxTagHDIV() - Constructor for class org.hdiv.web.servlet.tags.form.CheckboxTagHDIV
 
CipherTag - Class in org.hdiv.web.servlet.tags.form
Tag to cipher data without using Spring MVC.
CipherTag() - Constructor for class org.hdiv.web.servlet.tags.form.CipherTag
 
composeAction(String, int, String, IDataComposer) - Static method in class org.hdiv.util.SpringRequestUtilsHDIV
It generates a new encoded values for the url parameters.
composeQueryString(String) - Method in class org.hdiv.web.servlet.tags.form.FormTagHDIV
Removes HDIV parameter from queryString and it composes other parameters.
composeURL(HttpServletRequest, String) - Static method in class org.hdiv.util.SpringRequestUtilsHDIV
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.
createMessageError(String[]) - Method in class org.hdiv.web.validator.EditableParameterValidator
It creates the message error from the values values.
createView(String, Locale) - Method in class org.hdiv.web.servlet.view.InternalResourceViewResolverHDIV
Overridden to implement check for "redirect:" prefix.
createView(String, Locale) - Method in class org.hdiv.web.servlet.view.UrlBasedViewResolverHDIV
Overridden to implement check for "redirect:" prefix.

D

defaultResolveMultipart(HttpServletRequest) - Method in class org.hdiv.web.multipart.HDIVMultipartResolver
 
doEndTag() - Method in class org.hdiv.web.servlet.tags.form.FormTagHDIV
Closes the 'form' block tag and removes the command name from the PageContext.
doEndTag() - Method in class org.hdiv.web.servlet.tags.form.SelectTagHDIV
Closes any block tag that might have been opened when using nested options.
doFinally() - Method in class org.hdiv.web.servlet.tags.form.SelectTagHDIV
Clears the TagWriter that might have been left over when using nested options.
doStartTag() - Method in class org.hdiv.web.servlet.tags.form.CipherTag
Process the start of this tag.

E

EditableParameterValidator - Class in org.hdiv.web.validator
Validation to visualize the errors produced in the editable fields detected by HDIV.
EditableParameterValidator() - Constructor for class org.hdiv.web.validator.EditableParameterValidator
 
exposeAttributes() - Method in class org.hdiv.web.servlet.tags.form.OptionTagHDIV
 

F

FormTagHDIV - Class in org.hdiv.web.servlet.tags.form
Databinding-aware JSP tag for rendering an HTML 'form' whose inner elements are bound to properties on a command object.
FormTagHDIV() - Constructor for class org.hdiv.web.servlet.tags.form.FormTagHDIV
 

G

generateHiddenTag(String, String) - Method in class org.hdiv.web.servlet.tags.form.FormTagHDIV
Renders an HTML <input> element of type hidden.
getAncestorOfType(Tag, Class) - Static method in class org.hdiv.web.util.TagUtils
Determine whether the supplied Tag has any ancestor tag of the supplied type.
getBindStatus() - Method in class org.hdiv.web.servlet.tags.form.OptionTagHDIV
 
getContextRelativePath(ServletRequest, String) - Static method in class org.hdiv.util.SpringRequestUtilsHDIV
 
getDataComposer() - Method in class org.hdiv.web.servlet.tags.form.FormTagHDIV
 
getDefaultValue() - Method in class org.hdiv.web.servlet.tags.form.SubmitTagHDIV
Return the default value.
getDisabled() - Method in class org.hdiv.web.servlet.tags.form.OptionTagHDIV
Get the value of the 'disabled' attribute.
getLabel() - Method in class org.hdiv.web.servlet.tags.form.OptionTagHDIV
Get the text body of the rendered HTML <option> tag.
getName() - Method in class org.hdiv.web.servlet.tags.form.SelectTagHDIV
Get the value for the HTML 'name' attribute.
getName() - Method in class org.hdiv.web.servlet.tags.form.SubmitTagHDIV
Get the value of the 'name' attribute.
getTagWriter() - Method in class org.hdiv.web.servlet.tags.form.FormTagHDIV
 
getType() - Method in class org.hdiv.web.servlet.tags.form.SubmitTagHDIV
Get the value of the 'type' attribute.
getValue() - Method in class org.hdiv.web.servlet.tags.form.OptionTagHDIV
Get the 'value' attribute of the rendered HTML <option> tag.
getValue() - Method in class org.hdiv.web.servlet.tags.form.SubmitTagHDIV
Get the value of the 'value' attribute.

H

hasActionOrServletExtension(String, Hashtable) - Static method in class org.hdiv.util.SpringRequestUtilsHDIV
Checks if path has an action extension or a jsp page extension.
HDIVMultipartResolver - Class in org.hdiv.web.multipart
Servlet-based MultipartResolver implementation for Jakarta Commons FileUpload 1.1 or higher and HDIV for Spring MVC.
HDIVMultipartResolver() - Constructor for class org.hdiv.web.multipart.HDIVMultipartResolver
 
HiddenInputTagHDIV - Class in org.hdiv.web.servlet.tags.form
Data-binding aware JSP tag for rendering a hidden HTML 'input' field containing the databound value.
HiddenInputTagHDIV() - Constructor for class org.hdiv.web.servlet.tags.form.HiddenInputTagHDIV
 

I

ignoreParameter(String) - Method in class org.hdiv.web.servlet.tags.form.FormTagHDIV
 
InputTagHDIV - Class in org.hdiv.web.servlet.tags.form
Data-binding-aware JSP tag for rendering an HTML 'input' element with a 'type' of 'text'.
InputTagHDIV() - Constructor for class org.hdiv.web.servlet.tags.form.InputTagHDIV
 
InternalResourceViewResolverHDIV - Class in org.hdiv.web.servlet.view
Convenient subclass of UrlBasedViewResolver that supports InternalResourceView (i.e.
InternalResourceViewResolverHDIV() - Constructor for class org.hdiv.web.servlet.view.InternalResourceViewResolverHDIV
 
isDisabled() - Method in class org.hdiv.web.servlet.tags.form.OptionTagHDIV
Is the current HTML tag disabled?

O

onWriteTagContent() - Method in class org.hdiv.web.servlet.tags.form.OptionTagHDIV
Make sure we are under a 'select' tag before proceeding.
OptionsTagHDIV - Class in org.hdiv.web.servlet.tags.form
Convenient tag that allows one to supply a collection of objects that are to be rendered as 'option' tags within a 'select' tag.
OptionsTagHDIV() - Constructor for class org.hdiv.web.servlet.tags.form.OptionsTagHDIV
 
OptionTagHDIV - Class in org.hdiv.web.servlet.tags.form
JSP tag for rendering an HTML 'option' tag.
OptionTagHDIV() - Constructor for class org.hdiv.web.servlet.tags.form.OptionTagHDIV
 
org.hdiv.util - package org.hdiv.util
 
org.hdiv.web.multipart - package org.hdiv.web.multipart
 
org.hdiv.web.servlet.tags.form - package org.hdiv.web.servlet.tags.form
 
org.hdiv.web.servlet.view - package org.hdiv.web.servlet.view
 
org.hdiv.web.util - package org.hdiv.web.util
 
org.hdiv.web.validator - package org.hdiv.web.validator
 

P

PasswordInputTagHDIV - Class in org.hdiv.web.servlet.tags.form
Databinding-aware JSP tag for rendering an HTML 'input' element with a 'type' of 'password'.
PasswordInputTagHDIV() - Constructor for class org.hdiv.web.servlet.tags.form.PasswordInputTagHDIV
 

R

RadioButtonsTagHDIV - Class in org.hdiv.web.servlet.tags.form
Databinding-aware JSP tag for rendering multiple HTML 'input' elements with a 'type' of 'radio'.
RadioButtonsTagHDIV() - Constructor for class org.hdiv.web.servlet.tags.form.RadioButtonsTagHDIV
 
RadioButtonTagHDIV - Class in org.hdiv.web.servlet.tags.form
Databinding-aware JSP tag for rendering an HTML 'input' element with a 'type' of 'radio'.
RadioButtonTagHDIV() - Constructor for class org.hdiv.web.servlet.tags.form.RadioButtonTagHDIV
 
RedirectViewHDIV - Class in org.hdiv.web.servlet.view
View that redirects to an absolute, context relative, or current request relative URL, exposing all model attributes as HTTP query parameters.
RedirectViewHDIV() - Constructor for class org.hdiv.web.servlet.view.RedirectViewHDIV
Constructor for use as a bean.
RedirectViewHDIV(String) - Constructor for class org.hdiv.web.servlet.view.RedirectViewHDIV
Create a new RedirectView with the given URL.
RedirectViewHDIV(String, boolean) - Constructor for class org.hdiv.web.servlet.view.RedirectViewHDIV
Create a new RedirectView with the given URL.
RedirectViewHDIV(String, boolean, boolean) - Constructor for class org.hdiv.web.servlet.view.RedirectViewHDIV
Create a new RedirectView with the given URL.
removeAttributes() - Method in class org.hdiv.web.servlet.tags.form.OptionTagHDIV
 
removeRelativePaths(String) - Static method in class org.hdiv.util.SpringRequestUtilsHDIV
Removes from url references to relative paths.
renderDefaultContent(TagWriter) - Method in class org.hdiv.web.servlet.tags.form.OptionTagHDIV
 
renderFromBodyContent(BodyContent, TagWriter) - Method in class org.hdiv.web.servlet.tags.form.OptionTagHDIV
 
resolveAction() - Method in class org.hdiv.web.servlet.tags.form.FormTagHDIV
Resolve the value of the 'action' attribute.
resolveCssClass() - Method in class org.hdiv.web.servlet.tags.form.SubmitTagHDIV
Gets the appropriate CSS class to use.
resolveMultipart(HttpServletRequest) - Method in class org.hdiv.web.multipart.HDIVMultipartResolver
 

S

SelectTagHDIV - Class in org.hdiv.web.servlet.tags.form
Databinding-aware JSP tag that renders an HTML 'select' element.
SelectTagHDIV() - Constructor for class org.hdiv.web.servlet.tags.form.SelectTagHDIV
 
sendRedirect(HttpServletRequest, HttpServletResponse, String, boolean) - Method in class org.hdiv.web.servlet.view.RedirectViewHDIV
Send a redirect back to the HTTP client and adds HDIV state as a parameter if targetUrl references our application.
setAction(String) - Method in class org.hdiv.web.servlet.tags.form.CipherTag
Sets the action action defined in the tag.
setDisabled(String) - Method in class org.hdiv.web.servlet.tags.form.OptionTagHDIV
Set the value of the 'disabled' attribute.
setItems(Object) - Method in class org.hdiv.web.servlet.tags.form.SelectTagHDIV
Set the Collection, Map or array of objects used to generate the inner 'option' tags.
setLabel(String) - Method in class org.hdiv.web.servlet.tags.form.OptionTagHDIV
Set the text body of the rendered HTML <option> tag.
setName(String) - Method in class org.hdiv.web.servlet.tags.form.SubmitTagHDIV
Set the value of the 'name' attribute.
setParameter(String) - Method in class org.hdiv.web.servlet.tags.form.CipherTag
Sets the parameter parameter defined in the tag.
setResolveLazily(boolean) - Method in class org.hdiv.web.multipart.HDIVMultipartResolver
Set whether to resolve the multipart request lazily at the time of file or parameter access.
setValue(String) - Method in class org.hdiv.web.servlet.tags.form.CipherTag
Sets the value value defined in the tag.
setValue(Object) - Method in class org.hdiv.web.servlet.tags.form.OptionTagHDIV
Set the 'value' attribute of the rendered HTML <option> tag.
setValue(String) - Method in class org.hdiv.web.servlet.tags.form.SubmitTagHDIV
Set the value of the 'value' attribute.
SpringRequestUtilsHDIV - Class in org.hdiv.util
General purpose utility methods related to processing a servlet request.
SpringRequestUtilsHDIV() - Constructor for class org.hdiv.util.SpringRequestUtilsHDIV
 
SubmitTagHDIV - Class in org.hdiv.web.servlet.tags.form
JSP tag for rendering an HTML 'input' element with a 'type' of 'submit'.
SubmitTagHDIV() - Constructor for class org.hdiv.web.servlet.tags.form.SubmitTagHDIV
 
supports(Class) - Method in class org.hdiv.web.validator.EditableParameterValidator
 

T

TagUtils - Class in org.hdiv.web.util
Utility class for tag library.
TagUtils() - Constructor for class org.hdiv.web.util.TagUtils
 
TextareaTagHDIV - Class in org.hdiv.web.servlet.tags.form
Databinding-aware JSP tag for rendering an HTML 'textarea'.
TextareaTagHDIV() - Constructor for class org.hdiv.web.servlet.tags.form.TextareaTagHDIV
 

U

UrlBasedViewResolverHDIV - Class in org.hdiv.web.servlet.view
Simple implementation of the ViewResolver interface, allowing for direct resolution of symbolic view names to URLs, without explicit mapping definition.
UrlBasedViewResolverHDIV() - Constructor for class org.hdiv.web.servlet.view.UrlBasedViewResolverHDIV
 

V

validate(Object, Errors) - Method in class org.hdiv.web.validator.EditableParameterValidator
 
validateEditableParameters(Object, Errors) - Method in class org.hdiv.web.validator.EditableParameterValidator
Obtains the errors from request detected by HDIV during the validation process of the editable parameters.

W

writeTagContent(TagWriter) - Method in class org.hdiv.web.servlet.tags.form.CheckboxesTagHDIV
 
writeTagContent(TagWriter) - Method in class org.hdiv.web.servlet.tags.form.CheckboxTagHDIV
Writes the 'input(checkbox)' to the supplied TagWriter, marking it as 'checked' if appropriate.
writeTagContent(TagWriter) - Method in class org.hdiv.web.servlet.tags.form.FormTagHDIV
Writes the opening part of the block 'form' tag and exposes the command name in the PageContext.
writeTagContent(TagWriter) - Method in class org.hdiv.web.servlet.tags.form.HiddenInputTagHDIV
Writes the HTML 'input' tag to the supplied TagWriter including the databound value.
writeTagContent(TagWriter) - Method in class org.hdiv.web.servlet.tags.form.InputTagHDIV
Writes the 'input' tag to the supplied TagWriter.
writeTagContent(TagWriter) - Method in class org.hdiv.web.servlet.tags.form.OptionsTagHDIV
 
writeTagContent(TagWriter) - Method in class org.hdiv.web.servlet.tags.form.RadioButtonTagHDIV
Renders the 'input(radio)' element with the configured value.
writeTagContent(TagWriter) - Method in class org.hdiv.web.servlet.tags.form.SelectTagHDIV
Renders the HTML 'select' tag to the supplied TagWriter.
writeTagContent(TagWriter) - Method in class org.hdiv.web.servlet.tags.form.SubmitTagHDIV
Writes the 'input' tag to the supplied TagWriter.
writeTagContent(TagWriter) - Method in class org.hdiv.web.servlet.tags.form.TextareaTagHDIV
 
writeValue(TagWriter) - Method in class org.hdiv.web.servlet.tags.form.PasswordInputTagHDIV
The PasswordInputTag only writes it's value if the 'showPassword' property value is true.
writeValue(TagWriter) - Method in class org.hdiv.web.servlet.tags.form.SubmitTagHDIV
Writes the 'value' attribute to the supplied TagWriter.

A C D E F G H I O P R S T U V W
HDIV 2.0.4

Copyright © 2008 hdiv.org. All Rights Reserved.