|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.Model
public class Model
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.
| Constructor Summary | |
|---|---|
Model(java.lang.Class<?> beanClass)
|
|
| Method Summary | |
|---|---|
static Model |
forClass(java.lang.Class clazz)
|
java.lang.Class<?> |
getBeanClass()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Model(java.lang.Class<?> beanClass)
| Method Detail |
|---|
public final java.lang.Class<?> getBeanClass()
public static Model forClass(java.lang.Class clazz)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||