|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.primix.tapestry.util.Enum | +--com.primix.tapestry.spec.BeanLifecycle
An Enum
of the different possible lifecycles for a JavaBean.
Field Summary | |
static BeanLifecycle |
NONE
No lifecycle; the bean is created fresh on each reference and not retained. |
static BeanLifecycle |
PAGE
The bean is created once and reused for the lifespan of the page containing the component. |
static BeanLifecycle |
REQUEST
The standard lifecycle; the bean is retained for the duration of the request cycle and is discarded at the end of the request cycle. |
Methods inherited from class com.primix.tapestry.util.Enum |
getEnumerationId, getSingleton, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final BeanLifecycle NONE
public static final BeanLifecycle REQUEST
public static final BeanLifecycle PAGE
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |