public class

Styles

extends HttpServlet
java.lang.Object
   ↳ javax.servlet.GenericServlet
     ↳ javax.servlet.http.HttpServlet
       ↳ com.microstrategy.web.designer.Styles

Summary

Constants
String CLASS_NAME
Public Constructors
Styles()
Public Methods
void doGet(HttpServletRequest req, HttpServletResponse res)
void doPost(HttpServletRequest request, HttpServletResponse response)
void init(ServletConfig config)
[Expand]
Inherited Methods
From class javax.servlet.http.HttpServlet
From class javax.servlet.GenericServlet
From class java.lang.Object
From interface javax.servlet.Servlet
From interface javax.servlet.ServletConfig

Constants

public static final String CLASS_NAME

Constant Value: "com.microstrategy.web.designer.Styles"

Public Constructors

public Styles ()

Public Methods

public void doGet (HttpServletRequest req, HttpServletResponse res)

Throws
IOException
ServletException

public void doPost (HttpServletRequest request, HttpServletResponse response)

Throws
IOException
ServletException

public void init (ServletConfig config)

Throws
ServletException