html.resources
Class EditorTextResource
java.lang.Object
html.resources.EditorResource
html.resources.EditorTextResource
public class EditorTextResource
- extends EditorResource
Date: 2005-12-17 Time: 12:41:23
- Author:
- Krzysztof Madyniak (kmadyniak@torn.com.pl)
Constructor Summary |
EditorTextResource(java.lang.String resourceName,
java.lang.String contentType,
java.lang.StringBuilder content)
|
Method Summary |
void |
write(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditorTextResource
public EditorTextResource(java.lang.String resourceName,
java.lang.String contentType,
java.lang.StringBuilder content)
write
public void write(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException
- Specified by:
write
in class EditorResource
- Throws:
java.io.IOException