RoutingServiceDefault

Default implementation of RoutingService , which will route any void action or action returning null to the home page (as per HomePageResolverService .

API

RoutingServiceDefault.java
class RoutingServiceDefault {
  boolean canRoute(Object original)
  Object route(Object original)
}