|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MissingPropertyException | |
---|---|
org.jasig.portal | |
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 |
---|
Methods in org.jasig.portal that throw MissingPropertyException | |
---|---|
static java.lang.String |
PropertiesManager.getProperty(java.lang.String name)
Deprecated. Returns the value of a property for a given name. |
static boolean |
PropertiesManager.getPropertyAsBoolean(java.lang.String name)
Deprecated. Returns the value of a property for a given name. |
static byte |
PropertiesManager.getPropertyAsByte(java.lang.String name)
Deprecated. Returns the value of a property for a given name as a byte |
static double |
PropertiesManager.getPropertyAsDouble(java.lang.String name)
Deprecated. Returns the value of a property for a given name as a long |
static float |
PropertiesManager.getPropertyAsFloat(java.lang.String name)
Deprecated. Returns the value of a property for a given name as a float |
static int |
PropertiesManager.getPropertyAsInt(java.lang.String name)
Deprecated. Returns the value of a property for a given name as an int |
static long |
PropertiesManager.getPropertyAsLong(java.lang.String name)
Deprecated. Returns the value of a property for a given name as a long |
static short |
PropertiesManager.getPropertyAsShort(java.lang.String name)
Deprecated. Returns the value of a property for a given name as a short |
static java.lang.String |
PropertiesManager.getPropertyUntrimmed(java.lang.String name)
Deprecated. Returns the value of a property for a given name including whitespace trailing the property value, but not including whitespace leading the property value. |
Uses of MissingPropertyException in org.jasig.portal.properties |
---|
Methods in org.jasig.portal.properties that throw MissingPropertyException | |
---|---|
static java.lang.String |
PropertiesManager.getProperty(java.lang.String name)
Returns the value of a property for a given name. |
static boolean |
PropertiesManager.getPropertyAsBoolean(java.lang.String name)
Returns the value of a property for a given name. |
static byte |
PropertiesManager.getPropertyAsByte(java.lang.String name)
Returns the value of a property for a given name as a byte |
static double |
PropertiesManager.getPropertyAsDouble(java.lang.String name)
Returns the value of a property for a given name as a long |
static float |
PropertiesManager.getPropertyAsFloat(java.lang.String name)
Returns the value of a property for a given name as a float |
static int |
PropertiesManager.getPropertyAsInt(java.lang.String name)
Returns the value of a property for a given name as an int |
static long |
PropertiesManager.getPropertyAsLong(java.lang.String name)
Returns the value of a property for a given name as a long |
static short |
PropertiesManager.getPropertyAsShort(java.lang.String name)
Returns the value of a property for a given name as a short |
static java.lang.String |
PropertiesManager.getPropertyUntrimmed(java.lang.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 |