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