BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

com.bea.wlw.netui.tags.html
Class FormatTag.Formatter

java.lang.Object
  extended by com.bea.wlw.netui.tags.html.FormatTag.Formatter
Direct Known Subclasses:
FormatDate.DateFormatter, FormatNumber.NumberFormatter, FormatString.StringFormatter
Enclosing class:
FormatTag

public static class FormatTag.Formatter
extends Object

Internal FormatTag.Formatter which performs the actual formatting.

Exclude:

Constructor Summary
FormatTag.Formatter()
           
 
Method Summary
 String format(Object dataToFormat)
           
 String getPattern()
           
 void setPattern(String pattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatTag.Formatter

public FormatTag.Formatter()
Method Detail

getPattern

public String getPattern()

setPattern

public void setPattern(String pattern)

format

public String format(Object dataToFormat)
              throws javax.servlet.jsp.JspException
Throws:
javax.servlet.jsp.JspException

BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.