Interface Routable

All Known Subinterfaces:
ApiRoutable, OrganizationRoute, RootRoutable, UserRoute
All Known Implementing Classes:
AbstractOrganization, AnalyticsRoute, ApiHead, BlueExtensionClassContainer, BlueOrganization, BlueOrganizationContainer, BlueUserContainer

public interface Routable
Stapler-bound object in the URL space that defines its own url name relative to its parent.

This is often used as the basis of extension points.

Author:
Kohsuke Kawaguchi
  • Method Summary

    Modifier and Type
    Method
    Description
    Follows the same convention as Action.getUrlName()
  • Method Details

    • getUrlName

      String getUrlName()
      Follows the same convention as Action.getUrlName()