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(java.lang.Class<?> clazz)
          Get the component type
 ComponentType Component.getType()
           
static ComponentType ComponentType.valueOf(java.lang.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.
 

Methods in org.jboss.seam with parameters of type ComponentType
static java.lang.Class<javassist.util.proxy.ProxyObject> Component.createProxyFactory(ComponentType type, java.lang.Class beanClass, java.util.Collection<java.lang.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)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.