站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.2.0 patch1 API 英文版文档

Uses of Class org.jboss.seam.ComponentType (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


Uses of Class
org.jboss.seam.ComponentType

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)