- validate(Class<?>, Method) - Method in class org.eclipse.jetty.plus.annotation.LifeCycleCallback
-
- validate(Class<?>, Method) - Method in class org.eclipse.jetty.plus.annotation.PostConstructCallback
-
Commons Annotation Specification section 2.5
- no params
- must be void return
- no checked exceptions
- cannot be static
- validate(Class<?>, Method) - Method in class org.eclipse.jetty.plus.annotation.PreDestroyCallback
-
Commons Annotations Specification section 2.6:
- no params to method
- returns void
- no checked exceptions
- not static
- visitEnvEntry(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
-
JavaEE 5.4.1.3
- visitMessageDestinationRef(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
-
Common Annotations Spec section 2.3:
- visitPostConstruct(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
-
If web.xml has at least 1 post-construct, then all post-constructs in fragments
are ignored.
- visitPreDestroy(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
-
pre-destroy is the name of a class and method to call just as
the instance is being destroyed
- visitResourceEnvRef(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
-
Common Annotations Spec section 2.3:
- visitResourceRef(WebAppContext, Descriptor, XmlParser.Node) - Method in class org.eclipse.jetty.plus.webapp.PlusDescriptorProcessor
-
Common Annotations Spec section 2.3: