Class MockJspWriter

java.lang.Object
java.io.Writer
jakarta.servlet.jsp.JspWriter
org.springframework.mock.web.MockJspWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

public class MockJspWriter extends JspWriter
Mock implementation of the JspWriter class. Only necessary for testing applications when testing custom JSP tags.
Since:
2.5
Author:
Juergen Hoeller