Package | Description |
---|---|
org.jboss.seam |
The Seam component meta-model.
|
org.jboss.seam.init |
Stuff for starting and initializing Seam in
a servlet environment.
|
Modifier and Type | Method and Description |
---|---|
static ComponentType |
Seam.getComponentType(Class<?> clazz)
Get the component type
|
ComponentType |
Component.getType() |
static ComponentType |
ComponentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComponentType[] |
ComponentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Class<javassist.util.proxy.ProxyObject> |
Component.createProxyFactory(ComponentType type,
Class beanClass,
Collection<Class> businessInterfaces) |
Modifier and Type | Method and Description |
---|---|
ComponentType |
EjbDescriptor.getBeanType() |
Modifier and Type | Method and Description |
---|---|
void |
EjbDescriptor.setBeanType(ComponentType beanType) |
Copyright © 2015 Seam Framework. All Rights Reserved.