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
ConstructorsConstructorDescriptionCreates 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(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) PasswordTable(String header) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoBody(CaptureLevel captureLevel, Element.Body<? super PasswordTable> body) voidwriteTo(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:
idin classElement<PasswordTable>
-
header
-
passwords
-
style
-
doBody
protected void doBody(CaptureLevel captureLevel, Element.Body<? super PasswordTable> body) throws ServletException, IOException, SkipPageException - Overrides:
doBodyin classElement<PasswordTable>- Throws:
ServletExceptionIOExceptionSkipPageException
-
writeTo
- Throws:
IOException
-
