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 FormatDate.DateFormatter

java.lang.Object
  extended by com.bea.wlw.netui.tags.html.FormatTag.Formatter
      extended by com.bea.wlw.netui.tags.html.FormatDate.DateFormatter
Enclosing class:
FormatDate

public static class FormatDate.DateFormatter
extends FormatTag.Formatter

Internal FormatTag.Formatter which uses SimpleDateFormat.

Exclude:

Constructor Summary
FormatDate.DateFormatter()
           
 
Method Summary
 String format(Object dataToFormat)
           
 void setInputPattern(String pattern)
           
 void setLocale(Locale locale)
           
 
Methods inherited from class com.bea.wlw.netui.tags.html.FormatTag.Formatter
getPattern, setPattern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatDate.DateFormatter

public FormatDate.DateFormatter()
Method Detail

setLocale

public void setLocale(Locale locale)

setInputPattern

public void setInputPattern(String pattern)

format

public String format(Object dataToFormat)
              throws javax.servlet.jsp.JspException
Overrides:
format in class FormatTag.Formatter
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.