Package com.microstrategy.web.servlets
Class ResourceFeed
- java.lang.Object
 - 
- javax.servlet.GenericServlet
 - 
- javax.servlet.http.HttpServlet
 - 
- com.microstrategy.web.servlets.ResourceFeed
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class ResourceFeed extends javax.servlet.http.HttpServlet- Since:
 - MicroStrategy Web 8.1.1
 - See Also:
 - Serialized Form
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringINIT_PARAM_CONTROLLER_CLASSThis is the name of the init parameter that refers to the AppController class to instantiate. 
- 
Constructor Summary
Constructors Constructor Description ResourceFeed() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voiddoPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)voidinit(javax.servlet.ServletConfig config)Initialize this servlet.- 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service 
 - 
 
 - 
 
- 
- 
Field Detail
- 
INIT_PARAM_CONTROLLER_CLASS
public static final java.lang.String INIT_PARAM_CONTROLLER_CLASS
This is the name of the init parameter that refers to the AppController class to instantiate.- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
init
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletExceptionInitialize this servlet.- Specified by:
 initin interfacejavax.servlet.Servlet- Overrides:
 initin classjavax.servlet.GenericServlet- Parameters:
 config- TheServletConfigobject associated with this servlet.- Throws:
 javax.servlet.ServletException- If something fails in the initialization of the AppController.- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
doGet
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException- Overrides:
 doGetin classjavax.servlet.http.HttpServlet- Throws:
 java.io.IOExceptionjavax.servlet.ServletException
 
- 
doPost
public void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws java.io.IOException, javax.servlet.ServletException- Overrides:
 doPostin classjavax.servlet.http.HttpServlet- Throws:
 java.io.IOExceptionjavax.servlet.ServletException
 
 - 
 
 -