Class BundleAbstracto

java.lang.Object
adalid.jee2.bundles.BundleAbstracto
Direct Known Subclasses:
BaseBundle, BundleMensajes, BundleWebui

public abstract class BundleAbstracto extends Object
Author:
Jorge Campins
  • Method Details

    • getBaseName

      public String getBaseName()
    • getKeys

      public Set<String> getKeys()
    • getKeys

      public Set<String> getKeys(Locale locale)
    • getRows

      public List<String> getRows()
    • getRows

      public List<String> getRows(Locale locale)
    • getRowsTemplate

      public File getRowsTemplate()
    • getRowsTemplate

      public File getRowsTemplate(Locale locale)
    • getTemplatePath

      public String getTemplatePath(File template)
    • deleteQuietly

      public boolean deleteQuietly(File template)
    • getString

      public String getString(String key)
    • getString

      public String getString(String key, Locale locale)
    • getWarnings

      public Set<String> getWarnings()
    • getErrors

      public Set<String> getErrors()