supportRoute abstract method

bool supportRoute(
  1. Destination destination
)

Check if the DBPageBuilder support the Destination requested.

Return bool true if the DBPageBuilder can build the page requested by the destination.

Implementation

bool supportRoute(Destination destination);