Package com.ibm.workplace.wcm.api.plugin.rendering

Interface Summary
AnyStringRenderingPluginParameterType The RenderingPluginParameterType for an parameter that can take any string as its value.
RenderingPlugin Represents a Rendering Plugin.
RenderingPluginDefinition Represents the definition of a RenderingPlugin.
RenderingPluginModel The PluginModel provides the RenderingPlugin with all the context information necessary to render its output.
RenderingPluginParameter Represents the definition of a RenderingPlugin parameter.
RenderingPluginParameterType Represents the type of a RenderingPlugin parameter.
RenderingPluginType Represents a RenderingPlugin type.
RenderingPluginTypes Built in RenderingPluginTypes.
StringInListRenderingPluginParameterType The RenderingPluginParameterType for an parameter that can take a single string from a discrete number of strings as its value.
ValueOption Represents the definition of a RenderingPluginParameter's allowed value.
 

Class Summary
RenderingPluginParameterAdapter Adapter implementation of RenderingPluginParameter to create an parameter that allows either any String value, or any of a list of Strings as the value.
RenderingPluginParameterImpl Simple concrete implementation of RenderingPluginParameterAdapter.
RenderingPluginTypeImpl Simple concrete implementation of RenderingPluginType.
RenderingPluginTypes.Connector RenderingPluginType Connector type
RenderingPluginTypes.Content RenderingPluginType for Content type
RenderingPluginTypes.Logic RenderingPluginType for Logic type
RenderingPluginTypes.Other Implementation of RenderingPluginType for non classified rendering plugins
RenderingPluginTypes.Page RenderingPluginType for Page type
RenderingPluginTypes.Portal RenderingPluginType for Portal type
RenderingPluginTypes.Portlet RenderingPluginType for Portlet type
RenderingPluginTypes.RenderingState RenderingPluginType for RenderingState type
RenderingPluginTypes.Social RenderingPluginType for Social type
RenderingPluginTypes.User RenderingPluginType for User type
ValueOptionAdapter Adapter implementation of ValueOption.
ValueOptionImpl Simple concrete implementation of ValueOptionAdapter.
 

Enum Summary
RenderingPluginParameter.Required Possible setting for parameter requirement.
 

Exception Summary
RenderingPluginException A RenderingPluginException is any error occurs while executing or looking up a RenderingPlugin.