com.plumtree.portaluiinfrastructure.statichelpers
Class PTDebugHelpers

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

public class PTDebugHelpers
extends java.lang.Object

Static helpers related to debugging/logging. 1) Provides the component string that is used to for the component field in PTSpy.

Author:
RickyW

Field Summary
static java.lang.String COMPONENT_GATEWAY
          Returns the string to be used for the component field in PTSpy.
static java.lang.String COMPONENT_PATHWAYS
          Returns the string to be used for the component field in PTSpy.
static java.lang.String COMPONENT_PORTAL_ADAPTIVETAGS
          This component is used for any logging related to the processing of tags from a portlet but not loading of tag libraries
static java.lang.String COMPONENT_PORTAL_ADMIN
          Returns the string to be used for the component field in PTSpy.
static java.lang.String COMPONENT_PORTAL_AJAX
           
static java.lang.String COMPONENT_PORTAL_BROWSING
          Returns the string to be used for the component field in PTSpy.
static java.lang.String COMPONENT_PORTAL_COMMON
          Returns the string to be used for the component field in PTSpy.
static java.lang.String COMPONENT_PORTAL_DEVICES
          Returns the string to be used for the component field in PTSpy.
static java.lang.String COMPONENT_PORTAL_FRIENDLYURL
           
static java.lang.String COMPONENT_PORTAL_PORTLETS
          Returns the string to be used for the component field in PTSpy.
static java.lang.String COMPONENT_PORTAL_PROVIDERS
          Returns the string to be used for the component field in PTSpy.
static java.lang.String COMPONENT_PORTAL_REST
          Returns the string to be used for the component field in PTSpy.
static java.lang.String COMPONENT_PORTAL_SSO
          Returns the string to be used for the component field in PTSpy.
static java.lang.String COMPONENT_PORTAL_UI_INFRASTRUCTURE
          Returns the string to be used for the component field in PTSpy.
static java.lang.String COMPONENT_PORTAL_USERPROFILE
          Returns the string to be used for the component field in PTSpy.
 
Constructor Summary
PTDebugHelpers()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_PORTAL_UI_INFRASTRUCTURE

public static final java.lang.String COMPONENT_PORTAL_UI_INFRASTRUCTURE
Returns the string to be used for the component field in PTSpy.

See Also:
Constant Field Values

COMPONENT_PORTAL_FRIENDLYURL

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

COMPONENT_PORTAL_AJAX

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

COMPONENT_PORTAL_ADMIN

public static final java.lang.String COMPONENT_PORTAL_ADMIN
Returns the string to be used for the component field in PTSpy.

See Also:
Constant Field Values

COMPONENT_PORTAL_BROWSING

public static final java.lang.String COMPONENT_PORTAL_BROWSING
Returns the string to be used for the component field in PTSpy.

See Also:
Constant Field Values

COMPONENT_PORTAL_ADAPTIVETAGS

public static final java.lang.String COMPONENT_PORTAL_ADAPTIVETAGS
This component is used for any logging related to the processing of tags from a portlet but not loading of tag libraries

See Also:
Constant Field Values

COMPONENT_PORTAL_COMMON

public static final java.lang.String COMPONENT_PORTAL_COMMON
Returns the string to be used for the component field in PTSpy.

See Also:
Constant Field Values

COMPONENT_PORTAL_DEVICES

public static final java.lang.String COMPONENT_PORTAL_DEVICES
Returns the string to be used for the component field in PTSpy.

See Also:
Constant Field Values

COMPONENT_PORTAL_PORTLETS

public static final java.lang.String COMPONENT_PORTAL_PORTLETS
Returns the string to be used for the component field in PTSpy.

See Also:
Constant Field Values

COMPONENT_PORTAL_PROVIDERS

public static final java.lang.String COMPONENT_PORTAL_PROVIDERS
Returns the string to be used for the component field in PTSpy.

See Also:
Constant Field Values

COMPONENT_PORTAL_REST

public static final java.lang.String COMPONENT_PORTAL_REST
Returns the string to be used for the component field in PTSpy.

See Also:
Constant Field Values

COMPONENT_PORTAL_USERPROFILE

public static final java.lang.String COMPONENT_PORTAL_USERPROFILE
Returns the string to be used for the component field in PTSpy.

See Also:
Constant Field Values

COMPONENT_GATEWAY

public static final java.lang.String COMPONENT_GATEWAY
Returns the string to be used for the component field in PTSpy.

See Also:
Constant Field Values

COMPONENT_PORTAL_SSO

public static final java.lang.String COMPONENT_PORTAL_SSO
Returns the string to be used for the component field in PTSpy.

See Also:
Constant Field Values

COMPONENT_PATHWAYS

public static final java.lang.String COMPONENT_PATHWAYS
Returns the string to be used for the component field in PTSpy.

See Also:
Constant Field Values
Constructor Detail

PTDebugHelpers

public PTDebugHelpers()



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