Package com.sun.portal.providers

Interface Summary
Provider Provider defines the interface for implementing the provider component of a channel.
ProviderEditTypes This class defines the edit types that can be returned from the Provider.getEditType() method.
ProviderWidths This class defines the widths that can be returned from the Provider.getWidth() method.
 

Class Summary
ProfileProviderAdapter This class adds convenience wrappers around some commonly used methods in the ProviderContext interface.

ProviderAdapter This class provides default implementations of methods in the Provider interface implemented using a ProviderContext object as the persistent store.
 

Exception Summary
AsciiFormInputExpectedException This exception should be thrown from processEdit 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.
ProviderException This exception is a generic superclass for all provider related exceptions.
UnknownEditTypeException This exception may be thrown from Provider.getEditType() if an unknown or undefined edit type is encountered.