|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanLifecycle | |
---|---|
org.apache.tapestry.annotations | Contains all of the annotation features (jdk >= 1.5) available in tapestry. |
org.apache.tapestry.spec | Classes to represent application and component specifications. |
Uses of BeanLifecycle in org.apache.tapestry.annotations |
---|
Methods in org.apache.tapestry.annotations that return BeanLifecycle | |
---|---|
BeanLifecycle |
Lifecycle.getBeanLifecycle()
|
Uses of BeanLifecycle in org.apache.tapestry.spec |
---|
Fields in org.apache.tapestry.spec declared as BeanLifecycle | |
---|---|
protected BeanLifecycle |
BeanSpecification._lifecycle
|
static BeanLifecycle |
BeanLifecycle.NONE
No lifecycle; the bean is created fresh on each reference and not retained. |
static BeanLifecycle |
BeanLifecycle.PAGE
The bean is created once and reused for the lifespan of the page containing the component. |
static BeanLifecycle |
BeanLifecycle.RENDER
The bean is create and reused until the end of the current render, at which point it is discarded. |
static BeanLifecycle |
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 in org.apache.tapestry.spec that return BeanLifecycle | |
---|---|
BeanLifecycle |
BeanSpecification.getLifecycle()
|
BeanLifecycle |
IBeanSpecification.getLifecycle()
|
Methods in org.apache.tapestry.spec with parameters of type BeanLifecycle | |
---|---|
void |
BeanSpecification.setLifecycle(BeanLifecycle lifecycle)
|
void |
IBeanSpecification.setLifecycle(BeanLifecycle lifecycle)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |