Package | Description |
---|---|
org.jboss.solder.beanManager |
A set of utilities for looking up the
BeanManager from non-managed classes, which
are not able to take advantage of injection. |
org.jboss.solder.resourceLoader |
An extensible, injectable resource loader that can provide provide URLs, managed input streams and sets of
properties.
|
org.jboss.solder.servlet.beanManager | |
org.jboss.solder.servlet.resource | |
org.jboss.solder.servlet.webxml | |
org.jboss.solder.util |
A collection of utilities for Solder
|
Modifier and Type | Interface and Description |
---|---|
interface |
BeanManagerProvider
BeanManagerProvider is the SPI for BeanManagerLocator which
allows third parties to register a way of obtaining the BeanManager
outside of CDI managed objects. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJndiBeanManagerProvider
A base for building a
BeanManagerProvider backed by JNDI |
Modifier and Type | Interface and Description |
---|---|
interface |
ResourceLoader
A
ResourceLoader is a pluggable contract for loading resources. |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingResourceLoader
Deprecated.
this resource loader can easily leak between application instances
|
Modifier and Type | Class and Description |
---|---|
class |
ServletContextAttributeProvider
A BeanManager provider for the Servlet Context attribute "javax.enterprise.inject.spi.BeanManager"
|
Modifier and Type | Interface and Description |
---|---|
interface |
WebResourceLocationProvider
SPI for finding the location of web resources without using
ServletContext . |
Modifier and Type | Class and Description |
---|---|
class |
DirectoryNameResourceProvider
This implementation of
WebResourceLocationProvider will try to identify the location of web resources by searching
for a known resource on the classpath and trying to find the WEB-INF directory in its path name. |
class |
URLClassLoaderResourceProvider
This implementation of
WebResourceLocationProvider will try to identify the location of web resources by examining
the URLs the classloader uses for loading classes. |
Modifier and Type | Interface and Description |
---|---|
interface |
WebXmlLocator
SPI for finding the location of
web.xml . |
Modifier and Type | Class and Description |
---|---|
class |
DirectoryNameWebXmlLocator
This implementation of
WebXmlLocator will try to identify the location of web.xml by searching for a
known resource on the classpath and trying to find the WEB-INF directory in its path name. |
class |
URLClassLoaderWebXmlLocator
This implementation of
WebXmlLocator will try to identify the location of web.xml by examining the URLs
the classloader uses for loading classes. |
Modifier and Type | Method and Description |
---|---|
int |
Sortable.Comparator.compare(Sortable arg1,
Sortable arg2) |
Copyright © 2008-2013 Seam Framework. All Rights Reserved.