A B C D F G H I L M O R S _

A

addArg(Object) - Method in class org.apache.taglibs.i18n.MessageTag
adds to the list of arguments used when formatting the message

B

BUNDLE_REQUEST_KEY - Static variable in class org.apache.taglibs.i18n.ResourceHelper
 
BundleTEI - class org.apache.taglibs.i18n.BundleTEI.
Defines the possible JSP beans available within the the body of the iterator tag.
BundleTEI() - Constructor for class org.apache.taglibs.i18n.BundleTEI
 
BundleTag - class org.apache.taglibs.i18n.BundleTag.
This class implements an empty tag that allows you to use a resource bundle to internationalize content in a web page.
BundleTag() - Constructor for class org.apache.taglibs.i18n.BundleTag
 

C

ConditionalTagSupport - class org.apache.taglibs.i18n.ConditionalTagSupport.
This class provides the base implementation for the ifdef and ifndef tags.
ConditionalTagSupport() - Constructor for class org.apache.taglibs.i18n.ConditionalTagSupport
 

D

doAfterBody() - Method in class org.apache.taglibs.i18n.MessageTag
If key is not found, use the body content as a default value.
doEndTag() - Method in class org.apache.taglibs.i18n.BundleTag
Sets the response locale if changeResponseLocale attribute is true
doEndTag() - Method in class org.apache.taglibs.i18n.ConditionalTagSupport
Prints the body of the tag.
doEndTag() - Method in class org.apache.taglibs.i18n.FormatStringTag
 
doEndTag() - Method in class org.apache.taglibs.i18n.FormatTagSupport
 
doEndTag() - Method in class org.apache.taglibs.i18n.LocaleTag
Sets the response locale if the changeResponseLocale attribute was set to true, OR if changeResponseLocale was unset and the tag was empty
doEndTag() - Method in class org.apache.taglibs.i18n.MessageTag
Performs the proper runtime substitution.
doStartTag() - Method in class org.apache.taglibs.i18n.BundleTag
Called upon invocation of the tag.
doStartTag() - Method in class org.apache.taglibs.i18n.ConditionalTagSupport
locates the bundle and tests whether the key has a value
doStartTag() - Method in class org.apache.taglibs.i18n.FormatStringTag
 
doStartTag() - Method in class org.apache.taglibs.i18n.FormatTagSupport
 
doStartTag() - Method in class org.apache.taglibs.i18n.LocaleTag
 
doStartTag() - Method in class org.apache.taglibs.i18n.MessageTag
locates the bundle and gets the value

F

FormatCurrencyTEI - class org.apache.taglibs.i18n.FormatCurrencyTEI.
 
FormatCurrencyTEI() - Constructor for class org.apache.taglibs.i18n.FormatCurrencyTEI
 
FormatCurrencyTag - class org.apache.taglibs.i18n.FormatCurrencyTag.
Formats a Number instance using the current Locale and the Currency NumberFormat.
FormatCurrencyTag() - Constructor for class org.apache.taglibs.i18n.FormatCurrencyTag
 
FormatDateTEI - class org.apache.taglibs.i18n.FormatDateTEI.
 
FormatDateTEI() - Constructor for class org.apache.taglibs.i18n.FormatDateTEI
 
FormatDateTag - class org.apache.taglibs.i18n.FormatDateTag.
Formats a Date instance using a Locale and either a DateFormat or a pattern based SimpleDateFormat.
FormatDateTag() - Constructor for class org.apache.taglibs.i18n.FormatDateTag
 
FormatDateTagSupport - class org.apache.taglibs.i18n.FormatDateTagSupport.
Abstract base class which supports the defaulting of the value to 'now' if no other value is specified.
FormatDateTagSupport() - Constructor for class org.apache.taglibs.i18n.FormatDateTagSupport
 
FormatDateTimeTEI - class org.apache.taglibs.i18n.FormatDateTimeTEI.
 
