Uses of Class
com.helger.photon.api.APIPath
-
Packages that use APIPath Package Description com.helger.photon.api -
-
Uses of APIPath in com.helger.photon.api
Methods in com.helger.photon.api that return APIPath Modifier and Type Method Description static APIPathAPIPath. createForFilter(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope)static APIPathAPIPath. createForServlet(com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope)static APIPathAPIPath. delete(String sPath)static APIPathAPIPath. get(String sPath)APIPathAPIDescriptor. getAPIPath()APIPathIAPIDescriptor. getAPIPath()static APIPathAPIPath. post(String sPath)static APIPathAPIPath. put(String sPath)Methods in com.helger.photon.api with parameters of type APIPath Modifier and Type Method Description InvokableAPIDescriptorIAPIPathAmbiguityResolver. apply(APIPath aPath, com.helger.commons.collection.impl.ICommonsList<InvokableAPIDescriptor> aDescriptors)InvokableAPIDescriptorLoggingAPIPathAmbiguityResolver. apply(APIPath aPath, com.helger.commons.collection.impl.ICommonsList<InvokableAPIDescriptor> aDescriptors)InvokableAPIDescriptorAPIRegistry. getAPIByPath(APIPath aPath, IAPIPathAmbiguityResolver aAmbiguityResolver)default InvokableAPIDescriptorIAPIRegistry. getAPIByPath(APIPath aPath)Find anInvokableAPIDescriptorthat matches the provided path.InvokableAPIDescriptorIAPIRegistry. getAPIByPath(APIPath aPath, IAPIPathAmbiguityResolver aAmbiguityResolver)Find anInvokableAPIDescriptorthat matches the provided path.InvokableAPIDescriptorAPIDescriptorList. getMatching(APIPath aPath)InvokableAPIDescriptorAPIDescriptorList. getMatching(APIPath aPath, IAPIPathAmbiguityResolver aAmbiguityResolver)Constructors in com.helger.photon.api with parameters of type APIPath Constructor Description APIDescriptor(APIPath aPath, IAPIExecutor aExecutor)ConstructorAPIDescriptor(APIPath aPath, Class<? extends IAPIExecutor> aExecutorClass)ConstructorAPIDescriptor(APIPath aPath, Supplier<? extends IAPIExecutor> aExecutorFactory)Constructor
-