|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.gridsystems.config.Configurator com.gridsystems.config.modules.tomcat.TomcatConfigurator
public final class TomcatConfigurator
Tomcat Configurator implementation.
Field Summary |
---|
Fields inherited from class com.gridsystems.config.Configurator |
---|
MODE_CONSOLE, MODE_SILENT, MODE_SWING |
Method Summary | |
---|---|
void |
apply()
Saves the view values into the model, and applies it. |
protected ConfiguratorModel |
createModel()
Creates a new model instance. |
protected ConsoleConfiguratorView |
getConsoleView()
Gets a view for Configurator.MODE_CONSOLE . |
static TomcatConfigurator |
getInstance()
Gets a singleton instance of this class. |
protected SwingConfiguratorView |
getSwingView()
Gets a view for Configurator.MODE_SWING . |
Methods inherited from class com.gridsystems.config.Configurator |
---|
discard, getBundle, getContextDir, getModel, getName, getPath, getUsername, getView, getViewMode, hasView, isClosing, setClosing, setErrorListener, setModel, setUsername, setViewMode, updateError |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static TomcatConfigurator getInstance()
protected SwingConfiguratorView getSwingView()
Configurator.MODE_SWING
.
getSwingView
in class Configurator
protected ConsoleConfiguratorView getConsoleView()
Configurator.MODE_CONSOLE
.
getConsoleView
in class Configurator
protected ConfiguratorModel createModel()
createModel
in class Configurator
public void apply() throws java.lang.Exception
apply
in class Configurator
java.lang.Exception
- In case of error during model apply
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |