Uses of Interface
com.helger.photon.api.IAPIDescriptor
-
Packages that use IAPIDescriptor Package Description com.helger.photon.api -
-
Uses of IAPIDescriptor in com.helger.photon.api
Classes in com.helger.photon.api that implement IAPIDescriptor Modifier and Type Class Description classAPIDescriptorDefault implementation ofIAPIDescriptor.Methods in com.helger.photon.api that return IAPIDescriptor Modifier and Type Method Description IAPIDescriptorInvokableAPIDescriptor. getAPIDescriptor()Methods in com.helger.photon.api that return types with arguments of type IAPIDescriptor Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<IAPIDescriptor>APIRegistry. getAllAPIDescriptors()com.helger.commons.collection.impl.ICommonsList<IAPIDescriptor>IAPIRegistry. getAllAPIDescriptors()com.helger.commons.collection.impl.ICommonsList<IAPIDescriptor>APIDescriptorList. getAllDescriptors()Methods in com.helger.photon.api with parameters of type IAPIDescriptor Modifier and Type Method Description voidIAPIExecutor. invokeAPI(IAPIDescriptor aAPIDescriptor, String sPath, Map<String,String> aPathVariables, com.helger.web.scope.IRequestWebScopeWithoutResponse aRequestScope, com.helger.servlet.response.UnifiedResponse aUnifiedResponse)Constructors in com.helger.photon.api with parameters of type IAPIDescriptor Constructor Description InvokableAPIDescriptor(IAPIDescriptor aDescriptor, String sPath, com.helger.commons.collection.impl.ICommonsOrderedMap<String,String> aPathVariables)Constructor
-