|
|||||||||
Home >> All >> org >> displaytag >> [ util overview ] | PREV NEXT |
A
- AMPERSAND - Static variable in class org.displaytag.util.TagConstants
- escaped ampersand
&
. - ATTRIBUTE_ALIGN - Static variable in class org.displaytag.util.TagConstants
- html attribute
align
. - ATTRIBUTE_BACKGROUND - Static variable in class org.displaytag.util.TagConstants
- html attribute
background
. - ATTRIBUTE_BGCOLOR - Static variable in class org.displaytag.util.TagConstants
- html attribute
bgcolor
. - ATTRIBUTE_BORDER - Static variable in class org.displaytag.util.TagConstants
- html attribute
border
. - ATTRIBUTE_CELLPADDING - Static variable in class org.displaytag.util.TagConstants
- html attribute
cellpadding
. - ATTRIBUTE_CELLSPACING - Static variable in class org.displaytag.util.TagConstants
- html attribute
cellspacing
. - ATTRIBUTE_CLASS - Static variable in class org.displaytag.util.TagConstants
- html attribute
class
. - ATTRIBUTE_DIR - Static variable in class org.displaytag.util.TagConstants
- html attribute
dir
. - ATTRIBUTE_FRAME - Static variable in class org.displaytag.util.TagConstants
- html attribute
frame
. - ATTRIBUTE_HEIGHT - Static variable in class org.displaytag.util.TagConstants
- html attribute
height
. - ATTRIBUTE_HSPACE - Static variable in class org.displaytag.util.TagConstants
- html attribute
hspace
. - ATTRIBUTE_ID - Static variable in class org.displaytag.util.TagConstants
- html attribute
id
. - ATTRIBUTE_LANG - Static variable in class org.displaytag.util.TagConstants
- html attribute
lang
. - ATTRIBUTE_NOWRAP - Static variable in class org.displaytag.util.TagConstants
- html attribute
nowrap
. - ATTRIBUTE_RULES - Static variable in class org.displaytag.util.TagConstants
- html attribute
rules
. - ATTRIBUTE_SCOPE - Static variable in class org.displaytag.util.TagConstants
- html attribute
scope
. - ATTRIBUTE_STYLE - Static variable in class org.displaytag.util.TagConstants
- html attribute
style
. - ATTRIBUTE_SUMMARY - Static variable in class org.displaytag.util.TagConstants
- html attribute
summary
. - ATTRIBUTE_TITLE - Static variable in class org.displaytag.util.TagConstants
- html attribute
title
. - ATTRIBUTE_VALIGN - Static variable in class org.displaytag.util.TagConstants
- html attribute
valign
. - ATTRIBUTE_VSPACE - Static variable in class org.displaytag.util.TagConstants
- html attribute
vspace
. - ATTRIBUTE_WIDTH - Static variable in class org.displaytag.util.TagConstants
- html attribute
width
. - Anchor - class org.displaytag.util.Anchor.
- Anchor object used to output an html link (an <a> tag).
- Anchor(Href, String) - Constructor for class org.displaytag.util.Anchor
- Creates a new Anchor whit the supplied Href and body text.
- abbreviateHtmlString(String, int, boolean) - Static method in class org.displaytag.util.HtmlTagUtil
- Abbreviates a String which can contain html tags.
- addAllAttributesFromArray(String[]) - Method in class org.displaytag.util.MultipleHtmlAttribute
- Adds attributes from an array.
- addAttributeValue(String) - Method in class org.displaytag.util.MultipleHtmlAttribute
- Adds a value to the attribute.
- addParameter(String, Object) - Method in class org.displaytag.util.DefaultHref
- Adds a parameter to the href.
- addParameter(String, int) - Method in class org.displaytag.util.DefaultHref
- Adds an int parameter to the href.
- addParameter(String, Object) - Method in interface org.displaytag.util.Href
- Adds a parameter to the href.
- addParameter(String, int) - Method in interface org.displaytag.util.Href
- Adds an int parameter to the href.
- addParameterMap(Map) - Method in class org.displaytag.util.DefaultHref
- Adds all the parameters contained in the map to the Href.
- addParameterMap(Map) - Method in interface org.displaytag.util.Href
- Adds all the parameters contained in the map to the Href.
- anchor - Variable in class org.displaytag.util.DefaultHref
- Anchor (to be added at the end of URL).
- attributeMap - Variable in class org.displaytag.util.Anchor
- HashMap containing all the html attributes.
- attributeSet - Variable in class org.displaytag.util.MultipleHtmlAttribute
- Sets containing splitted attribute values.
- availableForMedia(MediaUtil.SupportsMedia, MediaTypeEnum) - Static method in class org.displaytag.util.MediaUtil
- Is this media supporter configured for the media type? (Background: Factored from ColumnTag)
C
- CollectionUtil - class org.displaytag.util.CollectionUtil.
- Utility methods for collection handling.
- CollectionUtil() - Constructor for class org.displaytag.util.CollectionUtil
- Don't instantiate a CollectionUtil.
- check() - Static method in class org.displaytag.util.DependencyChecker
- Displaytag requires commons-lang 2.x or better; it is not compatible with earlier versions.
- checkToString(Object) - Method in class org.displaytag.util.ToStringTest
- ToString methods should be costructed using toStringBuilder and the
ShortToStringStyle.SHORT_STYLE
style. - classForName(String) - Static method in class org.displaytag.util.ReflectHelper
- Tries to load a class with more classloaders.
- clone() - Method in class org.displaytag.util.DefaultHref
- clone() - Method in interface org.displaytag.util.Href
- clone() - Method in class org.displaytag.util.MultipleHtmlAttribute
- commonsLangChecked - Static variable in class org.displaytag.util.DependencyChecker
- Has the commons-lang dependency been checked?
- createOpenTagString(String, HtmlAttributeMap) - Static method in class org.displaytag.util.HtmlTagUtil
- costruct a tag from a name and a collection of attributes.
D
- DELIMITER - Static variable in class org.displaytag.util.HtmlAttributeMap
- Attribute value delimiter.
- DefaultHref - class org.displaytag.util.DefaultHref.
- DefaultHref(String) - Constructor for class org.displaytag.util.DefaultHref
- Construct a new Href parsing a URL.
- DefaultHrefTest - class org.displaytag.util.DefaultHrefTest.
- Test case for org.displaytag.util.Href.
- DefaultHrefTest() - Constructor for class org.displaytag.util.DefaultHrefTest
- DefaultRequestHelper - class org.displaytag.util.DefaultRequestHelper.
- Default RequestHelper implementation.
- DefaultRequestHelper(HttpServletRequest, HttpServletResponse) - Constructor for class org.displaytag.util.DefaultRequestHelper
- Construct a new RequestHelper for the given request.
- DefaultRequestHelperFactory - class org.displaytag.util.DefaultRequestHelperFactory.
- Default RequestHelperFactory implementation.
- DefaultRequestHelperFactory() - Constructor for class org.displaytag.util.DefaultRequestHelperFactory
- DependencyChecker - class org.displaytag.util.DependencyChecker.
- An user-friendly dependency checker.
- DependencyChecker() - Constructor for class org.displaytag.util.DependencyChecker
- Don't instantiate.
E
- EMPTY_STRING - Static variable in class org.displaytag.util.TagConstants
- Empty String "".
- EQUALS - Static variable in class org.displaytag.util.HtmlAttributeMap
- character between name and value.
- encodeParameterName(String) - Method in class org.displaytag.util.ParamEncoder
- encode a parameter name prepending calculated
parameterIdentifier
. - equals(Object) - Method in class org.displaytag.util.DefaultHref
- equals(Object) - Method in interface org.displaytag.util.Href
G
- getAnchor() - Method in class org.displaytag.util.DefaultHref
- Returns the URI anchor.
- getAnchor() - Method in interface org.displaytag.util.Href
- Returns the URI anchor.
- getBaseUrl() - Method in class org.displaytag.util.DefaultHref
- Getter for the base url (without parameters).
- getBaseUrl() - Method in interface org.displaytag.util.Href
- Getter for the base url (without parameters).
- getBeanProperty(Object, String) - Static method in class org.displaytag.util.LookupUtil
- Returns the value of a property in the given bean.
- getBeanValue(PageContext, String, int) - Static method in class org.displaytag.util.LookupUtil
- Read an object from the pagecontext with the specified scope and eventually lookup a property in it.
- getCloseTag() - Method in class org.displaytag.util.Anchor
- returns the </a> tag.
- getHref() - Method in class org.displaytag.util.DefaultRequestHelper
- getHref() - Method in interface org.displaytag.util.RequestHelper
- return the current Href for the request (base url and parameters).
- getHrefString() - Method in class org.displaytag.util.Anchor
- returns the href attribute, surrounded by quotes and prefixed with " href=".
- getIndexedProperty(Object, String) - Static method in class org.displaytag.util.LookupUtil
- Return the value of the specified indexed property of the specified bean, with no type conversions.
- getIntParameter(String) - Method in class org.displaytag.util.DefaultRequestHelper
- getIntParameter(String) - Method in interface org.displaytag.util.RequestHelper
- Reads an Integer parameter from the request.
- getListFromObject(Object, int, int) - Static method in class org.displaytag.util.CollectionUtil
- create an iterator on a given object (Collection, Enumeration, array, single Object) and crop the resulting list according to the startIndex and numberOfItems parameters.
- getName() - Method in class org.displaytag.util.DefaultHrefTest
- getName() - Method in class org.displaytag.util.HtmlTagUtilTest
- getName() - Method in class org.displaytag.util.ParamEncoderTest
- getName() - Method in class org.displaytag.util.ToStringTest
- getOpenTag() - Method in class org.displaytag.util.Anchor
- Returns the <a> tag, with rendered href and any html attribute.
- getParameter(String) - Method in class org.displaytag.util.DefaultRequestHelper
- getParameter(String) - Method in interface org.displaytag.util.RequestHelper
- Reads a String parameter from the request.
- getParameterMap() - Method in class org.displaytag.util.DefaultHref
- Getter for the map containing link parameters.
- getParameterMap() - Method in class org.displaytag.util.DefaultRequestHelper
- getParameterMap() - Method in interface org.displaytag.util.Href
- Getter for the map containing link parameters.
- getParameterMap() - Method in interface org.displaytag.util.RequestHelper
- Returns a Map containing all the parameters in the request.
- getProperty(Object, String) - Static method in class org.displaytag.util.LookupUtil
- Return the value of the (possibly nested) property of the specified name, for the specified bean, with no type conversions.
- getRequestHelperInstance(PageContext) - Method in class org.displaytag.util.DefaultRequestHelperFactory
- getRequestHelperInstance(PageContext) - Method in interface org.displaytag.util.RequestHelperFactory
- returns a RequestHelper instance for a given request.
- getSubList(Iterator, int, int) - Static method in class org.displaytag.util.CollectionUtil
- Create a list of objects taken from the given iterator and crop the resulting list according to the startIndex and numberOfItems parameters.
- getSupportedMedia() - Method in interface org.displaytag.util.MediaUtil.SupportsMedia
- Obtain the list of media types this object supports.
H
- Href - interface org.displaytag.util.Href.
- Interface representing an URI (the href parameter of an <a> tag).
- HtmlAttributeMap - class org.displaytag.util.HtmlAttributeMap.
- Extends Map providing only a different toString() method which can be used in printing attributes inside an html tag.
- HtmlAttributeMap() - Constructor for class org.displaytag.util.HtmlAttributeMap
- HtmlTagUtil - class org.displaytag.util.HtmlTagUtil.
- Utility methods for dealing with html tags.
- HtmlTagUtil() - Constructor for class org.displaytag.util.HtmlTagUtil
- don't instantiate a new HtmlTagUtil.
- HtmlTagUtilTest - class org.displaytag.util.HtmlTagUtilTest.
- Test case for org.displaytag.util.HtmlTagUtil.
- HtmlTagUtilTest() - Constructor for class org.displaytag.util.HtmlTagUtilTest
- hashCode() - Method in class org.displaytag.util.DefaultHref
- href - Variable in class org.displaytag.util.Anchor
- Href object to be written in the "href" html attribute.
I
- isParameterEncoded(String) - Method in class org.displaytag.util.ParamEncoder
- Check if the given parameter has been encoded using paramEncoder.
L
- LookupUtil - class org.displaytag.util.LookupUtil.
- Utility class with methods for object and properties retrieving.
- LookupUtil() - Constructor for class org.displaytag.util.LookupUtil
- don't instantiate a LookupUtil.
- linkText - Variable in class org.displaytag.util.Anchor
- link body text.
- log - Static variable in class org.displaytag.util.DefaultRequestHelper
- logger.
- log - Static variable in class org.displaytag.util.LookupUtil
- logger.
- log - Static variable in class org.displaytag.util.MediaUtil
- logger.
M
- MediaUtil - class org.displaytag.util.MediaUtil.
- This class provides services for configuring and determining the list of media types an instance of
SupportsMedia
supports. - MediaUtil() - Constructor for class org.displaytag.util.MediaUtil
- Don't instantiate MediaUtil.
- MediaUtil.SupportsMedia - interface org.displaytag.util.MediaUtil.SupportsMedia.
- Defines a type of object that can support a list of media types.
- MultipleHtmlAttribute - class org.displaytag.util.MultipleHtmlAttribute.
- Object used to contain html multiple attribute value (for the "class" attribute).
- MultipleHtmlAttribute(String) - Constructor for class org.displaytag.util.MultipleHtmlAttribute
- Constructor for MultipleHtmlAttribute.
O
- org.displaytag.util - package org.displaytag.util
P
- ParamEncoder - class org.displaytag.util.ParamEncoder.
- Simple utility class for encoding parameter names.
- ParamEncoder(String) - Constructor for class org.displaytag.util.ParamEncoder
- Generates a new parameter encoder for the table with the given id.
- ParamEncoderTest - class org.displaytag.util.ParamEncoderTest.
- Tests for ParamEncoder.
- ParamEncoderTest() - Constructor for class org.displaytag.util.ParamEncoderTest
- parameterIdentifier - Variable in class org.displaytag.util.ParamEncoder
- Unique identifier for a tag with the given id/name.
- parameters - Variable in class org.displaytag.util.DefaultHref
- Url parameters.
R
- ReflectHelper - class org.displaytag.util.ReflectHelper.
- Utility method for reflection.
- ReflectHelper() - Constructor for class org.displaytag.util.ReflectHelper
- Don't instantiate.
- RequestHelper - interface org.displaytag.util.RequestHelper.
- A RequestHelper object is used to read parameters from the request.
- RequestHelperFactory - interface org.displaytag.util.RequestHelperFactory.
- RequestHelperFactory interface.
- removeParameter(String) - Method in class org.displaytag.util.DefaultHref
- Removes a parameter from the href.
- removeParameter(String) - Method in interface org.displaytag.util.Href
- Removes a parameter from the href.
- request - Variable in class org.displaytag.util.DefaultRequestHelper
- original HttpServletRequest.
- response - Variable in class org.displaytag.util.DefaultRequestHelper
- original HttpServletResponse.
S
- SPACE - Static variable in class org.displaytag.util.HtmlAttributeMap
- space before any attribute.
- serialVersionUID - Static variable in class org.displaytag.util.DefaultHref
- D1597A17A6.
- serialVersionUID - Static variable in class org.displaytag.util.HtmlAttributeMap
- D1597A17A6.
- serialVersionUID - Static variable in class org.displaytag.util.ParamEncoder
- D1597A17A6.
- setAnchor(String) - Method in class org.displaytag.util.DefaultHref
- Setter for the URI anchor.
- setAnchor(String) - Method in interface org.displaytag.util.Href
- Setter for the URI anchor.
- setClass(String) - Method in class org.displaytag.util.Anchor
- add a "class" attribute to the html link.
- setFullUrl(String) - Method in class org.displaytag.util.DefaultHref
- setFullUrl(String) - Method in interface org.displaytag.util.Href
- Set the full url, overriding any existing parameter.
- setHref(Href) - Method in class org.displaytag.util.Anchor
- setter the anchor Href.
- setMedia(MediaUtil.SupportsMedia, String) - Static method in class org.displaytag.util.MediaUtil
- Configures the media supported by an object that implements
SupportsMedia
. - setParameterMap(Map) - Method in class org.displaytag.util.DefaultHref
- Adds all the parameters contained in the map to the Href.
- setParameterMap(Map) - Method in interface org.displaytag.util.Href
- Adds all the parameters contained in the map to the Href.
- setStyle(String) - Method in class org.displaytag.util.Anchor
- add a "style" attribute to the html link.
- setSupportedMedia(List) - Method in interface org.displaytag.util.MediaUtil.SupportsMedia
- Configure the list of media types this object will support.
- setText(String) - Method in class org.displaytag.util.Anchor
- setter for the link body text.
- setTitle(String) - Method in class org.displaytag.util.Anchor
- add a "title" attribute to the html link.
- stripHTMLTags(String) - Static method in class org.displaytag.util.HtmlTagUtil
- Strips html tags from a String.
T
- TABLE_TAG_NAME - Static variable in class org.displaytag.util.TagConstants
- html
table
tag name. - TAGNAME_ANCHOR - Static variable in class org.displaytag.util.TagConstants
- html
a
tag name. - TAGNAME_CAPTION - Static variable in class org.displaytag.util.TagConstants
- html
caption
tag name. - TAGNAME_COLUMN - Static variable in class org.displaytag.util.TagConstants
- html
td
tag name. - TAGNAME_COLUMN_HEADER - Static variable in class org.displaytag.util.TagConstants
- html
th
tag name. - TAGNAME_ROW - Static variable in class org.displaytag.util.TagConstants
- html
tr
tag name. - TAGNAME_TABLE_BODY - Static variable in class org.displaytag.util.TagConstants
- html
tbody
tag name. - TAGNAME_TABLE_FOOTER - Static variable in class org.displaytag.util.TagConstants
- html
tfooter
tag name. - TAGNAME_TABLE_HEAD - Static variable in class org.displaytag.util.TagConstants
- html
tbody
tag name. - TAG_CLOSE - Static variable in class org.displaytag.util.TagConstants
- end of tag
>
. - TAG_OPEN - Static variable in class org.displaytag.util.TagConstants
- start of tag
<
. - TAG_OPENCLOSING - Static variable in class org.displaytag.util.TagConstants
- start of closing tag
</
. - TAG_TBODY_CLOSE - Static variable in class org.displaytag.util.TagConstants
- html tag
%lt;/tbody>
. - TAG_TBODY_OPEN - Static variable in class org.displaytag.util.TagConstants
- html tag
%lt;tbody>
. - TAG_TD_CLOSE - Static variable in class org.displaytag.util.TagConstants
- html tag
%lt;/td>
. - TAG_TD_OPEN - Static variable in class org.displaytag.util.TagConstants
- html tag
%lt;td>
. - TAG_TFOOTER_CLOSE - Static variable in class org.displaytag.util.TagConstants
- html tag
%lt;/tfooter>
. - TAG_TFOOTER_OPEN - Static variable in class org.displaytag.util.TagConstants
- html tag
%lt;tfooter>
. - TAG_THEAD_CLOSE - Static variable in class org.displaytag.util.TagConstants
- html tag
%lt;/thead>
. - TAG_THEAD_OPEN - Static variable in class org.displaytag.util.TagConstants
- html tag
%lt;thead>
. - TAG_TH_CLOSE - Static variable in class org.displaytag.util.TagConstants
- html tag
%lt;/th>
. - TAG_TH_OPEN - Static variable in class org.displaytag.util.TagConstants
- html tag
%lt;th>
. - TAG_TR_CLOSE - Static variable in class org.displaytag.util.TagConstants
- html tag
%lt;/tr>
. - TAG_TR_OPEN - Static variable in class org.displaytag.util.TagConstants
- html tag
%lt;tr>
. - TagConstants - class org.displaytag.util.TagConstants.
- Constants for html tags.
- TagConstants() - Constructor for class org.displaytag.util.TagConstants
- utility class - don't instantiate.
- ToStringTest - class org.displaytag.util.ToStringTest.
- Check that toString() methods are constructed appropriately, uses the correct style and that there aren't stupid NPE bugs in them.
- ToStringTest() - Constructor for class org.displaytag.util.ToStringTest
- testAbbreviateHtmlStringByLengthBrokenEntity() - Method in class org.displaytag.util.HtmlTagUtilTest
- Test for the abbreviateHtmlString() method.
- testAbbreviateHtmlStringByLengthEntity() - Method in class org.displaytag.util.HtmlTagUtilTest
- Test for the abbreviateHtmlString() method.
- testAbbreviateHtmlStringByLengthHtmlComplex() - Method in class org.displaytag.util.HtmlTagUtilTest
- Test for the abbreviateHtmlString() method.
- testAbbreviateHtmlStringByLengthHtmlEmptyTag() - Method in class org.displaytag.util.HtmlTagUtilTest
- Test for the abbreviateHtmlString() method.
- testAbbreviateHtmlStringByLengthHtmlEndingTag() - Method in class org.displaytag.util.HtmlTagUtilTest
- Test for the abbreviateHtmlString() method.
- testAbbreviateHtmlStringByLengthHtmlNoClosingTag() - Method in class org.displaytag.util.HtmlTagUtilTest
- Test for the abbreviateHtmlString() method.
- testAbbreviateHtmlStringByLengthHtmlShorter() - Method in class org.displaytag.util.HtmlTagUtilTest
- Test for the abbreviateHtmlString() method.
- testAbbreviateHtmlStringByLengthHtmlSimple() - Method in class org.displaytag.util.HtmlTagUtilTest
- Test for the abbreviateHtmlString() method.
- testAbbreviateHtmlStringByLengthNoHtml() - Method in class org.displaytag.util.HtmlTagUtilTest
- Test for the abbreviateHtmlString() method.
- testAbbreviateHtmlStringByLengthNumberOfWordsHtmlSimple() - Method in class org.displaytag.util.HtmlTagUtilTest
- Test for the abbreviateHtmlString() method.
- testAbbreviateHtmlStringByLengthShorter() - Method in class org.displaytag.util.HtmlTagUtilTest
- Test for the abbreviateHtmlString() method.
- testAbbreviateHtmlStringByLengthUnescapedAmpersand() - Method in class org.displaytag.util.HtmlTagUtilTest
- Test for the abbreviateHtmlString() method.
- testAbbreviateHtmlStringByNumberOfWordsHtmlComplex() - Method in class org.displaytag.util.HtmlTagUtilTest
- Test for the abbreviateHtmlString() method.
- testAbbreviateHtmlStringByNumberOfWordsHtmlShorter() - Method in class org.displaytag.util.HtmlTagUtilTest
- Test for the abbreviateHtmlString() method.
- testAbbreviateHtmlStringByNumberOfWordsNoHtml() - Method in class org.displaytag.util.HtmlTagUtilTest
- Test for the abbreviateHtmlString() method.
- testAbbreviateHtmlStringByNumberOfWordsShorter() - Method in class org.displaytag.util.HtmlTagUtilTest
- Test for the abbreviateHtmlString() method.
- testAddParameter() - Method in class org.displaytag.util.DefaultHrefTest
- Test for added parameters.
- testAddParameterMap() - Method in class org.displaytag.util.DefaultHrefTest
- test for addParameterMap().
- testAddParameterMapMultiValue() - Method in class org.displaytag.util.DefaultHrefTest
- test for addParameterMap().
- testAddParameterMapOverridingParameters() - Method in class org.displaytag.util.DefaultHrefTest
- test for addParameterMap() with overriding parameters.
- testCell() - Method in class org.displaytag.util.ToStringTest
- ToString() test.
- testClone() - Method in class org.displaytag.util.DefaultHrefTest
- Test the clone() implementation.
- testColumn() - Method in class org.displaytag.util.ToStringTest
- ToString() test.
- testColumnTag() - Method in class org.displaytag.util.ToStringTest
- ToString() test.
- testComplex() - Method in class org.displaytag.util.DefaultHrefTest
- Complex test.
- testEquals() - Method in class org.displaytag.util.DefaultHrefTest
- Tests the equals() implementation.
- testEquals() - Method in class org.displaytag.util.ParamEncoderTest
- Same parameter produce the same result.
- testGetBaseUrl() - Method in class org.displaytag.util.DefaultHrefTest
- test for base url extraction.
- testHeaderCell() - Method in class org.displaytag.util.ToStringTest
- ToString() test.
- testHrefCopy() - Method in class org.displaytag.util.DefaultHrefTest
- Test the generation of an Href object from another Href.
- testHrefMultipleParamWithoutValue() - Method in class org.displaytag.util.DefaultHrefTest
- Test for URLs containing multiple parameters (some of them without values).
- testHrefParamWithoutValue() - Method in class org.displaytag.util.DefaultHrefTest
- Test for URLs containing parameters without values.
- testHrefWithAnchor() - Method in class org.displaytag.util.DefaultHrefTest
- Test for urls containing anchors.
- testHrefWithAnchorAndParameters() - Method in class org.displaytag.util.DefaultHrefTest
- Test for urls containin anchors and parameters.
- testHrefWithEmptyAnchor() - Method in class org.displaytag.util.DefaultHrefTest
- Test href with empty anchor.
- testHrefWithMultipleParameters() - Method in class org.displaytag.util.DefaultHrefTest
- Test for URLs containing parameters with multiple values.
- testHrefWithParameters() - Method in class org.displaytag.util.DefaultHrefTest
- Test for URLs containing parameters.
- testHrefWithQuotes() - Method in class org.displaytag.util.DefaultHrefTest
- Test for urls containing quotes.
- testNoBaseUrl() - Method in class org.displaytag.util.DefaultHrefTest
- test for url without base.
- testNotTooLong() - Method in class org.displaytag.util.ParamEncoderTest
- We don't wont param names to be too long.
- testNumberedPage() - Method in class org.displaytag.util.ToStringTest
- ToString() test.
- testOptionAndAnswer() - Method in class org.displaytag.util.ParamEncoderTest
- Test for reported DISPL-12.
- testPagination() - Method in class org.displaytag.util.ToStringTest
- ToString() test.
- testRow() - Method in class org.displaytag.util.ToStringTest
- ToString() test.
- testSetParameterMap() - Method in class org.displaytag.util.DefaultHrefTest
- test for setParameterMap().
- testSimpleHref() - Method in class org.displaytag.util.DefaultHrefTest
- Test a simple URL without parameters.
- testSmartListHelper() - Method in class org.displaytag.util.ToStringTest
- ToString() test.
- testStripHtmlTagsMultiple() - Method in class org.displaytag.util.HtmlTagUtilTest
- Test for the stripHTMLTags() method.
- testStripHtmlTagsNoHtml() - Method in class org.displaytag.util.HtmlTagUtilTest
- Test for the stripHTMLTags() method.
- testStripHtmlTagsSimple() - Method in class org.displaytag.util.HtmlTagUtilTest
- Test for the stripHTMLTags() method.
- testStripHtmlTagsWithQuote() - Method in class org.displaytag.util.HtmlTagUtilTest
- Test for the stripHTMLTags() method.
- testStripHtmlUnbalancedClosed() - Method in class org.displaytag.util.HtmlTagUtilTest
- Test for the stripHTMLTags() method.
- testStripHtmlUnbalancedOpenMiddle() - Method in class org.displaytag.util.HtmlTagUtilTest
- Test for the stripHTMLTags() method.
- testStripHtmlUnbalancedOpenStart() - Method in class org.displaytag.util.HtmlTagUtilTest
- Test for the stripHTMLTags() method.
- testTableModel() - Method in class org.displaytag.util.ToStringTest
- ToString() test.
- toString() - Method in class org.displaytag.util.Anchor
- returns the full <a href="">body</a>.
- toString() - Method in class org.displaytag.util.DefaultHref
- toString: output the full url with parameters.
- toString() - Method in interface org.displaytag.util.Href
- toString: output the full url with parameters.
- toString() - Method in class org.displaytag.util.HtmlAttributeMap
- toString method: returns attributes in the format: attributename="attributevalue" attr2="attrValue2" ...
- toString() - Method in class org.displaytag.util.MultipleHtmlAttribute
- Returns the list of attributes separated by a space.
U
- url - Variable in class org.displaytag.util.DefaultHref
- Base url for the href.
A C D E G H I L M O P R S T U
|
|||||||||
Home >> All >> org >> displaytag >> [ util overview ] | PREV NEXT |