public String getDispatcherPath() {
    Mapper mapping = dipatcherDef.getMapper();

    if (mapping != null) {
      return mapping.getMappingPath();
    }

    return null;
  }