jodd.madvoc.meta
Class ActionAnnotationData<A extends java.lang.annotation.Annotation>

java.lang.Object
  extended by jodd.util.AnnotationDataReader.AnnotationData<A>
      extended by jodd.madvoc.meta.ActionAnnotationData<A>

public class ActionAnnotationData<A extends java.lang.annotation.Annotation>
extends jodd.util.AnnotationDataReader.AnnotationData<A>

Action annotation elements.


Field Summary
protected  java.lang.String alias
           
protected  java.lang.String extension
           
protected  java.lang.String method
           
protected  java.lang.String value
           
 
Fields inherited from class jodd.util.AnnotationDataReader.AnnotationData
annotation
 
Constructor Summary
protected ActionAnnotationData(A annotation)
           
 
Method Summary
 java.lang.String getAlias()
           
 java.lang.String getExtension()
           
 java.lang.String getMethod()
           
 java.lang.String getValue()
           
 
Methods inherited from class jodd.util.AnnotationDataReader.AnnotationData
getAnnotation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected java.lang.String value

extension

protected java.lang.String extension

alias

protected java.lang.String alias

method

protected java.lang.String method
Constructor Detail

ActionAnnotationData

protected ActionAnnotationData(A annotation)
Method Detail

getValue

public java.lang.String getValue()

getExtension

public java.lang.String getExtension()

getAlias

public java.lang.String getAlias()

getMethod

public java.lang.String getMethod()


Copyright © 2003-2011 Jodd Team