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 FormatString.StringFormatter

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

public static class FormatString.StringFormatter
extends FormatTag.Formatter

Internal FormatTag.Formatter which performs its own string parsing and formatting.

Exclude:

Constructor Summary
FormatString.StringFormatter()
           
 
Method Summary
 String format(Object dataToFormat)
           
 boolean getTruncate()
           
 void setTruncate(boolean truncate)
           
 
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

FormatString.StringFormatter

public FormatString.StringFormatter()
Method Detail

getTruncate

public boolean getTruncate()

setTruncate

public void setTruncate(boolean truncate)

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.