FormatDateTimeTEI() - Constructor for class org.apache.taglibs.i18n.FormatDateTimeTEI
 
FormatDateTimeTag - class org.apache.taglibs.i18n.FormatDateTimeTag.
Formats a Date instance using the default Date and Time formatter for the current Locale.
FormatDateTimeTag() - Constructor for class org.apache.taglibs.i18n.FormatDateTimeTag
 
FormatNumberTEI - class org.apache.taglibs.i18n.FormatNumberTEI.
 
FormatNumberTEI() - Constructor for class org.apache.taglibs.i18n.FormatNumberTEI
 
FormatNumberTag - class org.apache.taglibs.i18n.FormatNumberTag.
Formats a Number instance using a Locale and the NumberFormat or a DecimalFormat if a pattern is specified.
FormatNumberTag() - Constructor for class org.apache.taglibs.i18n.FormatNumberTag
 
FormatPercentTEI - class org.apache.taglibs.i18n.FormatPercentTEI.
 
FormatPercentTEI() - Constructor for class org.apache.taglibs.i18n.FormatPercentTEI
 
FormatPercentTag - class org.apache.taglibs.i18n.FormatPercentTag.
Formats a Number instance using the current Locale and the Percent NumberFormat.
FormatPercentTag() - Constructor for class org.apache.taglibs.i18n.FormatPercentTag
 
FormatStringTEI - class org.apache.taglibs.i18n.FormatStringTEI.
 
FormatStringTEI() - Constructor for class org.apache.taglibs.i18n.FormatStringTEI
 
FormatStringTag - class org.apache.taglibs.i18n.FormatStringTag.
A simple tag that allows a String to be output with null handling.
FormatStringTag() - Constructor for class org.apache.taglibs.i18n.FormatStringTag
 
FormatTagSupport - class org.apache.taglibs.i18n.FormatTagSupport.
An abstract base class for the formatting tags to provide implementation inheritence.
FormatTagSupport() - Constructor for class org.apache.taglibs.i18n.FormatTagSupport
 
FormatTimeTEI - class org.apache.taglibs.i18n.FormatTimeTEI.
 
FormatTimeTEI() - Constructor for class org.apache.taglibs.i18n.FormatTimeTEI
 
FormatTimeTag - class org.apache.taglibs.i18n.FormatTimeTag.
Formats a Date instance using a Locale and the default time format.
FormatTimeTag() - Constructor for class org.apache.taglibs.i18n.FormatTimeTag
 

G

getBundle() - Method in class org.apache.taglibs.i18n.BundleTag
Get the bundle created by this bundle tag, used by nested tags.
getBundle() - Method in class org.apache.taglibs.i18n.ConditionalTagSupport
 
getBundle(PageContext) - Static method in class org.apache.taglibs.i18n.ResourceHelper
Retrieves the bundle cached in the page by a previous call to getBundle(PageContext,String).
getDateFormat() - Method in class org.apache.taglibs.i18n.FormatDateTag
 
getDefaultText() - Method in class org.apache.taglibs.i18n.FormatStringTag
 
getDefaultText() - Method in class org.apache.taglibs.i18n.FormatTagSupport
 
getFormat() - Method in class org.apache.taglibs.i18n.FormatCurrencyTag
 
getFormat() - Method in class org.apache.taglibs.i18n.FormatDateTag
If no DateFormat is configured then use a SimpleDateFormat instance if a pattern is configured else use the default DateFormat for the Locale
getFormat() - Method in class org.apache.taglibs.i18n.FormatDateTimeTag
 
getFormat() - Method in class org.apache.taglibs.i18n.FormatNumberTag
If no NumberFormat is configured then use a DecimalFormat instance if a pattern is configured else use the default NumberFormat for the Locale
getFormat() - Method in class org.apache.taglibs.i18n.FormatPercentTag
 
getFormat() - Method in class org.apache.taglibs.i18n.FormatTagSupport
Abstract class to return the value formatter
getFormat() - Method in class org.apache.taglibs.i18n.FormatTimeTag
 
