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()
           
 
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()

forClass

public static Model forClass(Class clazz)