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 ConfigurationScreen
public java.lang.String getKey()
getKey
in interface ConfigurationScreen
public java.lang.String getName(java.util.Locale locale)
getName
in interface ConfigurationScreen
public java.lang.String getScope()
getScope
in interface ConfigurationScreen
public boolean isVisible()
isVisible
in interface ConfigurationScreen
public void render(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws java.io.IOException
render
in interface ConfigurationScreen
java.io.IOException
protected abstract ConfigurationScreen getConfigurationScreen()