html.resources
Class EditorBinaryResource

java.lang.Object
  extended by html.resources.EditorResource
      extended by html.resources.EditorBinaryResource

public class EditorBinaryResource
extends EditorResource

Date: 2005-12-17 Time: 12:41:34

Author:
Krzysztof Madyniak (kmadyniak@torn.com.pl)

Constructor Summary
EditorBinaryResource(java.lang.String resourceName, java.lang.String contentType, byte[] 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

EditorBinaryResource

public EditorBinaryResource(java.lang.String resourceName,
                            java.lang.String contentType,
                            byte[] 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