public class Cat extends Animal
| Constructor and Description |
|---|
Cat() |
| Modifier and Type | Method and Description |
|---|---|
void |
foo() |
String |
getAnimalType() |
static Object |
getPostConstructContext() |
static Object |
getPreDestroyContext() |
public static Object getPostConstructContext()
public static Object getPreDestroyContext()
public void foo()
public String getAnimalType()
getAnimalType in class AnimalCopyright © 2008-2015 Seam Framework. All Rights Reserved.