java.lang.Object
com.semanticcms.core.servlet.View
com.semanticcms.view.tree.TreeView
- All Implemented Interfaces:
Comparable<View>
SemanticCMS view of the tree of pages and elements starting at the current page.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.semanticcms.core.servlet.View
View.Group
-
Field Summary
Fields inherited from class com.semanticcms.core.servlet.View
TITLE_SEPARATOR
-
Method Summary
Modifier and TypeMethodDescription<__ extends FlowContent<__>>
voiddoView
(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, __ flow, Page page) boolean
getAllowRobots
(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, Page page) This view does not provide additional information unobtainable from source content, exclude from search indexes.getDescription
(Page page) getGroup()
getKeywords
(Page page) getName()
getTitle
(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, Page page) Methods inherited from class com.semanticcms.core.servlet.View
compareTo, configureResources, equals, getAppliesGlobally, getAuthors, getCanonicalUrl, getCopyright, getLastModified, getLinkCssClass, getLinkId, getLinkParams, getLinks, getScripts, hashCode, isApplicable, isDefault, toString
-
Field Details
-
NAME
- See Also:
-
-
Method Details
-
getGroup
-
getDisplay
- Specified by:
getDisplay
in classView
-
getName
-
getTitle
public String getTitle(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, Page page) -
getDescription
- Specified by:
getDescription
in classView
-
getKeywords
- Specified by:
getKeywords
in classView
-
getAllowRobots
public boolean getAllowRobots(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, Page page) This view does not provide additional information unobtainable from source content, exclude from search indexes.- Specified by:
getAllowRobots
in classView
-
doView
public <__ extends FlowContent<__>> void doView(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, __ flow, Page page) throws ServletException, IOException - Specified by:
doView
in classView
- Throws:
ServletException
IOException
-