com.mebigfatguy.polycasso
Class PolycassoBundle

java.lang.Object
  extended by com.mebigfatguy.polycasso.PolycassoBundle

public class PolycassoBundle
extends java.lang.Object

manages the resource bundle properties file for this application


Method Summary
static java.lang.String getString(com.mebigfatguy.polycasso.PolycassoBundle.Key key)
          retrieves a string from a resource bundle given a key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getString

public static java.lang.String getString(com.mebigfatguy.polycasso.PolycassoBundle.Key key)
retrieves a string from a resource bundle given a key

Parameters:
key - the key of the property item that is to be retrieved
Returns:
the string representing the localized name


Copyright © 2009-2010 MeBigFatGuy.com. All Rights Reserved.