Interface DLFilePicker
public interface DLFilePicker
-
Method Summary
Modifier and TypeMethodDescriptiondefault Stringdefault Stringdefault Stringdefault booleandefault voidrenderFilePicker(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse)
-
Method Details
-
getCurrentIconURL
-
getCurrentTitle
-
getDescriptionFieldName
String getDescriptionFieldName() -
getFileNameFieldName
-
getIconFieldName
String getIconFieldName() -
getJavaScript
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getJavaScriptModuleName
String getJavaScriptModuleName() -
getOnClickCallback
String getOnClickCallback() -
getTitleFieldName
String getTitleFieldName() -
isCustomizedFileButtonVisible
default boolean isCustomizedFileButtonVisible() -
renderFilePicker
default void renderFilePicker(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) throws IOException, jakarta.servlet.ServletException - Throws:
IOExceptionjakarta.servlet.ServletException
-