org.apache.tapestry5.internal.services
Interface MessagesBundle


public interface MessagesBundle

Represents a bundle of properties files that can be used to collect properties that are eventually used to form a Messages.


Method Summary
 Resource getBaseResource()
          Returns the base resource for this bundle of properties files.
 Object getId()
          Returns an object used to identify this particular bundle; this should be a simple immutable value such as a String.
 MessagesBundle getParent()
          Returns a parent bundle for this bundle, or null if this bundle has no parent.
 

Method Detail

getId

Object getId()
Returns an object used to identify this particular bundle; this should be a simple immutable value such as a String.


getBaseResource

Resource getBaseResource()
Returns the base resource for this bundle of properties files.


getParent

MessagesBundle getParent()
Returns a parent bundle for this bundle, or null if this bundle has no parent. Parent bundle provide properties that are overridden by child bundles.



Copyright © 2003-2012 The Apache Software Foundation.