Liferay 6.2-ce-ga5

com.liferay.portlet.documentlibrary.model
Class DLSearchConstants

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.model.DLSearchConstants

public class DLSearchConstants
extends Object


Field Summary
static int FRAGMENT
           
static int MULTIPLE
           
static int SINGLE
           
 
Constructor Summary
DLSearchConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FRAGMENT

public static final int FRAGMENT
See Also:
Constant Field Values

MULTIPLE

public static final int MULTIPLE
See Also:
Constant Field Values

SINGLE

public static final int SINGLE
See Also:
Constant Field Values
Constructor Detail

DLSearchConstants

public DLSearchConstants()

Liferay 6.2-ce-ga5