Uses of Class
com.tinkerpop.rexster.extension.ExtensionSegmentSet

Packages that use ExtensionSegmentSet
com.tinkerpop.rexster   
com.tinkerpop.rexster.extension   
 

Uses of ExtensionSegmentSet in com.tinkerpop.rexster
 

Fields in com.tinkerpop.rexster with type parameters of type ExtensionSegmentSet
protected static Map<ExtensionSegmentSet,List<RexsterExtension>> AbstractSubResource.extensionCache
           
 

Methods in com.tinkerpop.rexster that return ExtensionSegmentSet
protected  ExtensionSegmentSet AbstractSubResource.parseUriForExtensionSegment(String graphName, ExtensionPoint extensionPoint)
          Reads the URI of the request and tries to parse the extension requested.
 

Methods in com.tinkerpop.rexster with parameters of type ExtensionSegmentSet
protected static List<RexsterExtension> AbstractSubResource.findExtensionClasses(ExtensionSegmentSet extensionSegmentSet)
          Tries to find an extension given the specified namespace and extension name.
 boolean RexsterApplicationGraph.isExtensionAllowed(ExtensionSegmentSet extensionSegmentSet)
          Determines if a particular extension is allowed given configured allowables from rexster.xml.
 

Uses of ExtensionSegmentSet in com.tinkerpop.rexster.extension
 

Methods in com.tinkerpop.rexster.extension with parameters of type ExtensionSegmentSet
 boolean ExtensionAllowed.isExtensionAllowed(ExtensionSegmentSet extensionSegmentSet)
          Determines if the namespace and extension are allowed given the configuration of the graph in rexster.xml.
 



Copyright © 2009-2012. All Rights Reserved.