| java.lang.Object org.openlaszlo.servlets.responders.Responder org.openlaszlo.servlets.responders.ResponderEVAL
getMimeType | public int getMimeType()(Code) | | |
Methods inherited from org.openlaszlo.servlets.responders.Responder | protected File checkDirectory(String cacheDir) throws IOException(Code)(Java Doc) protected static void clearErrorSWFCount()(Code)(Java Doc) protected static int getErrorSWFCount()(Code)(Java Doc) public int getMimeType()(Code)(Java Doc) public int getMimeType(HttpServletRequest req)(Code)(Java Doc) public synchronized void init(String reqName, ServletConfig config, Properties prop) throws ServletException, IOException(Code)(Java Doc) public void respond(HttpServletRequest req, HttpServletResponse res)(Code)(Java Doc) abstract protected void respondImpl(HttpServletRequest req, HttpServletResponse res) throws IOException(Code)(Java Doc) protected void respondWithError(HttpServletResponse res, String m, int status)(Code)(Java Doc) public static void respondWithErrorHTML(HttpServletResponse res, String s)(Code)(Java Doc) protected void respondWithErrorSWF(HttpServletResponse res, String s)(Code)(Java Doc) protected void respondWithErrorXML(HttpServletResponse res, String s)(Code)(Java Doc) protected void respondWithErrorXML(HttpServletResponse res, String s, boolean escape)(Code)(Java Doc) protected void respondWithException(HttpServletResponse res, Throwable e)(Code)(Java Doc) protected void respondWithExceptionSWF(HttpServletResponse res, Throwable e)(Code)(Java Doc) public void respondWithMessage(HttpServletRequest req, HttpServletResponse res, String msg) throws IOException(Code)(Java Doc) public void respondWithMessage(HttpServletResponse res, String msg) throws IOException(Code)(Java Doc) public static void respondWithMessageSWF(HttpServletResponse res, String s)(Code)(Java Doc) void respondWithOverLimitMessage(HttpServletRequest req, HttpServletResponse res) throws IOException(Code)(Java Doc) protected void respondWithStatusSWF(HttpServletResponse res, int status, String mesg, int serial)(Code)(Java Doc) protected void respondWithStatusSWF(HttpServletResponse res, int status, String mesg, String xmlBody, int serial)(Code)(Java Doc) protected void respondWithXML(HttpServletResponse res, String xml) throws IOException(Code)(Java Doc) protected static void writeFooter(ServletOutputStream out) throws IOException(Code)(Java Doc) protected static void writeHeader(ServletOutputStream out, Canvas c) throws IOException(Code)(Java Doc) protected String xmlErrorMsg(int status, String msg)(Code)(Java Doc)
|
|
|