|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MissingPropertyException | |
|---|---|
| org.jasig.portal.properties | Package for the PropertiesManager and its supporting classes, created as of uPortal 2.4. |
| Uses of MissingPropertyException in org.jasig.portal.properties |
|---|
| Methods in org.jasig.portal.properties that throw MissingPropertyException | |
|---|---|
static String |
PropertiesManager.getProperty(String name)
Returns the value of a property for a given name. |
static boolean |
PropertiesManager.getPropertyAsBoolean(String name)
Returns the value of a property for a given name. |
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 |
static String |
PropertiesManager.getPropertyUntrimmed(String name)
Returns the value of a property for a given name including whitespace trailing the property value, but not including whitespace leading the property value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||