|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtensionPoint | |
---|---|
com.tinkerpop.rexster | |
com.tinkerpop.rexster.extension |
Uses of ExtensionPoint in com.tinkerpop.rexster |
---|
Methods in com.tinkerpop.rexster with parameters of type ExtensionPoint | |
---|---|
protected static ExtensionMethod |
AbstractSubResource.findExtensionMethod(List<RexsterExtension> rexsterExtensions,
ExtensionPoint extensionPoint,
String extensionAction,
HttpMethod httpMethodRequested)
Find the method on the RexsterExtension implementation to call given the ExtensionPoint and the extension action to be executed. |
protected org.codehaus.jettison.json.JSONArray |
RexsterApplicationGraph.getExtensionHypermedia(ExtensionPoint extensionPoint,
String baseUri)
|
protected ExtensionSegmentSet |
AbstractSubResource.parseUriForExtensionSegment(String graphName,
ExtensionPoint extensionPoint)
Reads the URI of the request and tries to parse the extension requested. |
Uses of ExtensionPoint in com.tinkerpop.rexster.extension |
---|
Methods in com.tinkerpop.rexster.extension that return ExtensionPoint | |
---|---|
static ExtensionPoint |
ExtensionPoint.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ExtensionPoint[] |
ExtensionPoint.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in com.tinkerpop.rexster.extension with parameters of type ExtensionPoint | |
---|---|
ExtensionSegmentSet(javax.ws.rs.core.UriInfo uriInfo,
ExtensionPoint extensionPoint)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |