html.resources
Class EditorTextResource

java.lang.Object
  extended by html.resources.EditorResource
      extended by 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 html.resources.EditorResource
getContentType, getResourceName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EditorTextResource

public EditorTextResource(java.lang.String resourceName,
                          java.lang.String contentType,
                          java.lang.StringBuilder content)
Method Detail

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