Package com.microstrategy.web.designer
Class SiteDesigner
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- com.microstrategy.web.designer.SiteDesigner
-
- All Implemented Interfaces:
java.io.Serializable
,javax.servlet.Servlet
,javax.servlet.ServletConfig
public class SiteDesigner extends javax.servlet.http.HttpServlet
- Since:
- MicroStrategy Web 7.3.1 or earlier
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CLASS_NAME
static int
PAGE_BEANEIDT
static int
PAGE_BEANS
static int
PAGE_FINDSTYLE
static int
PAGE_HOME
static int
PAGE_NOTFOUND
static int
PAGE_PAGEPROPERTY
static int
PAGE_PAGES
static int
PAGE_SECTIONS
static int
PAGE_SESSION
static int
PAGE_SESSIONEDIT
static int
PAGE_SHORTCUTEDIT
static int
PAGE_SHORTCUTS
-
Constructor Summary
Constructors Constructor Description SiteDesigner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
void
doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
void
init(javax.servlet.ServletConfig config)
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
-
-
-
-
Field Detail
-
CLASS_NAME
public static final java.lang.String CLASS_NAME
- Since:
- MicroStrategy Web 8.0.0
- See Also:
- Constant Field Values
-
PAGE_NOTFOUND
public static final int PAGE_NOTFOUND
- See Also:
- Constant Field Values
-
PAGE_HOME
public static final int PAGE_HOME
- See Also:
- Constant Field Values
-
PAGE_PAGES
public static final int PAGE_PAGES
- See Also:
- Constant Field Values
-
PAGE_PAGEPROPERTY
public static final int PAGE_PAGEPROPERTY
- See Also:
- Constant Field Values
-
PAGE_SECTIONS
public static final int PAGE_SECTIONS
- See Also:
- Constant Field Values
-
PAGE_BEANS
public static final int PAGE_BEANS
- See Also:
- Constant Field Values
-
PAGE_BEANEIDT
public static final int PAGE_BEANEIDT
- See Also:
- Constant Field Values
-
PAGE_SHORTCUTS
public static final int PAGE_SHORTCUTS
- See Also:
- Constant Field Values
-
PAGE_SHORTCUTEDIT
public static final int PAGE_SHORTCUTEDIT
- See Also:
- Constant Field Values
-
PAGE_SESSION
public static final int PAGE_SESSION
- See Also:
- Constant Field Values
-
PAGE_SESSIONEDIT
public static final int PAGE_SESSIONEDIT
- See Also:
- Constant Field Values
-
PAGE_FINDSTYLE
public static final int PAGE_FINDSTYLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
init
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
- Specified by:
init
in interfacejavax.servlet.Servlet
- Overrides:
init
in classjavax.servlet.GenericServlet
- Throws:
javax.servlet.ServletException
-
doGet
public void doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws javax.servlet.ServletException, java.io.IOException
- Overrides:
doGet
in classjavax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
java.io.IOException
-
doPost
public void doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws javax.servlet.ServletException, java.io.IOException
- Overrides:
doPost
in classjavax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
java.io.IOException
-
-