Class View
java.lang.Object
org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
org.eclipse.rdf4j.common.webapp.navigation.View
- All Implemented Interfaces:
Cloneable
,NavigationNode
View represents a "leaf" in the navigation model, for example a page in a website.
- Author:
- Herko ter Horst
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
i18n, icon, path, viewSuffix
-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.rdf4j.common.webapp.navigation.AbstractNavigationNode
copyCommonAttributes, equals, getDepth, getI18n, getI18nPrefix, getI18nSeparator, getI18nSuffix, getIcon, getIconPrefix, getIconSeparator, getIconSuffix, getId, getParent, getPathPrefix, getPathSeparator, getViewSuffix, hashCode, isEnabled, isHidden, isParent, setEnabled, setHidden, setI18n, setIcon, setParent, setPath, setViewSuffix
-
Constructor Details
-
View
Construct a new view with the specified ID.- Parameters:
id
- the ID of the view
-
-
Method Details
-
getPath
- Specified by:
getPath
in interfaceNavigationNode
- Overrides:
getPath
in classAbstractNavigationNode
-
clone
-