org.yasl.arch.impl.application
Class DefaultYASLAppConfigHelper

java.lang.Object
  extended byorg.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

Constructor Summary
DefaultYASLAppConfigHelper()
           
 
Method Summary
 void setActions(YASLApplication app)
          Sets actions programatically if this cannot be done through xml configuration.
 void setSingletons(YASLApplication app)
          Sets singletons programatically if this cannot be done through xml configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultYASLAppConfigHelper

public DefaultYASLAppConfigHelper()
Method Detail

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