Liferay 7.0-ce-m2

com.liferay.portlet.documentselector.util
Class DocumentSelectorUtil

java.lang.Object
  extended by com.liferay.portlet.documentselector.util.DocumentSelectorUtil

public class DocumentSelectorUtil
extends Object


Constructor Summary
DocumentSelectorUtil()
           
 
Method Summary
static String getCKEditorFuncNum(javax.servlet.http.HttpServletRequest request)
           
static String[] getMimeTypes(javax.servlet.http.HttpServletRequest request)
           
static String[] getTabs1Names(javax.servlet.http.HttpServletRequest request)
           
static String getType(javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentSelectorUtil

public DocumentSelectorUtil()
Method Detail

getCKEditorFuncNum

public static String getCKEditorFuncNum(javax.servlet.http.HttpServletRequest request)

getMimeTypes

public static String[] getMimeTypes(javax.servlet.http.HttpServletRequest request)

getTabs1Names

public static String[] getTabs1Names(javax.servlet.http.HttpServletRequest request)

getType

public static String getType(javax.servlet.http.HttpServletRequest request)

Liferay 7.0-ce-m2