Liferay 6.0.5

com.liferay.portlet.wiki.model
Class WikiPageConstants

java.lang.Object
  extended by com.liferay.portlet.wiki.model.WikiPageConstants

public class WikiPageConstants
extends Object


Field Summary
static String DEFAULT_FORMAT
           
static double DEFAULT_VERSION
           
static String[] FORMATS
           
static String FRONT_PAGE
           
static String MOVED
           
static String NEW
           
static String REVERTED
           
 
Constructor Summary
WikiPageConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_FORMAT

public static final String DEFAULT_FORMAT

DEFAULT_VERSION

public static final double DEFAULT_VERSION
See Also:
Constant Field Values

FORMATS

public static final String[] FORMATS

FRONT_PAGE

public static final String FRONT_PAGE

MOVED

public static final String MOVED
See Also:
Constant Field Values

NEW

public static final String NEW
See Also:
Constant Field Values

REVERTED

public static final String REVERTED
See Also:
Constant Field Values
Constructor Detail

WikiPageConstants

public WikiPageConstants()

Liferay 6.0.5