Class FormatNumberSupport

java.lang.Object
jakarta.servlet.jsp.tagext.TagSupport
jakarta.servlet.jsp.tagext.BodyTagSupport
org.apache.taglibs.standard.tag.common.fmt.FormatNumberSupport
All Implemented Interfaces:
BodyTag, IterationTag, JspTag, Tag, Serializable
Direct Known Subclasses:
FormatNumberTag, FormatNumberTag

public abstract class FormatNumberSupport extends BodyTagSupport
Support for tag handlers for <formatNumber>, the number formatting tag in JSTL 1.0.
Author:
Jan Luehe
See Also:
  • Field Details

    • value

      protected Object value
    • valueSpecified

      protected boolean valueSpecified
    • type

      protected String type
    • pattern

      protected String pattern
    • currencyCode

      protected String currencyCode
    • currencySymbol

      protected String currencySymbol
    • isGroupingUsed

      protected boolean isGroupingUsed
    • groupingUsedSpecified

      protected boolean groupingUsedSpecified
    • maxIntegerDigits

      protected int maxIntegerDigits
    • maxIntegerDigitsSpecified

      protected boolean maxIntegerDigitsSpecified
    • minIntegerDigits

      protected int minIntegerDigits
    • minIntegerDigitsSpecified

      protected boolean minIntegerDigitsSpecified
    • maxFractionDigits

      protected int maxFractionDigits
    • maxFractionDigitsSpecified

      protected boolean maxFractionDigitsSpecified
    • minFractionDigits

      protected int minFractionDigits
    • minFractionDigitsSpecified

      protected boolean minFractionDigitsSpecified
  • Constructor Details

    • FormatNumberSupport

      public FormatNumberSupport()
  • Method Details