getLocale() - Method in class org.apache.taglibs.i18n.FormatTagSupport
If no Locale has been explicitly configured then use the parent LocaleTag if present else the Locale from the ServletRequest else use the default JVM Locale.
getLocale() - Method in class org.apache.taglibs.i18n.LocaleTag
 
getNumberFormat() - Method in class org.apache.taglibs.i18n.FormatNumberTag
 
getPattern() - Method in class org.apache.taglibs.i18n.FormatDateTag
 
getPattern() - Method in class org.apache.taglibs.i18n.FormatNumberTag
 
getPatternFormat(String) - Method in class org.apache.taglibs.i18n.FormatDateTag
 
getPatternFormat(String) - Method in class org.apache.taglibs.i18n.FormatNumberTag
 
getStyleCode(String) - Method in class org.apache.taglibs.i18n.FormatTagSupport
A helper method for date, datetime & time based formatting tags.
getValue() - Method in class org.apache.taglibs.i18n.ConditionalTagSupport
returns (if any) the value specified for the key in the bundle.
getValue() - Method in class org.apache.taglibs.i18n.FormatDateTagSupport
 
getValue() - Method in class org.apache.taglibs.i18n.FormatStringTag
 
getValue() - Method in class org.apache.taglibs.i18n.FormatTagSupport
 
getVariableInfo(TagData) - Method in class org.apache.taglibs.i18n.BundleTEI
Returns two VariableInfo objects that define the following body objects A variable that represents the current value of the iterator.
getVariableInfo(TagData) - Method in class org.apache.taglibs.i18n.FormatCurrencyTEI
 
getVariableInfo(TagData) - Method in class org.apache.taglibs.i18n.FormatDateTEI
 
getVariableInfo(TagData) - Method in class org.apache.taglibs.i18n.FormatDateTimeTEI
 
getVariableInfo(TagData) - Method in class org.apache.taglibs.i18n.FormatNumberTEI
 
getVariableInfo(TagData) - Method in class org.apache.taglibs.i18n.FormatPercentTEI
 
getVariableInfo(TagData) - Method in class org.apache.taglibs.i18n.FormatStringTEI
 
getVariableInfo(TagData) - Method in class org.apache.taglibs.i18n.FormatTimeTEI
 
getVariableInfo(TagData) - Method in class org.apache.taglibs.i18n.LocaleTEI
 
getVariableInfo(TagData) - Method in class org.apache.taglibs.i18n.MessageTEI
 

H

handleIOException(IOException) - Method in class org.apache.taglibs.i18n.FormatStringTag
 
handleIOException(IOException) - Method in class org.apache.taglibs.i18n.FormatTagSupport
 

I

IfdefTag - class org.apache.taglibs.i18n.IfdefTag.
This class implements body tag that allows you to use a resource bundle to internationalize content in a web page.
IfdefTag() - Constructor for class org.apache.taglibs.i18n.IfdefTag
 
IfndefTag - class org.apache.taglibs.i18n.IfndefTag.
This class implements body tag that allows you to use a resource bundle to internationalize content in a web page.
IfndefTag() - Constructor for class org.apache.taglibs.i18n.IfndefTag
 

L

LocaleTEI - class org.apache.taglibs.i18n.LocaleTEI.
 
LocaleTEI() - Constructor for class org.apache.taglibs.i18n.LocaleTEI
 
LocaleTag - class org.apache.taglibs.i18n.LocaleTag.
This tag defines a Locale context for use by other inner JSP tags.
LocaleTag() - Constructor for class org.apache.taglibs.i18n.LocaleTag
 

M

MessageArgumentTag - class org.apache.taglibs.i18n.MessageArgumentTag.
This class implements is used inside a MessageTag to create an ordered list of arguments to use with java.text.MessageFormat.
MessageArgumentTag() - Constructor for class org.apache.taglibs.i18n.MessageArgumentTag
 
