Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » transformation » [javadoc | source]
org.apache.cocoon.transformation
public final class: I18nTransformer.CatalogueInfo [javadoc | source]
java.lang.Object
   org.apache.cocoon.transformation.I18nTransformer$CatalogueInfo
Holds information about one catalogue. The location and name of the catalogue can contain references to input modules, and are resolved upon each transformer usage. It is important that releaseCatalog is called when the transformer is recycled.
Field Summary
 VariableResolver name     
 VariableResolver[] locations     
 String resolvedName     
 String[] resolvedLocations     
 Bundle catalogue     
Constructor:
 public CatalogueInfo(String name,
    String[] locations) throws PatternException 
Method from org.apache.cocoon.transformation.I18nTransformer$CatalogueInfo Summary:
getCatalogue,   getLocation,   getName,   releaseCatalog
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.transformation.I18nTransformer$CatalogueInfo Detail:
 public Bundle getCatalogue() 
 public String[] getLocation() 
 public String getName() 
 public  void releaseCatalog()