com.filenet.wcm.apps.server.util
Class WcmWorkplaceUi

java.lang.Object
  extended bycom.filenet.wcm.toolkit.server.util.WcmUi
      extended bycom.filenet.wcm.apps.server.util.WcmWorkplaceUi

public class WcmWorkplaceUi
extends com.filenet.wcm.toolkit.server.util.WcmUi


Field Summary
static com.filenet.wcm.toolkit.util.WcmString ADMIN_TAB
           
static java.lang.String ADMIN_TAB_ID
           
static com.filenet.wcm.toolkit.util.WcmString AUTHOR_TAB
           
static java.lang.String AUTHOR_TAB_ID
           
static com.filenet.wcm.toolkit.util.WcmString BROWSE_TAB
           
static java.lang.String BROWSE_TAB_ID
           
static com.filenet.wcm.toolkit.util.WcmString HELP
           
static com.filenet.wcm.toolkit.util.WcmString HOME_TAB
           
static java.lang.String HOME_TAB_ID
           
static com.filenet.wcm.toolkit.util.WcmString MY_SEARCH_TAB
           
static java.lang.String MY_SEARCH_TAB_ID
           
static com.filenet.wcm.toolkit.util.WcmString SEARCH_TAB
           
static java.lang.String SEARCH_TAB_ID
           
static com.filenet.wcm.toolkit.util.WcmString SHORTCUTS_TAB
           
static java.lang.String SHORTCUTS_TAB_ID
           
static com.filenet.wcm.toolkit.util.WcmString TASKS_TAB
           
static java.lang.String TASKS_TAB_ID
           
 
Fields inherited from class com.filenet.wcm.toolkit.server.util.WcmUi
FILENET_WEB_POST, LAST_EXCEPTION, LAST_URL, MSIE, NETSCAPE, UNSUPPORTED_BROWSER, wsDateFormat, wsModuleNotFound
 
Constructor Summary
WcmWorkplaceUi()
           
 
Method Summary
static void renderHeaders(javax.servlet.http.HttpServletRequest request, java.io.Writer w, boolean includeWindowHelper)
          Renders a standard set of headers on each page.
static void renderHeaders(javax.servlet.http.HttpServletRequest request, java.io.Writer w, boolean includeWindowHelper, com.filenet.wcm.toolkit.util.WcmString topic)
          Renders a standard set of headers on each page.
static void renderHeaders(javax.servlet.http.HttpServletRequest request, java.io.Writer w, boolean includeWindowHelper, com.filenet.wcm.toolkit.util.WcmString heading, com.filenet.wcm.toolkit.util.WcmString topic)
          Renders a standard set of headers on each page.
static void renderHeaders(javax.servlet.http.HttpServletRequest request, java.io.Writer w, com.filenet.wcm.toolkit.util.WcmString topic)
          Renders a standard set of headers on each page.
 
Methods inherited from class com.filenet.wcm.toolkit.server.util.WcmUi
decodeLocale, encodeLocale, encodeWindowId, encodeWindowId, formatContentSize, formatContentSize, formatDouble, formatDouble, formatDouble, formatDouble, getBasePath, getBrowserType, getBrowserVersion, getCalendarControlHTML, getHeaderModule, getParentKey, render, render, renderHeaders, setNoCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HOME_TAB

public static final com.filenet.wcm.toolkit.util.WcmString HOME_TAB

TASKS_TAB

public static final com.filenet.wcm.toolkit.util.WcmString TASKS_TAB

BROWSE_TAB

public static final com.filenet.wcm.toolkit.util.WcmString BROWSE_TAB

SEARCH_TAB

public static final com.filenet.wcm.toolkit.util.WcmString SEARCH_TAB

MY_SEARCH_TAB

public static final com.filenet.wcm.toolkit.util.WcmString MY_SEARCH_TAB

AUTHOR_TAB

public static final com.filenet.wcm.toolkit.util.WcmString AUTHOR_TAB

ADMIN_TAB

public static final com.filenet.wcm.toolkit.util.WcmString ADMIN_TAB

SHORTCUTS_TAB

