java.lang.Object
com.semanticcms.core.servlet.View
com.semanticcms.autogit.view.AutoGitView
- All Implemented Interfaces:
Comparable<View>
SemanticCMS view of automatic Git status.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Nested classes/interfaces inherited from class com.semanticcms.core.servlet.View
View.Group
-
Field Summary
FieldsFields 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) No robots for transient Git status.boolean
getDescription
(Page page) getGroup()
getKeywords
(Page page) getLinkCssClass
(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response) getName()
getTitle
(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, Page page) boolean
isApplicable
(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, Page page) Does not apply to exports.Methods inherited from class com.semanticcms.core.servlet.View
compareTo, configureResources, equals, getAuthors, getCanonicalUrl, getCopyright, getLastModified, getLinkParams, getLinks, hashCode, isDefault, toString
-
Field Details
-
NAME
- See Also:
-
-
Method Details
-
getGroup
-
getDisplay
- Specified by:
getDisplay
in classView
-
getName
-
getAppliesGlobally
public boolean getAppliesGlobally()- Overrides:
getAppliesGlobally
in classView
-
isApplicable
public boolean isApplicable(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, Page page) throws ServletException, IOException Does not apply to exports.- Overrides:
isApplicable
in classView
- Throws:
ServletException
IOException
-
getLinkId
-
getLinkCssClass
public String getLinkCssClass(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response) - Overrides:
getLinkCssClass
in classView
-
getTitle
public String getTitle(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, Page page) -
getDescription
- Specified by:
getDescription
in classView
-
getKeywords
- Specified by:
getKeywords
in classView
-
getScripts
- Overrides:
getScripts
in classView
-
getAllowRobots
public boolean getAllowRobots(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, Page page) No robots for transient Git status.- Specified by:
getAllowRobots
in classView
-
doView
public <__ extends FlowContent<__>> void doView(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, __ flow, Page page) throws ServletException, IOException, SkipPageException - Specified by:
doView
in classView
- Throws:
ServletException
IOException
SkipPageException
-