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

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

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

An ArgumentProvider that returns the parameters of the invoking command.


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

Constructor Detail

AbstractAnnotationProcessor.ParameterProvider

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

Parameters:
command - the invoking command.
Method Detail

getArgs

public java.lang.Object[] getArgs()
Returns the parameters of the invoking command.

Specified by:
getArgs in interface ArgumentProvider
Returns:
the parameters of the invoking command.


Copyright © 2006 - 2007 Andrew Pietsch