当前页面: 
在线文档首页 > 
JBoss Seam  1.2.0 API 英文版文档
Model (JBoss Seam API Documentation) - JBoss Seam  1.2.0 API 英文版文档
org.jboss.seam
Class Model
java.lang.Object
   org.jboss.seam.Model
org.jboss.seam.Model
- Direct Known Subclasses: 
- Component, Entity
- public class Model 
- extends Object
Base class of metamodels. For a class which
 is neither an entity nor a Seam component,
 the concrete type of the metamodel object
 will be Model. For components or entities
 it is a subclass of Model.
- Author:
- Gavin King
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Model
public Model(Class<?> beanClass)
getBeanClass
public final Class<?> getBeanClass()
- 
 
getValidator
public org.hibernate.validator.ClassValidator getValidator()
- 
 
forClass
public static Model forClass(Class clazz)
-