com.plumtree.portaluiinfrastructure.ptlink
Class PTURLConstants

java.lang.Object
  extended by com.plumtree.portaluiinfrastructure.ptlink.PTURLConstants
Direct Known Subclasses:
APTURL

public class PTURLConstants
extends java.lang.Object

Constant definitions of common URL components


Field Summary
static java.lang.String KEY_CLASSID
          The class ID of the object represented by this URL
static java.lang.String KEY_CURRENTMARKER
          Current marker.
static java.lang.String KEY_FULLURL
          The full URL.
static java.lang.String KEY_ICONIMG
          Icon associated with the URL.
static java.lang.String KEY_ICONIMGALT
          Alternative text of the icon.
static java.lang.String KEY_ICONIMGHEIGHT
          Height of the icon.
static java.lang.String KEY_ICONIMGWIDTH
          Width of the icon.
static java.lang.String KEY_JAVASCRIPT_ACTION
          Javascript action associated with an URL.
static java.lang.String KEY_OBJECTID
          The object ID of the object represented by this URL
static java.lang.String KEY_PARAMS
          Lists all parameters in the query string.
static java.lang.String KEY_TITLE
          URL title
static java.lang.String KEY_URI
          URI part of the URL.
static java.lang.String KEY_URLTYPE
          The type of URL
 
Constructor Summary
PTURLConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_TITLE

public static final java.lang.String KEY_TITLE
URL title

See Also:
Constant Field Values

KEY_ICONIMG

public static final java.lang.String KEY_ICONIMG
Icon associated with the URL.

See Also:
Constant Field Values

KEY_ICONIMGWIDTH

public static final java.lang.String KEY_ICONIMGWIDTH
Width of the icon.

See Also:
Constant Field Values

KEY_ICONIMGHEIGHT

public static final java.lang.String KEY_ICONIMGHEIGHT
Height of the icon.

See Also:
Constant Field Values

KEY_ICONIMGALT

public static final java.lang.String KEY_ICONIMGALT
Alternative text of the icon.

See Also:
Constant Field Values

KEY_FULLURL

public static final java.lang.String KEY_FULLURL
The full URL.

See Also:
Constant Field Values

KEY_URI

public static final java.lang.String KEY_URI
URI part of the URL.

See Also:
Constant Field Values

KEY_CURRENTMARKER

public static final java.lang.String KEY_CURRENTMARKER
Current marker. This flag should be set if the URL is pointing to the current page.

See Also:
Constant Field Values

KEY_JAVASCRIPT_ACTION

public static final java.lang.String KEY_JAVASCRIPT_ACTION
Javascript action associated with an URL.

See Also:
Constant Field Values

KEY_PARAMS

public static final java.lang.String KEY_PARAMS
Lists all parameters in the query string.

See Also:
Constant Field Values

KEY_URLTYPE

public static final java.lang.String KEY_URLTYPE
The type of URL

See Also:
Constant Field Values

KEY_OBJECTID

public static final java.lang.String KEY_OBJECTID
The object ID of the object represented by this URL

See Also:
Constant Field Values

KEY_CLASSID

public static final java.lang.String KEY_CLASSID
The class ID of the object represented by this URL

See Also:
Constant Field Values
Constructor Detail

PTURLConstants

public PTURLConstants()



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