| Package | Description |
|---|---|
| org.jboss.seam.faces.projectstage | |
| 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.resource | |
| org.jboss.solder.servlet.webxml | |
| org.jboss.solder.util |
A collection of utilities for Solder
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProjectStageDetector
SPI for providing different ways to obtain the current project stage
|
| 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 | Interface and Description |
|---|---|
interface |
ResourceLoader
A
ResourceLoader is a pluggable contract for loading resources. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WebResourceLocationProvider
SPI for finding the location of web resources without using
ServletContext. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WebXmlLocator
SPI for finding the location of
web.xml. |
| Modifier and Type | Method and Description |
|---|---|
int |
Sortable.Comparator.compare(Sortable arg1,
Sortable arg2) |
Copyright © 2012 Seam Framework. All Rights Reserved.