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