Package com.pragmatickm.password.servlet
Class PasswordTable
- All Implemented Interfaces:
ElementWriter
-
Nested Class Summary
Nested classes/interfaces inherited from class com.semanticcms.core.servlet.Element
Element.Body<E extends Element>, Element.PageContextBody<E extends Element>, Element.PageContextNoElementBody
-
Field Summary
Fields inherited from class com.semanticcms.core.servlet.Element
element, request, response, servletContext
-
Constructor Summary
ConstructorDescriptionCreates a new password table in the current page context.PasswordTable
(PasswordTable element) Creates a new password table in the current page context.PasswordTable
(PasswordTable element, String header) PasswordTable
(String header) PasswordTable
(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response) PasswordTable
(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, PasswordTable element) PasswordTable
(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, PasswordTable element, String header) PasswordTable
(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, String header) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doBody
(CaptureLevel captureLevel, Element.Body<? super PasswordTable> body) void
writeTo
(Writer out, ElementContext context)
-
Constructor Details
-
PasswordTable
public PasswordTable(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, PasswordTable element) -
PasswordTable
public PasswordTable(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response) -
PasswordTable
public PasswordTable(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, PasswordTable element, String header) -
PasswordTable
public PasswordTable(ServletContext servletContext, HttpServletRequest request, HttpServletResponse response, String header) -
PasswordTable
Creates a new password table in the current page context.- See Also:
-
PasswordTable
public PasswordTable()Creates a new password table in the current page context.- See Also:
-
PasswordTable
- See Also:
-
PasswordTable
- See Also:
-
-
Method Details
-
id
- Overrides:
id
in classElement<PasswordTable>
-
header
-
passwords
-
style
-
doBody
protected void doBody(CaptureLevel captureLevel, Element.Body<? super PasswordTable> body) throws ServletException, IOException, SkipPageException - Overrides:
doBody
in classElement<PasswordTable>
- Throws:
ServletException
IOException
SkipPageException
-
writeTo
- Throws:
IOException
-