Interface SiteSettingsConfigurationScreenContributor
public interface SiteSettingsConfigurationScreenContributor
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()default Stringdefault Stringjavax.servlet.ServletContextdefault booleanisVisible(com.liferay.portal.kernel.model.Group group) default voidsetAttributes(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
-
Method Details
-
getCategoryKey
String getCategoryKey() -
getJspPath
String getJspPath() -
getKey
String getKey() -
getName
-
getSaveMVCActionCommandName
-
getServletContext
javax.servlet.ServletContext getServletContext() -
isVisible
default boolean isVisible(com.liferay.portal.kernel.model.Group group) -
setAttributes
default void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
-