public class

SiteDesigner

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

Summary

Constants
String CLASS_NAME
int PAGE_BEANEIDT
int PAGE_BEANS
int PAGE_FINDSTYLE
int PAGE_HOME
int PAGE_NOTFOUND
int PAGE_PAGEPROPERTY
int PAGE_PAGES
int PAGE_SECTIONS
int PAGE_SESSION
int PAGE_SESSIONEDIT
int PAGE_SHORTCUTEDIT
int PAGE_SHORTCUTS
Public Constructors
SiteDesigner()
Public Methods
void doGet(HttpServletRequest req, HttpServletResponse res)
void doPost(HttpServletRequest req, HttpServletResponse res)
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.SiteDesigner"

public static final int PAGE_BEANEIDT

Constant Value: 6 (0x00000006)

public static final int PAGE_BEANS

Constant Value: 5 (0x00000005)

public static final int PAGE_FINDSTYLE

Constant Value: 11 (0x0000000b)

public static final int PAGE_HOME

Constant Value: 1 (0x00000001)

public static final int PAGE_NOTFOUND

Constant Value: -1 (0xffffffff)

public static final int PAGE_PAGEPROPERTY

Constant Value: 3 (0x00000003)

public static final int PAGE_PAGES

Constant Value: 2 (0x00000002)

public static final int PAGE_SECTIONS

Constant Value: 4 (0x00000004)

public static final int PAGE_SESSION

Constant Value: 9 (0x00000009)

public static final int PAGE_SESSIONEDIT

Constant Value: 10 (0x0000000a)

public static final int PAGE_SHORTCUTEDIT

Constant Value: 8 (0x00000008)

public static final int PAGE_SHORTCUTS

Constant Value: 7 (0x00000007)

Public Constructors

public SiteDesigner ()

Public Methods

public void doGet (HttpServletRequest req, HttpServletResponse res)

Throws
IOException
ServletException

public void doPost (HttpServletRequest req, HttpServletResponse res)

Throws
IOException
ServletException

public void init (ServletConfig config)

Throws
ServletException