org.nuiton.jaxx.action
Class ActionConfigConfigurationResolver

java.lang.Object
  extended by org.nuiton.jaxx.action.AbstractActionConfigurationResolver<ActionConfig,AbstractButton>
      extended by org.nuiton.jaxx.action.ActionConfigConfigurationResolver
All Implemented Interfaces:
ActionConfigurationResolver<ActionConfig,AbstractButton>

public class ActionConfigConfigurationResolver
extends AbstractActionConfigurationResolver<ActionConfig,AbstractButton>

Implementation of configuration's resolver for annotation ActionConfig

Author:
chemit

Field Summary
 
Fields inherited from class org.nuiton.jaxx.action.AbstractActionConfigurationResolver
annotationImpl, componentImpl
 
Constructor Summary
ActionConfigConfigurationResolver()
           
 
Method Summary
protected  ActionConfig applyConfiguration0(AbstractButton component, MyAbstractAction action)
          The typed method (on component) to apply configuration on the action and component.
 
Methods inherited from class org.nuiton.jaxx.action.AbstractActionConfigurationResolver
applyConfiguration, getAnnotationImpl, getComponentImpl, resolveConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionConfigConfigurationResolver

public ActionConfigConfigurationResolver()
Method Detail

applyConfiguration0

protected ActionConfig applyConfiguration0(AbstractButton component,
                                           MyAbstractAction action)
Description copied from class: AbstractActionConfigurationResolver
The typed method (on component) to apply configuration on the action and component.

Specified by:
applyConfiguration0 in class AbstractActionConfigurationResolver<ActionConfig,AbstractButton>
Parameters:
component - the component which fires the action
action - the given action
Returns:
the configuration's annotation


Copyright © 2008-2010 CodeLutin. All Rights Reserved.