| java.lang.Object org.mortbay.jetty.plus.annotation.LifeCycleCallbackCollection
LifeCycleCallbackCollection | public class LifeCycleCallbackCollection (Code) | | LifeCycleCallbackCollection
|
callPostConstructCallback | public void callPostConstructCallback(Object o) throws Exception(Code) | | Call the method, if one exists, that is annotated with PostConstruct
or with <post-construct> in web.xml
Parameters: o - the object on which to attempt the callback throws: Exception - |
callPreDestroyCallback | public void callPreDestroyCallback(Object o)(Code) | | Call the method, if one exists, that is annotated with PreDestroy
or with <pre-destroy> in web.xml
Parameters: o - the object on which to attempt the callback |
|
|