|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ComponentType | |
---|---|
org.jboss.seam |
Uses of ComponentType in org.jboss.seam |
---|
Methods in org.jboss.seam that return ComponentType | |
---|---|
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're declared. |
Methods in org.jboss.seam with parameters of type ComponentType | |
---|---|
static Class<net.sf.cglib.proxy.Factory> |
Component.createProxyFactory(ComponentType type,
Class beanClass,
Collection<Class> businessInterfaces)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |