public class

ResourceFeed

extends HttpServlet
java.lang.Object
   ↳ javax.servlet.GenericServlet
     ↳ javax.servlet.http.HttpServlet
       ↳ com.microstrategy.web.servlets.ResourceFeed

Summary

Constants
String INIT_PARAM_CONTROLLER_CLASS This is the name of the init parameter that refers to the AppController class to instantiate.
Public Constructors
ResourceFeed()
Public Methods
void doGet(HttpServletRequest request, HttpServletResponse response)
void doPost(HttpServletRequest request, HttpServletResponse response)
void init(ServletConfig config)
Initialize this servlet.
[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 INIT_PARAM_CONTROLLER_CLASS

This is the name of the init parameter that refers to the AppController class to instantiate.

Constant Value: "controllerClass"

Public Constructors

public ResourceFeed ()

Public Methods

public void doGet (HttpServletRequest request, HttpServletResponse response)

Throws
IOException
ServletException

public void doPost (HttpServletRequest request, HttpServletResponse response)

Throws
IOException
ServletException

public void init (ServletConfig config)

Initialize this servlet.

Parameters
config The ServletConfig object associated with this servlet.
Throws
ServletException If something fails in the initialization of the AppController.