站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended by 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

Constructor Summary
Model(Class<?> beanClass)
           
 
Method Summary
static Model forClass(Class clazz)
           
 Class<?> getBeanClass()
           
 org.hibernate.validator.ClassValidator getValidator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Model

public Model(Class<?> beanClass)
Method Detail

getBeanClass

public final Class<?> getBeanClass()

getValidator

public org.hibernate.validator.ClassValidator getValidator()

forClass

public static Model forClass(Class clazz)