Package org.jasig.portal.properties

Package for the PropertiesManager and its supporting classes, created as of uPortal 2.4.

See:
          Description

Class Summary
CMissingProperties An IChannel for viewing the missing properties.
MissingPropertiesServlet Deprecated. No longer necessary since CMissingProperties was introduced in uPortal 2.5.
PropertiesManager Provides access to properties.
 

Exception Summary
BadPropertyException 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.
MissingPropertyException An undeclared (Runtime) exception to be thrown by the PropertiesManager when a property is requested but cannot be found.
 

Package org.jasig.portal.properties Description

Package for the PropertiesManager and its supporting classes, created as of uPortal 2.4. A stub PropertiesManager remains in the old org.jasig.portal.PropertiesManager location, which delegates all requests to this new PropertiesManager, for backwards compatibility. This package contains custom RuntimeExceptions thrown by PropertiesManager and a simple Servlet which will expose as XML the list of properties the PropertiesManager has been asked about but could not find.