Uses of Class
org.swisspush.gateleen.expansion.ResourceNode
-
-
Uses of ResourceNode in org.swisspush.gateleen.expansion
Methods in org.swisspush.gateleen.expansion that return types with arguments of type ResourceNode Modifier and Type Method Description static DeltaHandler<ResourceNode>RecursiveHandlerFactory. createHandler(RecursiveHandlerFactory.RecursiveHandlerTypes type, List<String> subResourceNames, String collectionName, String collectioneTag, DeltaHandler<ResourceNode> parentHandler)Creates a handler for the desired functionality of the recursive GET feature.static DeltaHandler<ResourceNode>RecursiveHandlerFactory. createRootHandler(RecursiveHandlerFactory.RecursiveHandlerTypes type, io.vertx.core.http.HttpServerRequest request, String serverRoot, io.vertx.core.buffer.Buffer data, Set<String> finalOriginalParams)Creates a root handler for the desired functionality of the recursive GET feature.Methods in org.swisspush.gateleen.expansion with parameters of type ResourceNode Modifier and Type Method Description voidRecursiveExpansionHandler. handle(ResourceNode node)Handles the given node.voidRecursiveExpansionRootHandler. handle(ResourceNode node)voidRecursiveZipHandler. handle(ResourceNode node)voidRecursiveZipRootHandler. handle(ResourceNode node)Method parameters in org.swisspush.gateleen.expansion with type arguments of type ResourceNode Modifier and Type Method Description static DeltaHandler<ResourceNode>RecursiveHandlerFactory. createHandler(RecursiveHandlerFactory.RecursiveHandlerTypes type, List<String> subResourceNames, String collectionName, String collectioneTag, DeltaHandler<ResourceNode> parentHandler)Creates a handler for the desired functionality of the recursive GET feature.Constructor parameters in org.swisspush.gateleen.expansion with type arguments of type ResourceNode Constructor Description RecursiveExpansionHandler(List<String> subResourceNames, String collectionName, String collectioneTag, DeltaHandler<ResourceNode> parentHandler)Creates a new instance of the RecursiveExpansionHandler.RecursiveZipHandler(List<String> subResourceNames, String collectionName, DeltaHandler<ResourceNode> parentHandler)Creates an new instance of the RecursiveZipHandler.
-