public static final com.filenet.wcm.toolkit.util.WcmString SHORTCUTS_TAB

HELP

public static final com.filenet.wcm.toolkit.util.WcmString HELP

HOME_TAB_ID

public static final java.lang.String HOME_TAB_ID
See Also:
Constant Field Values

TASKS_TAB_ID

public static final java.lang.String TASKS_TAB_ID
See Also:
Constant Field Values

BROWSE_TAB_ID

public static final java.lang.String BROWSE_TAB_ID
See Also:
Constant Field Values

SEARCH_TAB_ID

public static final java.lang.String SEARCH_TAB_ID
See Also:
Constant Field Values

MY_SEARCH_TAB_ID

public static final java.lang.String MY_SEARCH_TAB_ID
See Also:
Constant Field Values

AUTHOR_TAB_ID

public static final java.lang.String AUTHOR_TAB_ID
See Also:
Constant Field Values

ADMIN_TAB_ID

public static final java.lang.String ADMIN_TAB_ID
See Also:
Constant Field Values

SHORTCUTS_TAB_ID

public static final java.lang.String SHORTCUTS_TAB_ID
See Also:
Constant Field Values
Constructor Detail

WcmWorkplaceUi

public WcmWorkplaceUi()
Method Detail

renderHeaders

public static void renderHeaders(javax.servlet.http.HttpServletRequest request,
                                 java.io.Writer w,
                                 com.filenet.wcm.toolkit.util.WcmString topic)
                          throws java.lang.Exception
Renders a standard set of headers on each page. Every UI jsp page in Workplace should call renderHeaders.

The topic parameter below, if specified, generates a title into the page in the following format:


Parameters:
request - The HttpServletRequest for the current UI jsp page.
w - A Writer instance where the HTML will be written.
topic - A valid WcmString topic to be rendered into the title as described above.
Throws:
java.lang.Exception

renderHeaders

public static void renderHeaders(javax.servlet.http.HttpServletRequest request,
                                 java.io.Writer w,
                                 boolean includeWindowHelper)
                          throws java.lang.Exception
Renders a standard set of headers on each page. Every UI jsp page in Workplace should call renderHeaders.

Parameters:
request - The HttpServletRequest for the current UI jsp page.
w - A Writer instance where the HTML will be written.
includeWindowHelper - Specifying "true" will include client-side JavaScript required for advanced authoring popup pages.
Throws:
java.lang.Exception

renderHeaders

public static void renderHeaders(javax.servlet.http.HttpServletRequest request,
                                 java.io.Writer w,
                                 boolean includeWindowHelper,
                                 com.filenet.wcm.toolkit.util.WcmString topic)
                          throws java.lang.Exception
Renders a standard set of headers on each page. Every UI jsp page in Workplace should call renderHeaders.

The topic parameter below, if specified, generates a title into the page in the following format:


Parameters:
request - The HttpServletRequest for the current UI jsp page.
w - A Writer instance where the HTML will be written.
includeWindowHelper - Specifying "true" will include client-side JavaScript required for advanced authoring popup pages.
topic - A valid WcmString topic to be rendered into the title as described above.
Throws:
java.lang.Exception

renderHeaders

public static void renderHeaders(javax.servlet.http.HttpServletRequest request,
                                 java.io.Writer w,
                                 boolean includeWindowHelper,
                                 com.filenet.wcm.toolkit.util.WcmString heading,
                                 com.filenet.wcm.toolkit.util.WcmString topic)
                          throws java.lang.Exception
Renders a standard set of headers on each page. Every UI jsp page in Workplace should call renderHeaders.

The heading and topic parameters define how the title is formatted by the following rules:


Parameters:
request - The HttpServletRequest for the current UI jsp page.
w - A Writer instance where the HTML will be written.
includeWindowHelper - Specifying "true" will include client-side JavaScript required for advanced authoring popup pages.
heading - A valid WcmString heading to be rendered into the title as described above.
topic - A valid WcmString topic to be rendered into the title as described above.
Throws:
java.lang.Exception


© Copyright IBM Corp. 2002, 2007. All Rights Reserved.