org.yasl.arch.application
Interface YASLAppConfigHelper

All Known Implementing Classes:
DefaultYASLAppConfigHelper

public interface YASLAppConfigHelper

Version:
1.0
Author:
Jeff Chapman

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.
 

Method Detail

setActions

public void setActions(YASLApplication app)
                throws YASLApplicationException
Sets actions programatically if this cannot be done through xml configuration.

Throws:
YASLApplicationException

setSingletons

public void setSingletons(YASLApplication app)
                   throws YASLApplicationException
Sets singletons programatically if this cannot be done through xml configuration.

Throws:
YASLApplicationException