The EPiServer.WebParts.WebControls.Wsrp namespace contains Web controls that can be used to consume WSRP portlets as Web Parts.
Classes
| Class | Description | |
|---|---|---|
| MergedPortletDictionary | ||
| PortletCatalogPart |
Provides a catalog that contains portlets from all registered WSRP producers in the
application. The catalog displays a drop-down control that lists all registered WSRP
producers. All portlets available from the currently selected producer are listed below.
| |
| PortletCatalogPart..::.PortletWebPartDescription | ||
| PortletDataControl |
PortletDataControl represents the visible content of the portlet
| |
| PortletManager |
This class serves as the central control for pages exposing WSRP portlets,
managing all interactions between WsrpWebParts and the underlying infrastructure.
| |
| WsrpEditVerb | ||
| WsrpWebPart |
This is a Web Part class that wraps a WSRP portlet by rendering the portlet using
PortletDataControl. This control can be instantiated dynamically using PortletCatalogPart or
RegisteredWebPartCatalog.
| |
| WsrpViewVerb |