Interface SiteSettingsConfigurationScreenContributor
public interface SiteSettingsConfigurationScreenContributor
-
Method Summary
Modifier and TypeMethodDescriptiondefault Dictionary<String, Object> exportProperties(Serializable scopePK) getKey()default Stringdefault Stringjakarta.servlet.ServletContextdefault voidimportProperties(Dictionary<String, Object> properties, Serializable scopePK) default booleanisVisible(com.liferay.portal.kernel.model.Group group) default voidsetAttributes(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse)
-
Method Details
-
exportProperties
- Throws:
Exception
-
getCategoryKey
String getCategoryKey() -
getJspPath
String getJspPath() -
getKey
String getKey() -
getName
-
getSaveMVCActionCommandName
-
getServletContext
jakarta.servlet.ServletContext getServletContext() -
importProperties
default void importProperties(Dictionary<String, Object> properties, Serializable scopePK) throws Exception- Throws:
Exception
-
isVisible
default boolean isVisible(com.liferay.portal.kernel.model.Group group) -
setAttributes
default void setAttributes(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse)
-