com.plumtree.portalpages.browsing.gateway
Class TagConstants

java.lang.Object
  extended by com.plumtree.portalpages.browsing.gateway.TagConstants

public class TagConstants
extends java.lang.Object

This class contains constants necessary for the Tag Engine integration.


Field Summary
static java.lang.String DISPLAY_MODE_ATTRIBUTE_HOSTED_VALUE
          The display mode attribute to set the page to hosted mode.
static java.lang.String DISPLAY_MODE_TAG_FULL_NAME
          The fully qualified name of the display mode tag.
static java.lang.String DISPLAY_MODE_TAG_MODE_ATTRIBUTE
          The name of the hosted mode attribute in the display mode tag.
static java.lang.String STANDARD_LIBRARY
          The name of the standard tag library.
 
Constructor Summary
TagConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STANDARD_LIBRARY

public static final java.lang.String STANDARD_LIBRARY
The name of the standard tag library.

See Also:
Constant Field Values

DISPLAY_MODE_TAG_FULL_NAME

public static final java.lang.String DISPLAY_MODE_TAG_FULL_NAME
The fully qualified name of the display mode tag.

See Also:
Constant Field Values

DISPLAY_MODE_TAG_MODE_ATTRIBUTE

public static final java.lang.String DISPLAY_MODE_TAG_MODE_ATTRIBUTE
The name of the hosted mode attribute in the display mode tag.

See Also:
Constant Field Values

DISPLAY_MODE_ATTRIBUTE_HOSTED_VALUE

public static final java.lang.String DISPLAY_MODE_ATTRIBUTE_HOSTED_VALUE
The display mode attribute to set the page to hosted mode.

See Also:
Constant Field Values
Constructor Detail

TagConstants

public TagConstants()



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