Business Components

Uses of Class
oracle.jbo.common.StringManager

Packages that use.*
PackageDescription
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
oracle.jbo.server Contains the implementation of middle tier components. 
 

Uses of StringManager in oracle.jbo.common
 

Methods in oracle.jbo.common that return StringManager
TypeName
 StringManager StringManagerFactory.create()
          Instantiates a StringManager object.
static StringManager StringManager.getSingleton()
           
 

Uses of StringManager in oracle.jbo.server
 

Subclasses of StringManager in oracle.jbo.server
TypeName
 class StringManagerImpl
          Provides methods for managing localizable messages.
 


Business Components