com.pietschy.command.annotation.impl
Class AbstractAnnotationProcessor.InvokerWindowProvider

java.lang.Object
  extended by com.pietschy.command.annotation.impl.AbstractAnnotationProcessor.InvokerWindowProvider
All Implemented Interfaces:
ArgumentProvider
Enclosing class:
AbstractAnnotationProcessor<T extends java.lang.annotation.Annotation>

protected static class AbstractAnnotationProcessor.InvokerWindowProvider
extends java.lang.Object
implements ArgumentProvider

An ArgumentProvider that returns the invoking command.


Constructor Summary
AbstractAnnotationProcessor.InvokerWindowProvider(ActionCommand command)
          Creates a new instance.
 
Method Summary
 java.lang.Object[] getArgs()
          Returns ActionCommand.getInvokerWindow() from the invoking command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAnnotationProcessor.InvokerWindowProvider

public AbstractAnnotationProcessor.InvokerWindowProvider(ActionCommand command)
Creates a new instance.

Parameters:
command - the invoking command.
Method Detail

getArgs

public java.lang.Object[] getArgs()
Returns ActionCommand.getInvokerWindow() from the invoking command.

Specified by:
getArgs in interface ArgumentProvider
Returns:
the ActionCommand.getInvokerWindow() from the invoking command.


Copyright © 2006 - 2007 Andrew Pietsch