Package com.iplanet.portalserver.providers

Interface Summary
Provider Provider defines the interface for implementing Content Providers (provider).
 

Class Summary
DesktopURL This class helps build URLs that refer back to the iPS Desktop Servlet.
ProfileProviderAdapter This class implements the Provider interface and provides default implementations for its methods using the iPS Profile Service.
ProviderAdapter This class provides default implementations for the Provider API.
 

Exception Summary
AsciiFormInputExpectedException This exception should be thrown from processEditForm when it requires ASCII-only encoded form input but is sent something else.
InvalidEditFormDataException This exception (or a subclass of) should be thrown from the Provider.processEdit method when there is an error in the data input by the user.
LoadPropertiesException This exception is thrown from ProfileProviderAdapter.loadProperties() when there was an error loading the named properties.
ProfileProviderException This exception encapsulates a ProfileException.
ProviderException This exception is a generic superclass for all provider related exceptions.
ProviderWrapperException This class wraps one exception within another and provides access to the original exception.
UnknownEditTypeException This exception may be thrown from Provider.getEditType() if an unknown or undefined edit type is encountered.