Uses of Class
org.jboss.seam.ComponentType

Packages that use ComponentType
org.jboss.seam The Seam component meta-model. 
org.jboss.seam.init Stuff for starting and initializing Seam in a servlet environment. 
 

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<javassist.util.proxy.ProxyObject> Component.createProxyFactory(ComponentType type, Class beanClass, Collection<Class> businessInterfaces)
           
 

Uses of ComponentType in org.jboss.seam.init
 

Methods in org.jboss.seam.init that return ComponentType
 ComponentType EjbDescriptor.getBeanType()
           
 

Methods in org.jboss.seam.init with parameters of type ComponentType
 void EjbDescriptor.setBeanType(ComponentType beanType)