当前页面:
在线文档首页 >
JBoss Seam 1.2.0 patch1 API 英文版文档
Scanner (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档
org.jboss.seam.deployment
Class Scanner
java.lang.Object
org.jboss.seam.deployment.Scanner
- Direct Known Subclasses:
- ComponentScanner, NamespaceScanner
public abstract class Scanner
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resourceName
protected String resourceName
classLoader
protected ClassLoader classLoader
Scanner
public Scanner(String resourceName)
Scanner
public Scanner(String resourceName,
ClassLoader classLoader)
filenameToClassname
public static String filenameToClassname(String filename)
scan
protected void scan()
getClassFile
protected javassist.bytecode.ClassFile getClassFile(String name)
throws IOException
- Throws:
IOException
hasAnnotation
protected boolean hasAnnotation(javassist.bytecode.ClassFile cf,
Class<? extends Annotation> annotationType)
getAnnotationValue
protected String getAnnotationValue(javassist.bytecode.ClassFile cf,
Class<? extends Annotation> annotationType,
String memberName)
componentFilename
public static String componentFilename(String name)