Uses of Class
com.sun.grizzly.http.webxml.schema.LifecycleCallback

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)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.