org.apache.struts.annotations.taglib.apt
Class TagAnnotationProcessor

java.lang.Object
  extended by org.apache.struts.annotations.taglib.apt.TagAnnotationProcessor
All Implemented Interfaces:
com.sun.mirror.apt.AnnotationProcessor

public class TagAnnotationProcessor
extends java.lang.Object
implements com.sun.mirror.apt.AnnotationProcessor


Field Summary
static java.lang.String TAG
           
static java.lang.String TAG_ATTRIBUTE
           
static java.lang.String TAG_SKIP_HIERARCHY
           
 
Constructor Summary
TagAnnotationProcessor(com.sun.mirror.apt.AnnotationProcessorEnvironment env)
           
 
Method Summary
 void process()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG

public static final java.lang.String TAG
See Also:
Constant Field Values

TAG_ATTRIBUTE

public static final java.lang.String TAG_ATTRIBUTE
See Also:
Constant Field Values

TAG_SKIP_HIERARCHY

public static final java.lang.String TAG_SKIP_HIERARCHY
See Also:
Constant Field Values
Constructor Detail

TagAnnotationProcessor

public TagAnnotationProcessor(com.sun.mirror.apt.AnnotationProcessorEnvironment env)
Method Detail

process

public void process()
Specified by:
process in interface com.sun.mirror.apt.AnnotationProcessor


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.