org.jboss.seam.integration.jbossas.vfs
Class CachingVFSScanner
java.lang.Object
org.jboss.seam.deployment.AbstractScanner
org.jboss.seam.integration.jbossas.vfs.VFSScanner
org.jboss.seam.integration.jbossas.vfs.CachingVFSScanner
- All Implemented Interfaces:
- org.jboss.seam.deployment.Scanner
Deprecated. This is no longer needed with VFS3
@Deprecated
public class CachingVFSScanner
- extends VFSScanner
Caching JBoss VFS aware scanner.
Use this one when you know VFSContext will be present in cache.
This is mostly true for apps that are deployed into jbossas deploy directory.
Otherwise change the VFSCache impl to make sure or use plain VFSScanner.
- Author:
- Ales Justin
Fields inherited from class org.jboss.seam.deployment.AbstractScanner |
servletContext |
Constructor Summary |
CachingVFSScanner(org.jboss.seam.deployment.DeploymentStrategy deploymentStrategy)
Deprecated. |
Methods inherited from class org.jboss.seam.deployment.AbstractScanner |
getDeploymentStrategy, handle, handleItem, hasAnnotations, loadClassFile |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CachingVFSScanner
public CachingVFSScanner(org.jboss.seam.deployment.DeploymentStrategy deploymentStrategy)
- Deprecated.
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.