|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Client | Admin model interface for client objects. |
ClientList<T extends Object & Client> | Admin model interface for the Portal clients. |
ClientListController<T extends Client,M extends ModifiableClient> | A controller interface for the ClientList interface. |
ClientListLocator<T extends Object & Client> | Locator to find a client based on the user-agent string |
Decoration | Model interface for attributes that are common to themes and skins. |
DecorationCreationContext | A creation context for nodes implementing the
Decoration interface. |
Language | Model interface for portal languages. |
LanguageList<E extends Language> | Model interface for the list of portal languages. |
LocaleCapable | Describes resources that support a list of locales. |
Markup | Model interface for portal markups. |
MarkupCapable | This interface describes markup-capable nodes. |
MarkupList<T extends Object & Markup> | Model interface for the portal supported markups. |
MarkupListController<T extends Markup,M extends ModifiableMarkup> | A controller interface for the Markup interface. |
ModifiableClient | An interface representing a modifiable client instance. |
ModifiableDecoration | An interface representing a modifiable decoration instance. |
ModifiableDeviceClassCapable | This interface describes resource that support the assignment of device classes. |
ModifiableMarkupCapable | An interface representing a modifiable markup capable instance. |
ModifiableSkin | An interface representing a modifiable skin instance. |
ModifiableTheme | A controller interface for the Theme interface. |
ModifiableVirtualPortal | An interface representing a modifiable virtual portal instance. |
Skin | Model interface for portal skins. |
SkinList<T extends Object & Skin> | Model interface for a list of portal skins. |
SkinListController<T extends Skin,M extends ModifiableSkin> | A controller interface for the Skin interface. |
SkinModelLocator<E extends Object & Skin> | A locator the can be provided by SkinList implementations. |
SkinType | Deprecated. this interface is deprecated Model interface for a list of Skin types. |
Theme | Model interface for portal themes. |
ThemeList<T extends Object & Theme> | Model interface for a list of installed portal themes. |
ThemeListController<T extends Theme,M extends ModifiableTheme> | A controller interface for the Theme interface. |
VirtualPortal | Admin model interface for virtual portals. |
VirtualPortalList<T extends Object & VirtualPortal> | Admin model interface for the list of virtual portal elements. |
VirtualPortalLocator<E extends VirtualPortal> | Admin model interface for the list of virtual portal elements. |
This package defines elements of the portal occurring in several administrable models.
WebSphere Portal provides several list models that contain installed resources,
such as supported locales, supported markups, skins and themes. For each of these, a
specific ListModel
exists that provides information on these
resources:
LanguageList
- a list of portal supported locales
MarkupList
- a list of portal supported markups
SkinList
- a list of skins installed in the portal
ThemeList
- a list of themes installed in the portal
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |