Interface RawDispatcher
public interface RawDispatcher
Access to the
RequestDispatcher
for very limited use cases.- Version:
- 2024-02-19
-
Method Summary
Modifier and TypeMethodDescriptionvoid
rawAddHandlers
(Object bean, String baseUrl) Add any handlers contained in the bean with the specified base url.void
rawRemoveHandlers
(Object bean) Remove any handlers associated with the bean.
-
Method Details
-
rawAddHandlers
Add any handlers contained in the bean with the specified base url. -
rawRemoveHandlers
Remove any handlers associated with the bean.
-