com.sun.portal.providers |
|
Java Source File Name | Type | Comment |
ApplicationHelper.java | Class | This class is a base class from which all of the application helpers inherit
from. |
AsciiFormInputExpectedException.java | Class | |
InvalidEditFormDataException.java | Class | 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. |
ProfileProviderAdapter.java | Class | |
Provider.java | Interface | Provider defines the interface for
implementing the provider component of a channel.
Desktop channels consist of two major pieces; a provider object
and its runtime configuration.
A provider is the programmatic entity responsible for generating
channels on the desktop. |
ProviderAdapter.java | Class | This class provides default implementations of methods in the Provider
interface implemented using a ProviderContext object as the
persistent store.
Developers who wish to implement a provider should extend this class
or ProfileProviderAdapter.
The advantage of extending this class versus implementing the
Provider interface directly
is that you will maintain forward
compatability as additions are made to the Provider API. |
ProviderEditTypes.java | Interface | This class defines the edit types that can be returned from the
Provider.getEditType() method. |
ProviderEditUtility.java | Class | Provides access to common methods for use by the communication channels. |
ProviderException.java | Class | This exception is a generic superclass for all provider related
exceptions. |
ProviderWidths.java | Interface | This class defines the widths that can be returned from the
Provider.getWidth() method. |
UnknownEditTypeException.java | Class | This exception may be thrown from Provider.getEditType()
if an unknown or undefined edit type is encountered. |