Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.format
Class FormatterFactory

java.lang.Object
  extended byoracle.jbo.format.FormatterFactory


public class FormatterFactory
extends java.lang.Object

A singleton factory for formatters.


Constructor Summary
FormatterFactory()

Method Summary
static Formatter getFormatter(java.lang.String formatterClassName, LocaleContext locale)
Returns the singleton formatter for the formatter class name that has been specified.

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

FormatterFactory

public FormatterFactory()

Method Detail

getFormatter

public static Formatter getFormatter(java.lang.String formatterClassName,
                                     LocaleContext locale)
Returns the singleton formatter for the formatter class name that has been specified. Please note that formatters may be locale sensitive.
Parameters:
formatterClassName - the class name of the formatter.
locale - the locale for which this formatter will be used.

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Copyright © 1997, 2005, Oracle. All rights reserved.