org.yasl.arch.impl.application
Class DefaultYASLAppConfigHelper
java.lang.Object
org.yasl.arch.impl.application.DefaultYASLAppConfigHelper
- All Implemented Interfaces:
- YASLAppConfigHelper
- public class DefaultYASLAppConfigHelper
- extends Object
- implements YASLAppConfigHelper
Default implementation to be used if user does not define
a config helper. Swing application types must implement
the getSwingAppFrame() method.
- Version:
- 1.0
- Author:
- Jeff Chapman
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultYASLAppConfigHelper
public DefaultYASLAppConfigHelper()
setActions
public void setActions(YASLApplication app)
throws YASLApplicationException
- Sets actions programatically if this cannot be done through xml
configuration.
- Specified by:
setActions
in interface YASLAppConfigHelper
- Parameters:
app
- YASLApplication
- Throws:
YASLApplicationException
setSingletons
public void setSingletons(YASLApplication app)
throws YASLApplicationException
- Sets singletons programatically if this cannot be done through xml
configuration.
- Specified by:
setSingletons
in interface YASLAppConfigHelper
- Parameters:
app
- YASLApplication
- Throws:
YASLApplicationException