com.plumtree.server
Class PT_MARKUP_FRAGMENT_TYPES

java.lang.Object
  |
  +--com.plumtree.server.PT_MARKUP_FRAGMENT_TYPES

public final class PT_MARKUP_FRAGMENT_TYPES
extends java.lang.Object

Defines the type of each fragment in the array of markup fragments.

See Also:
PT_MARKUP_ARRAY_COLS

Field Summary
static int PT_MARKUP_FRAGMENT_TYPE_FINISHED
          The fragment is a string containing finished markup ready for display without further post-processing.
static int PT_MARKUP_FRAGMENT_TYPE_FIX_FN
          The fragment contains a placeholder for gateway fixURL function insertion.
static int PT_MARKUP_FRAGMENT_TYPE_GATEWAY_URL
          The fragment contains a placeholder for gateway base URL insertion.
static int PT_MARKUP_FRAGMENT_TYPE_INVALID
          Invalid, this value and above are reserved for future use.
static int PT_MARKUP_FRAGMENT_TYPE_IPP
          The fragment contains the name of the control used to render and intrinsic portlet.
static int PT_MARKUP_FRAGMENT_TYPE_PT_XML
          The fragment contains an XML tag that requires post-processing, in an array with columns defined by PT_XML_ARRAY_COLS.
static int PT_MARKUP_FRAGMENT_TYPE_TITLE
          The fragment contains the portlet title.
static int PT_MARKUP_FRAGMENT_TYPE_XUI
          The fragment contains XUI (aka SCI) controls.
 
Constructor Summary
PT_MARKUP_FRAGMENT_TYPES()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_MARKUP_FRAGMENT_TYPE_FINISHED

public static final int PT_MARKUP_FRAGMENT_TYPE_FINISHED
The fragment is a string containing finished markup ready for display without further post-processing.

PT_MARKUP_FRAGMENT_TYPE_PT_XML

public static final int PT_MARKUP_FRAGMENT_TYPE_PT_XML
The fragment contains an XML tag that requires post-processing, in an array with columns defined by PT_XML_ARRAY_COLS.

PT_MARKUP_FRAGMENT_TYPE_IPP

public static final int PT_MARKUP_FRAGMENT_TYPE_IPP
The fragment contains the name of the control used to render and intrinsic portlet.

PT_MARKUP_FRAGMENT_TYPE_XUI

public static final int PT_MARKUP_FRAGMENT_TYPE_XUI
The fragment contains XUI (aka SCI) controls.

PT_MARKUP_FRAGMENT_TYPE_TITLE

public static final int PT_MARKUP_FRAGMENT_TYPE_TITLE
The fragment contains the portlet title.

PT_MARKUP_FRAGMENT_TYPE_GATEWAY_URL

public static final int PT_MARKUP_FRAGMENT_TYPE_GATEWAY_URL
The fragment contains a placeholder for gateway base URL insertion.

PT_MARKUP_FRAGMENT_TYPE_FIX_FN

public static final int PT_MARKUP_FRAGMENT_TYPE_FIX_FN
The fragment contains a placeholder for gateway fixURL function insertion.

PT_MARKUP_FRAGMENT_TYPE_INVALID

public static final int PT_MARKUP_FRAGMENT_TYPE_INVALID
Invalid, this value and above are reserved for future use.
Constructor Detail

PT_MARKUP_FRAGMENT_TYPES

public PT_MARKUP_FRAGMENT_TYPES()


Copyright © 2003 Plumtree Software Inc. All Rights Reserved.