org.apache.struts2.json
Interface JSONUtil.ClassVisitor
- Enclosing class:
- JSONUtil
public static interface JSONUtil.ClassVisitor
Realizes the visit(Class) method called by vistInterfaces for all
encountered classes/interfaces
Method Summary |
boolean |
visit(java.lang.Class aClass)
Called when a new interface/class is encountered |
visit
boolean visit(java.lang.Class aClass)
- Called when a new interface/class is encountered
- Parameters:
aClass
- the encountered class/interface
- Returns:
- true if the recursion should continue, false to stop
recursion immediately
Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.