Class ConfigurationScreenWrapper
java.lang.Object
com.liferay.configuration.admin.display.ConfigurationScreenWrapper
- All Implemented Interfaces:
ConfigurationScreen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract ConfigurationScreengetKey()getScope()booleanvoidrender(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.configuration.admin.display.ConfigurationScreen
isDeprecated
-
Constructor Details
-
ConfigurationScreenWrapper
public ConfigurationScreenWrapper()
-
-
Method Details
-
getCategoryKey
- Specified by:
getCategoryKeyin interfaceConfigurationScreen
-
getKey
- Specified by:
getKeyin interfaceConfigurationScreen
-
getName
- Specified by:
getNamein interfaceConfigurationScreen
-
getScope
- Specified by:
getScopein interfaceConfigurationScreen
-
isVisible
public boolean isVisible()- Specified by:
isVisiblein interfaceConfigurationScreen
-
render
public void render(jakarta.servlet.http.HttpServletRequest httpServletRequest, jakarta.servlet.http.HttpServletResponse httpServletResponse) throws IOException - Specified by:
renderin interfaceConfigurationScreen- Throws:
IOException
-
getConfigurationScreen
-