org.benow.web.path.page
Class TagHandler

java.lang.Object
  extended by org.benow.java.scanner.ScannerHandler
      extended by org.benow.web.path.page.TagHandler
All Implemented Interfaces:
org.benow.java.notify.Listener

public class TagHandler
extends org.benow.java.scanner.ScannerHandler


Field Summary
 
Fields inherited from class org.benow.java.scanner.ScannerHandler
HANDLER_KEY
 
Constructor Summary
TagHandler()
           
 
Method Summary
 boolean canHandle(java.lang.Class<?> found)
           
 void handle(java.lang.Class<?> found)
           
 
Methods inherited from class org.benow.java.scanner.ScannerHandler
acceptAnnotation, acceptDescendants, equals, filterAbstract, filterInterface, isFinalImplOf, isFinalOf, onEvent, onScanEnd, onScanStart
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagHandler

public TagHandler()
Method Detail

canHandle

public boolean canHandle(java.lang.Class<?> found)
Overrides:
canHandle in class org.benow.java.scanner.ScannerHandler

handle

public void handle(java.lang.Class<?> found)
            throws java.lang.Exception
Specified by:
handle in class org.benow.java.scanner.ScannerHandler
Throws:
java.lang.Exception