Class OpenApiDescriptionDispatcher

java.lang.Object
org.apache.tapestry5.internal.services.OpenApiDescriptionDispatcher
All Implemented Interfaces:
Dispatcher

public class OpenApiDescriptionDispatcher extends Object implements Dispatcher
Recognizes requests where the path matches the value of SymbolConstants.OPENAPI_DESCRIPTION_PATH (/openapi.json by default). Only used if SymbolConstants.PUBLISH_OPENAPI_DEFINITON is set to true (which isn't by default).
See Also: