| 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.portlet.GenericURL
com.bea.portlet.DesktopURL
public class DesktopURL
Represents a URL for submitting requests to the portal framework to view a specified desktop.
| Field Summary | 
|---|
| Fields inherited from class com.bea.portlet.GenericURL | 
|---|
COMMUNITY_ADMIN_FLAG_PARAM, COMMUNITY_DESKTOP, CONTROL_STATE_PARAM, CURRENT_PAGE, domain, DOMAIN, EVENT_NAME_PARAM, httpRequest, httpResponse, httpsDomain, LOADSTATE_PARAM, MODE_PARAM, PAGE_LABEL_PARAM, params, PATH, PORT, PORTLET_SUB_INSTANCE_ID, POSTBACK_PARAM, PREFIX, QUERY_STRING, SCHEME, SECURE_PORT, STATE_PARAM, TREE_OPTIMIZATION_PARAM, URL_COMPRESSION, WINDOW_LABEL_PARAM | 
| Constructor Summary | |
|---|---|
protected  | 
DesktopURL(javax.servlet.http.HttpServletRequest httpRequest,
           javax.servlet.http.HttpServletResponse httpResponse,
           String desktopServletPath)
Constructs a DesktopURL. | 
| Method Summary | |
|---|---|
static DesktopURL | 
createDesktopURL(javax.servlet.http.HttpServletRequest httpRequest,
                 javax.servlet.http.HttpServletResponse httpResponse,
                 CommunityURI community)
Returns a DesktopURL for the specified community if the URL can be determined, null if the URL cannot be determined.  | 
static DesktopURL | 
createDesktopURL(javax.servlet.http.HttpServletRequest httpRequest,
                 javax.servlet.http.HttpServletResponse httpResponse,
                 DesktopDefinitionId desktop)
Returns a DesktopURL for the specified streamed desktop if the URL can be determined, null if the URL cannot be determined.  | 
static DesktopURL | 
createDesktopURL(javax.servlet.http.HttpServletRequest httpRequest,
                 javax.servlet.http.HttpServletResponse httpResponse,
                 String webAppName,
                 String portalPath,
                 String desktopPath)
Returns a DesktopURL for the specified streamed desktop if the URL can be determined, null if the URL cannot be determined.  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
protected DesktopURL(javax.servlet.http.HttpServletRequest httpRequest,
                     javax.servlet.http.HttpServletResponse httpResponse,
                     String desktopServletPath)
DesktopURL.
httpRequest - HTTP requesthttpResponse - HTTP responsedesktopServletPath - the complete path to the desktop| Method Detail | 
|---|
public static DesktopURL createDesktopURL(javax.servlet.http.HttpServletRequest httpRequest,
                                          javax.servlet.http.HttpServletResponse httpResponse,
                                          DesktopDefinitionId desktop)
httpRequest - HTTP requesthttpResponse - HTTP responsedesktop - the desktop to create a URL to.
null if the
         URL cannot be determined.
public static DesktopURL createDesktopURL(javax.servlet.http.HttpServletRequest httpRequest,
                                          javax.servlet.http.HttpServletResponse httpResponse,
                                          CommunityURI community)
httpRequest - HTTP requesthttpResponse - HTTP responsecommunity - the community to create a URL to.
null if the
         URL cannot be determined.
public static DesktopURL createDesktopURL(javax.servlet.http.HttpServletRequest httpRequest,
                                          javax.servlet.http.HttpServletResponse httpResponse,
                                          String webAppName,
                                          String portalPath,
                                          String desktopPath)
httpRequest - HTTP requesthttpResponse - HTTP responsewebAppName - the name of the webapp for the desktopportalPath - the portal path for the desktopdesktopPath - the desktop path for the desktop.
null if the
         URL cannot be determined.
  | 
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||