java.lang.Object
com.semanticcms.core.servlet.View
com.pragmatickm.password.view.PasswordView
- All Implemented Interfaces:
Comparable<View>
View of all passwords in the current page and all children.
-
Nested Class Summary
Nested ClassesNested 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) booleangetAllowRobots(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, Page page) We'll assume nobody wants passwords indexed by search engines, even if they are somehow actually published online.getDescription(Page page) getGroup()getKeywords(Page page) getName()booleanisApplicable(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, getTitle, hashCode, isDefault, toString
-
Field Details
-
NAME
- See Also:
-
-
Method Details
-
getGroup
-
getDisplay
- Specified by:
getDisplayin classView
-
getName
-
isApplicable
public boolean isApplicable(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, Page page) throws ServletException, IOException - Overrides:
isApplicablein classView- Throws:
ServletExceptionIOException
-
getDescription
- Specified by:
getDescriptionin classView
-
getKeywords
- Specified by:
getKeywordsin classView
-
getAllowRobots
public boolean getAllowRobots(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, Page page) We'll assume nobody wants passwords indexed by search engines, even if they are somehow actually published online.- Specified by:
getAllowRobotsin classView
-
doView
public <__ extends FlowContent<__>> void doView(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, __ flow, Page page) throws ServletException, IOException, SkipPageException - Specified by:
doViewin classView- Throws:
ServletExceptionIOExceptionSkipPageException
-