MessageTEI - class org.apache.taglibs.i18n.MessageTEI.
 
MessageTEI() - Constructor for class org.apache.taglibs.i18n.MessageTEI
 
MessageTag - class org.apache.taglibs.i18n.MessageTag.
This class implements a body tag that allows you to use a resource bundle to internationalize content in a web page.
MessageTag() - Constructor for class org.apache.taglibs.i18n.MessageTag
 

O

org.apache.taglibs.i18n - package org.apache.taglibs.i18n
 

R

ResourceHelper - class org.apache.taglibs.i18n.ResourceHelper.
This class is used by the bundle and message tags for caching the ResourceBundle in the session and request.
ResourceHelper() - Constructor for class org.apache.taglibs.i18n.ResourceHelper
 
release() - Method in class org.apache.taglibs.i18n.BundleTag
 
release() - Method in class org.apache.taglibs.i18n.ConditionalTagSupport
clears out the key for the next usage
release() - Method in class org.apache.taglibs.i18n.FormatDateTag
 
release() - Method in class org.apache.taglibs.i18n.FormatDateTagSupport
 
release() - Method in class org.apache.taglibs.i18n.FormatNumberTag
 
release() - Method in class org.apache.taglibs.i18n.FormatStringTag
 
release() - Method in class org.apache.taglibs.i18n.FormatTagSupport
 
release() - Method in class org.apache.taglibs.i18n.LocaleTag
 
release() - Method in class org.apache.taglibs.i18n.MessageTag
clears the argument list so that sub tags can call addArgument clears out any previous key and value in case key is not provided, or the value is null

S

setArgs(Object[]) - Method in class org.apache.taglibs.i18n.MessageTag
allows setting all the arguments at once
setBaseName(String) - Method in class org.apache.taglibs.i18n.BundleTag
Sets the baseName of the bundle that the MessageTags will use when retrieving keys for this page.
setBundle(ResourceBundle) - Method in class org.apache.taglibs.i18n.ConditionalTagSupport
sets the bundle to an actual ResourceBundle object
if neither bundle or bundleRef are specified, uses the bundle most recently defined on the page by the i18n:bundle tag
setBundle(ResourceBundle) - Method in class org.apache.taglibs.i18n.MessageTag
sets the bundle to an actual ResourceBundle object
if neither bundle or bundleRef are specified, uses the bundle most recently defined on the page by the i18n:bundle tag
setBundle(PageContext, ResourceBundle, int) - Static method in class org.apache.taglibs.i18n.ResourceHelper
Caches the Bundle in the request using the BUNDLE_REQUEST_KEY.
setBundleRef(String) - Method in class org.apache.taglibs.i18n.ConditionalTagSupport
sets the bundle based on a variable defined in the page
if neither bundle or bundleRef are specified, uses the first bundle defined on the page by the i18n:bundle tag
setBundleRef(String) - Method in class org.apache.taglibs.i18n.MessageTag
sets the bundle based on a variable defined in the page
if neither bundle or bundleRef are specified, uses the first bundle defined on the page by the i18n:bundle tag
setChangeResponseLocale(boolean) - Method in class org.apache.taglibs.i18n.BundleTag
Specifies whether or not the response locale should be changed to match the locale used by this tag.
setChangeResponseLocale(boolean) - Method in class org.apache.taglibs.i18n.LocaleTag
 
setCountry(String) - Method in class org.apache.taglibs.i18n.LocaleTag
 
setDateStyle(String) - Method in class org.apache.taglibs.i18n.FormatDateTimeTag
 
setDebug(boolean) - Method in class org.apache.taglibs.i18n.BundleTag
Set to true to enable debug logging.
setDebug(boolean) - Method in class org.apache.taglibs.i18n.MessageTag
Turn debugging log messages on or off
setDefaultText(String) - Method in class org.apache.taglibs.i18n.FormatStringTag
 
setDefaultText(String) - Method in class org.apache.taglibs.i18n.FormatTagSupport
 
