html.resources
Class EditorBinaryResource
java.lang.Object
html.resources.EditorResource
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 java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EditorBinaryResource
public EditorBinaryResource(java.lang.String resourceName,
java.lang.String contentType,
byte[] 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