com.google.code.rees.scope
Interface ActionProvider

All Superinterfaces:
Serializable
All Known Implementing Classes:
StrutsActionProvider

public interface ActionProvider
extends Serializable

Provides a Set of action classes for initializing configurations. In the future, will be employed by the ConversationConfigurationProvider and the SessionConfigurationProvider.

Author:
rees.byars

Method Summary
 Set<Class<?>> getActionClasses()
          Returns the set of action classes
 

Method Detail

getActionClasses

Set<Class<?>> getActionClasses()
                               throws Exception
Returns the set of action classes

Returns:
Throws:
Exception


Copyright © 2012-2013. All Rights Reserved.