Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
F
G
H
L
M
N
O
P
R
S
U
W
A
AbstractScanner
- Class in
org.jboss.weld.environment.se.discovery
Abstract base class for
Scanner
providing common functionality This class provides file-system orientated scanning
AbstractScanner(ClassLoader, SEWeldDiscovery)
- Constructor for class org.jboss.weld.environment.se.discovery.
AbstractScanner
C
ContainerInitialized
- Class in
org.jboss.weld.environment.se.events
The event that is fired when the Weld CDI container is initialized and ready for applications to take control, which it may do by observing this event.
ContainerInitialized()
- Constructor for class org.jboss.weld.environment.se.events.
ContainerInitialized
D
discoverWeldClasses()
- Method in class org.jboss.weld.environment.se.discovery.
SEWeldDiscovery
discoverWeldXml()
- Method in class org.jboss.weld.environment.se.discovery.
SEWeldDiscovery
F
filenameToClassname(String)
- Static method in class org.jboss.weld.environment.se.discovery.
AbstractScanner
Convert a path to a class file to a class name
G
getArgs()
- Method in class org.jboss.weld.environment.se.beans.
ParametersFactory
Producer method for the injectable command line args.
getArgsAsArray()
- Method in class org.jboss.weld.environment.se.beans.
ParametersFactory
Producer method for the injectable command line args.
getBeanClasses()
- Method in class org.jboss.weld.environment.se.discovery.
SEBeanDeploymentArchive
getBeanDeploymentArchives()
- Method in class org.jboss.weld.environment.se.discovery.
SEBeanDeploymentArchive
getBeanDeploymentArchives()
- Method in class org.jboss.weld.environment.se.discovery.
SEWeldDeployment
getBeansXml()
- Method in class org.jboss.weld.environment.se.discovery.
SEBeanDeploymentArchive
getClassLoader()
- Method in class org.jboss.weld.environment.se.discovery.
AbstractScanner
getClassLoader()
- Static method in class org.jboss.weld.environment.se.util.
Reflections
getEjbs()
- Method in class org.jboss.weld.environment.se.discovery.
SEBeanDeploymentArchive
getId()
- Method in class org.jboss.weld.environment.se.discovery.
SEBeanDeploymentArchive
getInstanceByType(BeanManager, Class<T>, Annotation...)
- Static method in class org.jboss.weld.environment.se.util.
WeldManagerUtils
getInstanceByType(BeanManager, Class<T>, CreationalContext, Annotation...)
- Static method in class org.jboss.weld.environment.se.util.
WeldManagerUtils
getParameters()
- Static method in class org.jboss.weld.environment.se.
StartMain
getServices()
- Method in class org.jboss.weld.environment.se.discovery.
SEBeanDeploymentArchive
getServices()
- Method in class org.jboss.weld.environment.se.discovery.
SEWeldDeployment
getWbClasses()
- Method in class org.jboss.weld.environment.se.discovery.
SEWeldDiscovery
getWbUrls()
- Method in class org.jboss.weld.environment.se.discovery.
SEWeldDiscovery
go()
- Method in class org.jboss.weld.environment.se.
StartMain
H
handle(String, URL)
- Method in class org.jboss.weld.environment.se.discovery.
AbstractScanner
handle(Set<String>)
- Method in class org.jboss.weld.environment.se.discovery.
URLScanner
L
loadBeanDeploymentArchive(Class<?>)
- Method in class org.jboss.weld.environment.se.discovery.
SEWeldDeployment
loadClass(String, Class<T>)
- Static method in class org.jboss.weld.environment.se.util.
Reflections
M
main(String[])
- Static method in class org.jboss.weld.environment.se.
StartMain
The main method called from the command line.
N
newInstance(String, Class<T>)
- Static method in class org.jboss.weld.environment.se.util.
Reflections
O
org.jboss.weld.environment.se
- package org.jboss.weld.environment.se
org.jboss.weld.environment.se.beans
- package org.jboss.weld.environment.se.beans
org.jboss.weld.environment.se.bindings
- package org.jboss.weld.environment.se.bindings
org.jboss.weld.environment.se.discovery
- package org.jboss.weld.environment.se.discovery
org.jboss.weld.environment.se.events
- package org.jboss.weld.environment.se.events
org.jboss.weld.environment.se.util
- package org.jboss.weld.environment.se.util
P
Parameters
- Annotation Type in
org.jboss.weld.environment.se.bindings
PARAMETERS
- Static variable in class org.jboss.weld.environment.se.
StartMain
ParametersFactory
- Class in
org.jboss.weld.environment.se.beans
The simple bean that will hold the command line arguments and make them available by injection (using the @Parameters binding).
ParametersFactory()
- Constructor for class org.jboss.weld.environment.se.beans.
ParametersFactory
R
Reflections
- Class in
org.jboss.weld.environment.se.util
Reflection utilities
S
scanDirectories(File[])
- Method in interface org.jboss.weld.environment.se.discovery.
Scanner
Recursively scan directories.
scanDirectories(File[])
- Method in class org.jboss.weld.environment.se.discovery.
URLScanner
Scanner
- Interface in
org.jboss.weld.environment.se.discovery
The Scanner is used to find resources to be processed by Seam The processing is done by
DeploymentHandler
s
scanResources(String[])
- Method in interface org.jboss.weld.environment.se.discovery.
Scanner
Scan for structures which contain any of the given resources in their root
scanResources(String[])
- Method in class org.jboss.weld.environment.se.discovery.
URLScanner
SEBeanDeploymentArchive
- Class in
org.jboss.weld.environment.se.discovery
A Java SE implementation of BeanDeploymentArchive.
SEBeanDeploymentArchive()
- Constructor for class org.jboss.weld.environment.se.discovery.
SEBeanDeploymentArchive
setArgs(String[])
- Method in class org.jboss.weld.environment.se.beans.
ParametersFactory
StartMain passes in the command line args here.
setBootstrap(Bootstrap)
- Method in class org.jboss.weld.environment.se.
ShutdownManager
SEWeldDeployment
- Class in
org.jboss.weld.environment.se.discovery
Weld Deployment for Java SE environment.
SEWeldDeployment()
- Constructor for class org.jboss.weld.environment.se.discovery.
SEWeldDeployment
SEWeldDiscovery
- Class in
org.jboss.weld.environment.se.discovery
The means by which beans are discovered on the classpath.
SEWeldDiscovery()
- Constructor for class org.jboss.weld.environment.se.discovery.
SEWeldDiscovery
Shutdown
- Annotation Type in
org.jboss.weld.environment.se.events
Fired by weld SE before shutting down.
shutdown(BeanManager)
- Method in class org.jboss.weld.environment.se.
ShutdownManager
The observer of the optional shutdown request which will in turn fire the Shutdown event.
shutdown()
- Method in class org.jboss.weld.environment.se.
ShutdownManager
Shutdown Weld SE gracefully (call this as an alternative to firing the "@Shutdown Manager" event.
ShutdownManager
- Class in
org.jboss.weld.environment.se
ShutdownManager()
- Constructor for class org.jboss.weld.environment.se.
ShutdownManager
StartMain
- Class in
org.jboss.weld.environment.se
This is the main class that should always be called from the command line for a Weld SE app.
StartMain(String[])
- Constructor for class org.jboss.weld.environment.se.
StartMain
U
URLScanner
- Class in
org.jboss.weld.environment.se.discovery
Implementation of
Scanner
which can scan a
URLClassLoader
URLScanner(ClassLoader, SEWeldDiscovery)
- Constructor for class org.jboss.weld.environment.se.discovery.
URLScanner
W
WeldManagerUtils
- Class in
org.jboss.weld.environment.se.util
WeldManagerUtils()
- Constructor for class org.jboss.weld.environment.se.util.
WeldManagerUtils
A
C
D
F
G
H
L
M
N
O
P
R
S
U
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2008-2009
Seam Framework
. All Rights Reserved.