Uses of Interface
com.liferay.portal.kernel.portlet.RequestBackedPortletURLFactory
Packages that use RequestBackedPortletURLFactory
Package
Description
This package defines the kernel portlet interfaces and classes.
-
Uses of RequestBackedPortletURLFactory in com.liferay.portal.kernel.editor.configuration
Methods in com.liferay.portal.kernel.editor.configuration with parameters of type RequestBackedPortletURLFactoryModifier and TypeMethodDescriptionEditorConfigProvider.getConfigJSONObject
(String portletName, String editorConfigKey, String editorName, Map<String, Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, RequestBackedPortletURLFactory requestBackedPortletURLFactory) static EditorConfiguration
EditorConfigurationFactoryUtil.getEditorConfiguration
(String portletName, String editorConfigKey, String editorName, Map<String, Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, RequestBackedPortletURLFactory requestBackedPortletURLFactory) EditorOptionsProvider.getEditorOptions
(String portletName, String editorConfigKey, String editorName, Map<String, Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, RequestBackedPortletURLFactory requestBackedPortletURLFactory) void
EditorConfigContributor.populateConfigJSONObject
(JSONObject jsonObject, Map<String, Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, RequestBackedPortletURLFactory requestBackedPortletURLFactory) Updates the original configuration JSON object with some new configuration.void
EditorOptionsContributor.populateEditorOptions
(EditorOptions editorOptions, Map<String, Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, RequestBackedPortletURLFactory requestBackedPortletURLFactory) Updates the originalEditorOptions
object with new options.void
EditorConfigTransformer.transform
(EditorOptions editorOptions, Map<String, Object> inputEditorTaglibAttributes, JSONObject configJSONObject, ThemeDisplay themeDisplay, RequestBackedPortletURLFactory requestBackedPortletURLFactory) Transforms the editor options in configuration that the editor can handle, by populating the configuration JSON object. -
Uses of RequestBackedPortletURLFactory in com.liferay.portal.kernel.portlet
Methods in com.liferay.portal.kernel.portlet that return RequestBackedPortletURLFactoryModifier and TypeMethodDescriptionRequestBackedPortletURLFactoryUtil.create
(PortletRequest portletRequest) RequestBackedPortletURLFactoryUtil.create
(javax.servlet.http.HttpServletRequest httpServletRequest)