Uses of Class
org.jasig.portal.properties.BadPropertyException

Packages that use BadPropertyException
org.jasig.portal.properties Package for the PropertiesManager and its supporting classes, created as of uPortal 2.4. 
 

Uses of BadPropertyException in org.jasig.portal.properties
 

Methods in org.jasig.portal.properties that throw BadPropertyException
static byte PropertiesManager.getPropertyAsByte(String name)
          Returns the value of a property for a given name as a byte
static double PropertiesManager.getPropertyAsDouble(String name)
          Returns the value of a property for a given name as a long
static float PropertiesManager.getPropertyAsFloat(String name)
          Returns the value of a property for a given name as a float
static int PropertiesManager.getPropertyAsInt(String name)
          Returns the value of a property for a given name as an int
static long PropertiesManager.getPropertyAsLong(String name)
          Returns the value of a property for a given name as a long
static short PropertiesManager.getPropertyAsShort(String name)
          Returns the value of a property for a given name as a short
 



Copyright © 2010 Jasig. All Rights Reserved.