public class BeanNameRegistrar extends Object
Constructor and Description |
---|
BeanNameRegistrar() |
Modifier and Type | Method and Description |
---|---|
static void |
registerHandler(RequestHandler handler,
RequestMapper mapper)
Extract the RequestHandler objects beanName, parse it, and register the
RequestHandler with the RequestMapper according to the beanNames
semantics.
|
public static void registerHandler(RequestHandler handler, RequestMapper mapper)
handler
- The RequestHandler to registermapper
- the RequestMapper where the RequestHandler should be
registered.Copyright © 2005–2015 IIPC. All rights reserved.