uPortal 2.4.1
API Documentation

Package org.jasig.portal.properties

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

See:
          Description

Class Summary
MissingPropertiesServlet A servlet that reports missing properties.
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. This package also includes a test properties file used by a JUnit testcase that exercises the PropertiesManager. It's over here in the source tree instead of the tests tree because it was easier for PropertiesManager to find it here.


uPortal 2.4.1
API Documentation