Uses of Package
com.helger.photon.api
-
Packages that use com.helger.photon.api Package Description com.helger.photon.api com.helger.photon.api.callback com.helger.photon.api.servlet -
Classes in com.helger.photon.api used by com.helger.photon.api Class Description APIDescriptor Default implementation ofIAPIDescriptor.APIPath This class contains a combination of path and HTTP method.GlobalAPIInvoker Central API manager.IAPIAfterExecutionCallback Callback interface to be used with theIAPIInvokerto get notified after anInvokableAPIDescriptorwas invoked.IAPIBeforeExecutionCallback Callback interface to be used with theIAPIInvokerto get notified before anInvokableAPIDescriptoris invoked.IAPIDescriptor The read-only part ofAPIDescriptor.IAPIExceptionCallback Callback interface to handle thrown but unmapped exception objects from the API servlet.IAPIExceptionMapper API exception mapper to convert exceptions into reasonable HTTP responses.IAPIExecutionFilter Generic API execution filter.IAPIExecutor Interface for API executors.IAPIInvoker Base interface for an API invoker.IAPILongRunningExecutionCallback Callback interface to be used with theIAPIInvokerto get notified on long running executions.IAPIPathAmbiguityResolver Shared interface to resolve API ambiguities.IAPIRegistry Base interface for an API registry.InvokableAPIDescriptor AnInvokableAPIDescriptorcontains anIAPIDescriptoras well the original path by which it was called as well as any resolved path variables. -
Classes in com.helger.photon.api used by com.helger.photon.api.callback Class Description IAPIExceptionCallback Callback interface to handle thrown but unmapped exception objects from the API servlet.IAPIInvoker Base interface for an API invoker.IAPILongRunningExecutionCallback Callback interface to be used with theIAPIInvokerto get notified on long running executions.InvokableAPIDescriptor AnInvokableAPIDescriptorcontains anIAPIDescriptoras well the original path by which it was called as well as any resolved path variables. -
Classes in com.helger.photon.api used by com.helger.photon.api.servlet Class Description IAPIRegistry Base interface for an API registry.