Polishing
This commit is contained in:
		
							parent
							
								
									2b974da395
								
							
						
					
					
						commit
						15af0d9787
					
				|  | @ -289,7 +289,8 @@ public interface AutowireCapableBeanFactory extends BeanFactory { | |||
| 	 * Apply {@link BeanPostProcessor BeanPostProcessors} to the given existing bean | ||||
| 	 * instance, invoking their {@code postProcessBeforeInitialization} methods. | ||||
| 	 * The returned bean instance may be a wrapper around the original. | ||||
| 	 * @param existingBean the new bean instance | ||||
| 	 * @param existingBean the existing bean instance | ||||
| 	 * @param beanName the name of the bean, to be passed to it if necessary | ||||
| 	 * (only passed to {@link BeanPostProcessor BeanPostProcessors}; | ||||
| 	 * can follow the {@link #ORIGINAL_INSTANCE_SUFFIX} convention in order to | ||||
| 	 * enforce the given instance to be returned, i.e. no proxies etc) | ||||
|  | @ -305,7 +306,8 @@ public interface AutowireCapableBeanFactory extends BeanFactory { | |||
| 	 * Apply {@link BeanPostProcessor BeanPostProcessors} to the given existing bean | ||||
| 	 * instance, invoking their {@code postProcessAfterInitialization} methods. | ||||
| 	 * The returned bean instance may be a wrapper around the original. | ||||
| 	 * @param existingBean the new bean instance | ||||
| 	 * @param existingBean the existing bean instance | ||||
| 	 * @param beanName the name of the bean, to be passed to it if necessary | ||||
| 	 * (only passed to {@link BeanPostProcessor BeanPostProcessors}; | ||||
| 	 * can follow the {@link #ORIGINAL_INSTANCE_SUFFIX} convention in order to | ||||
| 	 * enforce the given instance to be returned, i.e. no proxies etc) | ||||
|  |  | |||
|  | @ -229,9 +229,9 @@ The following table lists the special beans detected by the `DispatcherServlet`: | |||
|   The mapping is based on some criteria, the details of which vary by `HandlerMapping` | ||||
|   implementation. | ||||
| 
 | ||||
|   The two main `HandlerMapping` implementations are `RequestMappingHandlerMapping`( which | ||||
|   supports `@RequestMapping` annotated methods) and `SimpleUrlHandlerMapping` (which | ||||
|   maintains explicit registrations of URI path patterns to handlers). | ||||
|   The two main `HandlerMapping` implementations are `RequestMappingHandlerMapping` | ||||
|   (which supports `@RequestMapping` annotated methods) and `SimpleUrlHandlerMapping` | ||||
|   (which maintains explicit registrations of URI path patterns to handlers). | ||||
| 
 | ||||
| | `HandlerAdapter` | ||||
| | Help the `DispatcherServlet` to invoke a handler mapped to a request, regardless of | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue