Webapp View
Identifier:
org.eclipse.help.webapp.view
Since:
3.5
Description:
The view extension point allows a view to be contributed to the help system webapp. The view area of the webapp is the tabbed area (in the advanced presentation) which contains the table of contents as well as search results and other views. Each view requires two jsp files, a View.jsp file and a Toolbar.jsp file. This extension point uses a class to get all of the properties of the view.
Configuration Markup:
<!ELEMENT extension (view)+>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT view EMPTY>
<!ATTLIST view
class CDATA #REQUIRED>
- class - A class which extends AbstractView and which contains methods which return the paths of the icon and the jsp files used for this view.
Copyright (c) 2009 IBM Corporation and others.
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0 which accompanies
this distribution, and is available at https://www.eclipse.org/legal/epl-v20.html/
SPDX-License-Identifier: EPL-2.0