public class DynamicUrlHandlerMappingRegistry extends Object
| Constructor and Description |
|---|
DynamicUrlHandlerMappingRegistry()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
register(org.springframework.web.servlet.mvc.Controller controller)
Registers the Service.
|
void |
unregister(org.springframework.web.servlet.mvc.Controller controller)
Unregisters the Service.
|
public DynamicUrlHandlerMappingRegistry()
public void register(org.springframework.web.servlet.mvc.Controller controller)
controller - The controller.public void unregister(org.springframework.web.servlet.mvc.Controller controller)
controller - The controller.Copyright © 2019 Communote team. All rights reserved.