Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portlet.RequestBackedPortletURLFactory

Packages that use RequestBackedPortletURLFactory
com.liferay.portal.kernel.editor.configuration   
com.liferay.portlet This package defines the common portlet interfaces, base classes, classes, factories, and utilities. 
 

Uses of RequestBackedPortletURLFactory in com.liferay.portal.kernel.editor.configuration
 

Methods in com.liferay.portal.kernel.editor.configuration with parameters of type RequestBackedPortletURLFactory
static EditorConfiguration EditorConfigurationFactoryUtil.getEditorConfiguration(String portletName, String editorConfigKey, String editorName, Map<String,Object> inputEditorTaglibAttributes, ThemeDisplay themeDisplay, RequestBackedPortletURLFactory requestBackedPortletURLFactory)
           
 EditorConfiguration EditorConfigurationFactory.getEditorConfiguration(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 original EditorOptions 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.portlet
 

Methods in com.liferay.portlet that return RequestBackedPortletURLFactory
static RequestBackedPortletURLFactory RequestBackedPortletURLFactoryUtil.create(javax.servlet.http.HttpServletRequest request)
           
static RequestBackedPortletURLFactory RequestBackedPortletURLFactoryUtil.create(PortletRequest portletRequest)
           
 


Liferay 7.0-ce-b4