setFormat(DateFormat) - Method in class org.apache.taglibs.i18n.FormatDateTag
 
setFormat(NumberFormat) - Method in class org.apache.taglibs.i18n.FormatNumberTag
 
setKey(String) - Method in class org.apache.taglibs.i18n.ConditionalTagSupport
sets the key to use when looking up the value in the bundle
setKey(String) - Method in class org.apache.taglibs.i18n.MessageTag
sets the key to use when looking up the value in the bundle
setLanguage(String) - Method in class org.apache.taglibs.i18n.LocaleTag
 
setLocale(Locale) - Method in class org.apache.taglibs.i18n.BundleTag
Sets the locale of the bundle that the MessageTags will use when retrieving keys for this page.
setLocale(Locale) - Method in class org.apache.taglibs.i18n.FormatTagSupport
 
setLocale(Locale) - Method in class org.apache.taglibs.i18n.LocaleTag
 
setLocaleAttribute(String) - Method in class org.apache.taglibs.i18n.BundleTag
Deprecated.  
setLocaleRef(String) - Method in class org.apache.taglibs.i18n.BundleTag
Provides a key to search the page context for in order to get the locale of the bundle that the MessageTags will use when retrieving keys for this page.
setLocaleRef(String) - Method in class org.apache.taglibs.i18n.LocaleTag
Provides a key to retrieve a locale via findAttribute()
setPattern(String) - Method in class org.apache.taglibs.i18n.FormatDateTag
 
setPattern(String) - Method in class org.apache.taglibs.i18n.FormatNumberTag
 
setScope(String) - Method in class org.apache.taglibs.i18n.BundleTag
Sets the scope that the bundle will be available to message tags.
setStyle(String) - Method in class org.apache.taglibs.i18n.FormatDateTag
 
setStyle(String) - Method in class org.apache.taglibs.i18n.FormatTimeTag
 
setTimeStyle(String) - Method in class org.apache.taglibs.i18n.FormatDateTimeTag
 
setValue(Object) - Method in class org.apache.taglibs.i18n.FormatDateTagSupport
 
setValue(String) - Method in class org.apache.taglibs.i18n.FormatStringTag
 
setValue(Object) - Method in class org.apache.taglibs.i18n.FormatTagSupport
 
setValue(Object) - Method in class org.apache.taglibs.i18n.MessageArgumentTag
locate the parent tag and add the argument to the Message's arg list
setVariant(String) - Method in class org.apache.taglibs.i18n.LocaleTag
 
shouldEvaluate() - Method in class org.apache.taglibs.i18n.ConditionalTagSupport
must be overridden by a subclass to return a boolean value
shouldEvaluate() - Method in class org.apache.taglibs.i18n.IfdefTag
locates the bundle and tests whether the key has a value
shouldEvaluate() - Method in class org.apache.taglibs.i18n.IfndefTag
locates the bundle and tests whether the key has a value

_

_tagname - Static variable in class org.apache.taglibs.i18n.ConditionalTagSupport
 
_tagname - Static variable in class org.apache.taglibs.i18n.FormatCurrencyTag
 
_tagname - Static variable in class org.apache.taglibs.i18n.FormatDateTag
 
_tagname - Static variable in class org.apache.taglibs.i18n.FormatDateTimeTag
 
_tagname - Static variable in class org.apache.taglibs.i18n.FormatNumberTag
 
_tagname - Static variable in class org.apache.taglibs.i18n.FormatPercentTag
 
_tagname - Static variable in class org.apache.taglibs.i18n.FormatStringTag
 
_tagname - Static variable in class org.apache.taglibs.i18n.FormatTagSupport
 
_tagname - Static variable in class org.apache.taglibs.i18n.FormatTimeTag
 
_tagname - Static variable in class org.apache.taglibs.i18n.IfdefTag
 
_tagname - Static variable in class org.apache.taglibs.i18n.IfndefTag
 

A B C D F G H I L M O R S _

Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.