com.plumtree.portaluiinfrastructure.statichelpers
Class AppDataObject

java.lang.Object
  extended by com.plumtree.portaluiinfrastructure.statichelpers.AppDataObject

public class AppDataObject
extends java.lang.Object

Author:
JaneD

Field Summary
static java.lang.String m_strDefaultHeaders
           
static java.lang.String PT_COLLAPSEDGADGETS
          bjf -- this must match PT_APPDATASTATEOBJECT_COLLAPSEDGADGETS in the server
 
Constructor Summary
AppDataObject()
           
 
Method Summary
static IPTState GetAppDataObject(int iCommunityID, int iPageID, int iGWParams, java.lang.String strHostPageURI, AActivitySpace asOwner)
          Return GetAppDataObject(int iCommunityID, int iPageID, int iGWParams, String strHostPageURI, AActivitySpace asOwner, boolean bResolveSecureBase) with the default value of bResolveSecureBase set to true.
static IPTState GetAppDataObject(int iCommunityID, int iPageID, int iGWParams, java.lang.String strHostPageURI, AActivitySpace asOwner, boolean bResolveSecureBase)
          Returns the app data state object.
static IPTState GetAppDataObject(int iCommunityID, int iPageID, java.lang.String strHostPageURI, AActivitySpace asOwner)
           
static IPTState GetAppDataObject(int iCommunityID, int iPageID, java.lang.String strHostPageURI, AActivitySpace asOwner, boolean bResolveSecureBase)
           
static PTStyleSheetLink GetStyleSheet(int iCommunityID, IPTSession ptSession, AActivitySpace asOwner)
          Calculate the style sheet for this gatewayed page.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_COLLAPSEDGADGETS

public static final java.lang.String PT_COLLAPSEDGADGETS
bjf -- this must match PT_APPDATASTATEOBJECT_COLLAPSEDGADGETS in the server

See Also:
Constant Field Values

m_strDefaultHeaders

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

AppDataObject

public AppDataObject()
Method Detail

GetAppDataObject

public static IPTState GetAppDataObject(int iCommunityID,
                                        int iPageID,
                                        java.lang.String strHostPageURI,
                                        AActivitySpace asOwner)

GetAppDataObject

public static IPTState GetAppDataObject(int iCommunityID,
                                        int iPageID,
                                        java.lang.String strHostPageURI,
                                        AActivitySpace asOwner,
                                        boolean bResolveSecureBase)

GetAppDataObject

public static IPTState GetAppDataObject(int iCommunityID,
                                        int iPageID,
                                        int iGWParams,
                                        java.lang.String strHostPageURI,
                                        AActivitySpace asOwner)
Return GetAppDataObject(int iCommunityID, int iPageID, int iGWParams, String strHostPageURI, AActivitySpace asOwner, boolean bResolveSecureBase) with the default value of bResolveSecureBase set to true.

Parameters:
iCommunityID -
iPageID -
iGWParams -
strHostPageURI -
asOwner -
Returns:

GetAppDataObject

public static IPTState GetAppDataObject(int iCommunityID,
                                        int iPageID,
                                        int iGWParams,
                                        java.lang.String strHostPageURI,
                                        AActivitySpace asOwner,
                                        boolean bResolveSecureBase)
Returns the app data state object. This function is used by the gateway directly. The bResolveSecureBase specifies that in security mode 3 the method should resolve strSecureAppBaseURL by passing it to PTConfigHelper.GetApplicationBaseURL or not

Parameters:
iCommunityID -
iPageID -
iGWParams -
strHostPageURI -
asOwner -
bResolveSecureBase -
Returns:

GetStyleSheet

public static PTStyleSheetLink GetStyleSheet(int iCommunityID,
                                             IPTSession ptSession,
                                             AActivitySpace asOwner)
Calculate the style sheet for this gatewayed page. If this page is not coming from a community, then we use the subportal's style sheet. If it is coming from a community, then we first check to see if there is a community style sheet; if there is not, then we default to the subportal.




Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.