|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LifecycleCallback | |
|---|---|
| com.sun.grizzly.http.webxml.schema | |
| Uses of LifecycleCallback in com.sun.grizzly.http.webxml.schema |
|---|
| Fields in com.sun.grizzly.http.webxml.schema with type parameters of type LifecycleCallback | |
|---|---|
List<LifecycleCallback> |
WebApp.postConstruct
|
List<LifecycleCallback> |
WebApp.preDestroy
|
| Methods in com.sun.grizzly.http.webxml.schema that return types with arguments of type LifecycleCallback | |
|---|---|
List<LifecycleCallback> |
WebApp.getPostConstruct()
<post-construct> <lifecycle-callback-class>token</lifecycle-callback-class> <lifecycle-callback-method>$</lifecycle-callback-method> </post-construct> |
List<LifecycleCallback> |
WebApp.getPreDestroy()
<pre-destroy> <lifecycle-callback-class>token</lifecycle-callback-class> <lifecycle-callback-method>$</lifecycle-callback-method> </pre-destroy> |
| Method parameters in com.sun.grizzly.http.webxml.schema with type arguments of type LifecycleCallback | |
|---|---|
void |
WebApp.setPostConstruct(List<LifecycleCallback> postConstruct)
|
void |
WebApp.setPreDestroy(List<LifecycleCallback> preDestroy)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||