public abstract class ConfigurationScreenWrapper extends java.lang.Object implements ConfigurationScreen
| Constructor and Description |
|---|
ConfigurationScreenWrapper() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCategoryKey() |
protected abstract ConfigurationScreen |
getConfigurationScreen() |
java.lang.String |
getKey() |
java.lang.String |
getName(java.util.Locale locale) |
java.lang.String |
getScope() |
boolean |
isVisible() |
void |
render(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
public java.lang.String getCategoryKey()
getCategoryKey in interface ConfigurationScreenpublic java.lang.String getKey()
getKey in interface ConfigurationScreenpublic java.lang.String getName(java.util.Locale locale)
getName in interface ConfigurationScreenpublic java.lang.String getScope()
getScope in interface ConfigurationScreenpublic boolean isVisible()
isVisible in interface ConfigurationScreenpublic void render(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws java.io.IOException
render in interface ConfigurationScreenjava.io.IOExceptionprotected abstract ConfigurationScreen getConfigurationScreen()