com.atlassian.bamboo.js
Class JavascriptWriteServlet

java.lang.Object
  extended by HttpServlet
      extended by com.atlassian.bamboo.js.JavascriptWriteServlet

public class JavascriptWriteServlet
extends HttpServlet

Servlet that writes out the contents of a page as a series of escaped document.write commands


Constructor Summary
JavascriptWriteServlet()
           
 
Method Summary
protected  String getServerBaseUrl()
           
protected  void service(HttpServletRequest req, HttpServletResponse resp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavascriptWriteServlet

public JavascriptWriteServlet()
Method Detail

service

protected void service(HttpServletRequest req,
                       HttpServletResponse resp)
                throws ServletException,
                       IOException
Throws:
ServletException
IOException

getServerBaseUrl

protected String getServerBaseUrl()


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.