com.plumtree.server
Class PT_PAGE_TYPES

java.lang.Object
  extended by com.plumtree.server.PT_PAGE_TYPES

public final class PT_PAGE_TYPES
extends java.lang.Object

Page types. Not used; future support for special page types.

Version:
5.0
Author:
BridgetF, MichaelD

Field Summary
static int PT_PAGETYPE_REGULAR
          regular page type
 
Constructor Summary
PT_PAGE_TYPES()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PT_PAGETYPE_REGULAR

public static final int PT_PAGETYPE_REGULAR
regular page type

See Also:
Constant Field Values
Constructor Detail

PT_PAGE_TYPES

public PT_PAGE_TYPES()