Interface FragmentEntryProcessor


public interface FragmentEntryProcessor
  • Method Details

    • getAvailableTagsJSONArray

      default com.liferay.portal.kernel.json.JSONArray getAvailableTagsJSONArray()
    • getDataAttributesJSONArray

      default com.liferay.portal.kernel.json.JSONArray getDataAttributesJSONArray()
    • getDefaultEditableValuesJSONObject

      default com.liferay.portal.kernel.json.JSONObject getDefaultEditableValuesJSONObject(String html, String configuration)
    • processFragmentEntryLinkCSS

      default String processFragmentEntryLinkCSS(FragmentEntryLink fragmentEntryLink, String css, FragmentEntryProcessorContext fragmentEntryProcessorContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • processFragmentEntryLinkHTML

      default String processFragmentEntryLinkHTML(FragmentEntryLink fragmentEntryLink, String html, FragmentEntryProcessorContext fragmentEntryProcessorContext) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • validateFragmentEntryHTML

      default void validateFragmentEntryHTML(String html, String configuration) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException