Package | Description |
---|---|
org.jboss.seam.init |
Stuff for starting and initializing Seam in
a servlet environment.
|
Modifier and Type | Method and Description |
---|---|
protected ComponentDescriptor |
Initialization.findDescriptor(Class<?> componentClass) |
Modifier and Type | Method and Description |
---|---|
Set<ComponentDescriptor> |
DependencyManager.installedSet() |
Modifier and Type | Method and Description |
---|---|
protected void |
Initialization.addComponent(ComponentDescriptor descriptor,
Context context)
This actually creates a real Component and should only be called when
we want to install a component
|
int |
ComponentDescriptor.PrecedenceComparator.compare(ComponentDescriptor obj1,
ComponentDescriptor obj2) |
int |
ComponentDescriptor.compareTo(ComponentDescriptor other) |
Constructor and Description |
---|
DependencyManager(Map<String,Set<ComponentDescriptor>> componentDescriptors) |
Copyright © 2015 Seam Framework. All Rights Reserved.