Class ServletUrlResourcePaths

java.lang.Object
com.sap.cds.adapter.ServletUrlResourcePaths

public class ServletUrlResourcePaths extends Object
A utility to iterate the public UrlResourcePaths of Servlets created by ServletAdapterFactory according to the passed CdsRuntime.

Define an instance of ServletUrlResourcePaths.UrlResourcePathVisitor to take further action on public endpoints.

  • Constructor Details

    • ServletUrlResourcePaths

      public ServletUrlResourcePaths(CdsRuntime runtime)
      Create an instance based on the underlying CdsRuntime.
      Parameters:
      runtime - the CdsRuntime.
  • Method Details