info.informatica.ui
Class LabelResourceFactory

java.lang.Object
  extended by info.informatica.util.locale.ResourceFactory
      extended by info.informatica.util.locale.FileResourceFactory
          extended by info.informatica.ui.LabelResourceFactory

public class LabelResourceFactory
extends info.informatica.util.locale.FileResourceFactory

Factory of localized labels. Loads labels from filesystem according to basename, extension and locale name.

Version:
1.01
Author:
amengual at informatica dot info

Constructor Summary
LabelResourceFactory(javax.servlet.ServletContext context)
           
 
Method Summary
 
Methods inherited from class info.informatica.util.locale.FileResourceFactory
loadLocalFile
 
Methods inherited from class info.informatica.util.locale.ResourceFactory
loadLocalObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabelResourceFactory

public LabelResourceFactory(javax.servlet.ServletContext context)