org.jasig.portal.properties |
|
Java Source File Name | Type | Comment |
BadPropertyException.java | Class | This is an undeclared (Runtime) exception to be thrown by the
PropertiesManager when a property is requested but cannot be
parsed and returned as the desired type. |
CMissingProperties.java | Class | An IChannel for viewing the missing properties. |
MissingPropertiesServlet.java | Class | A servlet that reports missing properties. |
MissingPropertyException.java | Class | An undeclared (Runtime) exception to be thrown by the PropertiesManager
when a property is requested but cannot be found. |
PropertiesManager.java | Class | Provides access to properties.
It is important to understand that usage of this class is different from what you might
be used to in java.util.Properties. |
PropertiesManagerTest.java | Class | Test case for PropertiesManager. |