onHandle abstract method

String onHandle(
  1. String url,
  2. E entry
)

Override this method and implement the handling of the url, see the examples in the QueryEntryHandler and PathEntryHandler.

Implementation

String onHandle(String url, E entry);