@SessionScoped public class SimpleSessionBean extends Object implements Serializable
| Constructor and Description |
|---|
SimpleSessionBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
String |
getId() |
static boolean |
isBeanDestroyed() |
static void |
setBeanDestroyed(boolean beanDestroyed) |
public String getId()
@PreDestroy public void destroy()
public static boolean isBeanDestroyed()
public static void setBeanDestroyed(boolean beanDestroyed)
Copyright © 2008-2013 Seam Framework. All Rights Reserved.