Uses of Class
org.apache.juneau.cp.MethodList
Packages that use MethodList
-
Uses of MethodList in org.apache.juneau.cp
Methods in org.apache.juneau.cp that return MethodListModifier and TypeMethodDescriptionstatic MethodList
MethodList.of
(Collection<Method> methods) Creator. -
Uses of MethodList in org.apache.juneau.rest
Methods in org.apache.juneau.rest that return MethodListModifier and TypeMethodDescriptionprotected MethodList
RestContext.Builder.createDestroyMethods
(BeanStore beanStore, Supplier<?> resource) Instantiates the destroy method list.protected MethodList
RestContext.Builder.createEndCallMethods
(BeanStore beanStore, Supplier<?> resource) Instantiates the end call method list.protected MethodList
RestContext.Builder.createPostCallMethods
(BeanStore beanStore, Supplier<?> resource) Instantiates the post-call method list.protected MethodList
RestContext.Builder.createPostInitChildFirstMethods
(BeanStore beanStore, Supplier<?> resource) Instantiates the post-init-child-first method list.protected MethodList
RestContext.Builder.createPostInitMethods
(BeanStore beanStore, Supplier<?> resource) Instantiates the post-init method list.protected MethodList
RestContext.Builder.createPreCallMethods
(BeanStore beanStore, Supplier<?> resource) Instantiates the pre-call method list.protected MethodList
RestContext.Builder.createStartCallMethods
(BeanStore beanStore, Supplier<?> resource) Instantiates the start call method list.RestContext.Builder.destroyMethods()
Returns the destroy method list.RestContext.Builder.endCallMethods()
Returns the end call method list.protected MethodList
RestContext.getPostCallMethods()
Returns the list of methods to invoke after the actual REST method is called.protected MethodList
RestContext.getPreCallMethods()
Returns the list of methods to invoke before the actual REST method is called.RestContext.Builder.postCallMethods()
Returns the post-call method list.RestContext.Builder.postInitChildFirstMethods()
Returns the post-init-child-first method list.RestContext.Builder.postInitMethods()
Returns the post-init method list.RestContext.Builder.preCallMethods()
Returns the pre-call method list.RestContext.Builder.startCallMethods()
Returns the start call method list.