AgentSidebarContentProvider

since v11.27

The extension point AgentSidebarContentProvider is a java interface that can be implemented to display and provide content for a sidebar in the novomind iAGENT agent frontend.

Your plugin has to return an object of type AgentSidebarContent. The AgentSidebarContent specifies an URL for the sidebar's content. The URL can be the path to a custom JSF xhtml file included in the novomind iAGENT Supervisor/Agent frontend or an external URL. In case of a custom JSF xhtml file the path has to be specified relative inside the META-INF/views directory of your plugin jar file.